Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #309863

    gekeller4334
    Participant

    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 1005

    Thank you

    #309977

    Lely
    Moderator

    Hello 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.