Forums
(@milohill)
13 years, 10 months ago
In /web/wp-content/plugins/members/includes/functions.php
I managed to fix this error by adding in the line:
if(!is_object($members)) $members = new stdClass;
just above if ( !isset( $members->settings ) )
if ( !isset( $members->settings ) )