-
AuthorPosts
-
June 22, 2015 at 4:55 pm #309863
I updated everything to the latest version and now all I see is shortcodes code on my pages. It doesn’t seem to be executing the HTML commands.
My site is http://www.grantkellerproductions.com
I spoke to my hosting site Bluehost, and they said this may be the problem.
/home2/grantkel/public_html/wp-admin/error_log:
[22-Jun-2015 19:39:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/grantkel/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 474
[22-Jun-2015 19:39:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/grantkel/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 1005
[22-Jun-2015 19:39:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/grantkel/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 474
[22-Jun-2015 19:39:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/grantkel/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 1005Thank you
June 22, 2015 at 8:38 pm #309977Hello There,
I saw that your website is ok now. In X 4.0, Cornerstone is required. Since you have installed it already, I see that the issue is now ok. You may now uninstalled X shortcode plugin. Please confirm that this is ok now.
Warning are not errors, it could be turn off by turning off your debugging too. You can set it to false, just like :
define('WP_DEBUG', false);
At your wordpress’s wp-config.php under your installation folder.
Thank you.
-
AuthorPosts