Hi there,
I was running into some issues with a test user (Editor) I had created only seeing a blank page after clicking the confirmation email he got. I wasn’t sure which, if any, plugin might be causing the issue, so I manually added him.
After doing so, I saw this error:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘\SuperadminHelper\Logging emove_user_from_blog’ not found or invalid function name in /home/*****/public_html/wp-includes/plugin.php on line 429
Warning: Cannot modify header information – headers already sent by (output started at /home/*****/public_html/wp-includes/plugin.php:429) in /home/*****/public_html/wp-includes/pluggable.php on line 896
However, when I actually checked the Superadmin log, the user appeared to have been created successfully.
I don’t know if this is an issue I should be concerned about or not. How compatible is Superadmin Helper with 3.8.1? Are there any plans to update it?
]]>Hi,
I guess you forgot to change one Constants name.
In file superadmin-helper.php in line 81, you need to change TXD to SUH_TXD, otherwise there are a lot of notices.
PS: you should set WP_DEBUG to true when developing plugins
]]>I download the plugin without error. When I try to activate it, I get the following error (where xxxxxxx = the path of my particular blog):
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING in /home5/xxxxxxx/public_html/blog/wp-content/plugins/superadmin-helper/superadmin-helper.php on line 30
]]>Is there a way to remove a IP address from permban? I accidentally permban’d myself using a particular Wi-Fi network when I entered the wrong admin username and password. I changed Wi-Fi networks and logged in with the correct password properly, but I want to make sure it doesn’t happen again, so I don’t have to think about which Wi-Fi network I’m on to visit my own website!
Is there a way to do this using the Superadmin Helper, or is it only passing along the banned IPs to something else on my webhost?
]]>