Hello trunks27,
Sorry for the late reply. I will check what’s causing the warning. You should consider disabling PHP warnings and errors on a production instance.
Please refer to:
http://codex.wordpress.org/Editing_wp-config.php#Debug
and
https://codex.wordpress.org/Debugging_in_WordPress
Hello, recently i went into the same problem after changing a host, and have found that additional functions should be set
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
Thank you for the plugin Bishoy.A
Best Regards
(@trunks27)
10 years, 11 months ago
I install this plugin and it works fine. But every time I open the web, there is the warning :
arsort() expects parameter 2 to be long, string given in /home/domainname/public_html/wp-content/plugins/facebook-recent-comments/functions.php on line 74
I always refresh the web to remove the warning.
Any solution for revome the warning without refresh ?
https://wordpress.org/plugins/facebook-recent-comments/