The registration page is throwing this warning when the user is not logged in. Found a solution on a previous topic to added
“define(‘WP_DEBUG’, false);
if (WP_DEBUG) {
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
@ini_set(‘display_errors’, 0);
}”
to the wp-config.php file but it does not seem to effect the issue.
running version 3.1.36.5.P
The display debug appears to be enabled on the server level. Your webhost should be able to adjust for you so it works as expected (show when debugging is enabled, do not show when debugging is disabled).
That’s good to hear. Please let us know if it re-occurs.
Viewing 4 reply threads
The support post ‘Warning: Illegal string offset 'member_only_all' in /home2/jds/public_html/taom.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.