That is my debug log
/** Enable WP_DEBUG mode */
define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
@error_reporting( E_ALL );
@ini_set( 'log_errors', true );
@ini_set( 'log_errors_max_len', '0' );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
define( 'CONCATENATE_SCRIPTS', false );
define( 'SAVEQUERIES', true );
define( 'SCRIPT_DEBUG', false );
}
LOG:
# cat debug.log | grep super -i
[30-Jan-2018 20:11:42 UTC] PHP Warning: Illegal string offset 'facebook' in /my_path/wp-content/plugins/super-socializer/inc/social_sharing.php on line 1075
[30-Jan-2018 20:11:42 UTC] PHP Notice: Uninitialized string offset: 0 in /my_path/wp-content/plugins/super-socializer/inc/social_sharing.php on line 1075
[30-Jan-2018 22:24:59 UTC] PHP Warning: A non-numeric value encountered in /my_path/wp-content/plugins/super-socializer/inc/social_sharing.php on line 205
[31-Jan-2018 06:48:28 UTC] PHP Warning: A non-numeric value encountered in /my_path/wp-content/plugins/super-socializer/inc/social_sharing.php on line 205