Hi,
I am getting the following warning after upgrading to WordPress 4.4:
Warning: implode(): Invalid arguments passed in /nas/content/staging/accutune/wp-content/themes/enfold/includes/loop-index.php on line 87
Can you please give me some guidance on how to fix this?
http://accutune.staging.wpengine.com/articles/how-to-select-the-right-length-coilovers/ (hosted on WPengine)
Thank you!
Ryan
Hey RRaker,
Where are you seeing that? I can’t see any error messages at all on the back- or front-end.
Regards,
Rikard
Hi Rikard, it is displaying at the top of the page.
Thank you,
Ryan
I’ve added this code to wp-config to hide the errors while I go live. I would still like to fix the root cause though.
error_reporting(0); //turn off error reporting 12-21-15 Ryan Raker
ini_set('display_errors',0);
Thank you,
Ryan