Hey Guys
I added
define('WP_DEBUG', true);
error_reporting(E_ALL); ini_set('display_errors', 1);
to my wp-config.php file at both the site, local machine and live server, and both of them display the bellow error
Notice: Constant WP_MEMORY_LIMIT already defined in /var/www/html/wp-content/plugins/wplms-customizer/wplms-customizer.php on line 104
Notice: Undefined variable: theme_customizer in /var/www/html/wp-content/plugins/wplms-hover-blocks/classes/hover_squeeze.php on line 7
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /var/www/html/wp-includes/functions.php on line 3787
Notice: Undefined index: quiz_start in /var/www/html/wp-content/plugins/vibe-course-module/includes/bp-course-notifications.php on line 225
Notice: Undefined index: assignment_start in /var/www/html/wp-content/plugins/vibe-course-module/includes/bp-course-notifications.php on line 225
Notice: Use of undefined constant ATT_REQ – assumed ‘ATT_REQ’ in /var/www/html/wp-content/plugins/wplms-assignments/includes/assignments.php on line 130
Notice: Constant VIBE_URL already defined in /var/www/html/wp-content/themes/wplms/includes/config.php on line 8
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/html/wp-includes/functions.php on line 3619
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/html/wp-includes/functions.php on line 3619
Notice: Undefined variable: metabox_settings in /var/www/html/wp-content/plugins/vibe-customtypes/custom_meta_boxes.php on line 991
Notice: Undefined index: action in /var/www/html/wp-content/plugins/wplms-assignments/wplms-assignments.php on line 59
Notice: Undefined index: security in /var/www/html/wp-content/plugins/bp-social-connect/includes/class.init.php on line 41
NOTE: On the local machine, it still displays the site content at the buttom, but on live server, it only display the error report and nothing more.
When I deleted error_reporting(E_ALL); ini_set('display_errors', 1);
and change `define( ‘WP_DEBUG’, <strong>true</strong>);
to
define( ‘WP_DEBUG’, <strong>false</strong>);` the site on local machine displays WELL as usual, but the one on live server still display white screen.
On this note, where do I start?
What next should I do?
Am no coder, and knows very little. But with a good instruction, I can handle it.