Error on install of ActiveMember360 Fix: WP Debug changes to False, AM360 advise it's not a critical error

Fix from AM360: WP Debug changed to False, AM360 advise it’s not a critical error.

define( 'WP_DEBUG', true );

to

define( 'WP_DEBUG', false );

Hi all,

I’ve just tried installing ActiveMember360 (Working with Learndfash + WooComm to create a membership site) and have got the following error.

Notice: Undefined index: max_logins in /app/public/wp-content/plugins/activemember360/activemember360_lib.php on line 1024 Notice: Undefined index: security_codes in /app/public/wp-content/plugins/activemember360/activemember360_lib.php on line 1046 Notice: Undefined index: mbr_encrypted_passwords in /app/public/wp-content/plugins/activemember360/class.passwords.php on line 40 Warning: file_get_contents(https://www.freegeoip.net/json/192.168.95.0.17.0.1): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /app/public/wp-content/plugins/activemember360/trait.geoip.php on line 48 Notice: Undefined index: site_excerpt in /app/public/wp-content/plugins/activemember360/class.activemember360.php on line 214

Prerequisites are here: https://activemember360.com/docs/basic-installation-prerequisites/ which state * ActiveMember360 does NOT require the use of ionCube or ZendGuard on your server* - however Flywheel Local Support suggested that ionCube may be required with Local?

Thanks in advance. :slight_smile: