Warning: Creating default object from empty value in /homepages/44/d100305517/htdocs/site2.co.uk/staging/dacbeachcroft250/site/wp-content/plugins/members/includes/functions.php on line 21
Think it because get_option( 'members_settings' ) is not set
Warning: Creating default object from empty value in /homepages/44/d100305517/htdocs/site2.co.uk/staging/dacbeachcroft250/site/wp-content/plugins/members/includes/functions.php on line 21
Think it because get_option( 'members_settings' ) is not set
Bump, just got this too. Weird because I have used this plugin numerous times, this version too...
I forgot I did see this before and even commented on this other thread:
I managed to fix this error by adding in the line In /web/wp-content/plugins/members/includes/functions.php
if(!is_object($members)) $members = new stdClass; just above if ( !isset( $members->settings ) )
This topic has been closed to new replies.