5.91 update, multiple super admins doesn't work
Posted: 2020-11-04 23:48
Since 5.91 update, the trick to allow multiple super admins doesn't work (for me).
First, I had done what's detailed in the blog https://bigprof.com/blog/appgini/custom ... dmin-area/, and that worked fine since I did it (months). Now when I try to replace the function, it doesn't work. I have found that the problem happens in replace-appgini-functions.php, the last line
fails because $snippet "picks up" some extra characters so it is not found in $entire_code, so no replacement.
OK, I can manually replace the function. But even after doing that, my multiple admin does not get the Admin Area button. The original super admin account does still get the button.
Any ideas?
AppGIni 5.91
First, I had done what's detailed in the blog https://bigprof.com/blog/appgini/custom ... dmin-area/, and that worked fine since I did it (months). Now when I try to replace the function, it doesn't work. I have found that the problem happens in replace-appgini-functions.php, the last line
Code: Select all
$new_code = str_replace(trim($snippet), trim($new_snippet), $entire_code);
OK, I can manually replace the function. But even after doing that, my multiple admin does not get the Admin Area button. The original super admin account does still get the button.
Any ideas?
AppGIni 5.91