• Resolved ladypop2012

    (@ladypop2012)


    I have several sites on a MU install there are 3 sites using a theme called VEECARD.

    I added a extra piece of code into the Functions.php file of this theme to stop nag/update notifications of plugin called _js_composer

    the code i placed in was exactly:

    /*Code to stop Visual composer nag*/
    wpb_js_composer_check_version_schedule_deactivation();

    ?>

    =====
    After doing this all the sites using veecard work , expect ONE that is producing the error

    Fatal error: Call to undefined function wpb_js_composer_check_version_schedule_deactivation() in /home/XXXX/public_html/wp-content/themes/veecard/functions.php on line 78

    ==============
    When I remove the line of code this Troubled Site WORKS and So does the others. But I need that code to stop nags. Soon as I replace the code The trouble site Stops working while all other sites using the same theme work perfectly..

    I tired deactivate reactive. Disable the site Reenable the site, activate new theme , etc,

    Where else can I check this issue.

Viewing 1 replies (of 1 total)
  • Thread Starter ladypop2012

    (@ladypop2012)

    Just in case someone else needed to fix this later, the cause was because the TROUBLE site did not have Js composer plugin activated in their dashboard. So the code that I placed in the Functions.ph file was looking for Js composer and it was not activated which cause the error.

    So lesson is anytime you place extra code in the functions.php makes the plugin thats associated with that code is activated.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Call Error ONLY prsent on ONE website within the multisite network IM LOST’ is closed to new replies.