Fatal Call Error ONLY prsent on ONE website within the multisite network IM LOST
-
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 errorFatal 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.
- The topic ‘Fatal Call Error ONLY prsent on ONE website within the multisite network IM LOST’ is closed to new replies.