Tagged: x
-
AuthorPosts
-
May 9, 2016 at 5:51 pm #983125
Christian EParticipantInstead of getting help I have been asked to start a new tread regarding messed up website after update.
After X update all older pages made with Visual Composer is messed up with the following warning all over:
Undefined variable: fade_duration in /var/www/vhosts/absolonia.com/httpdocs/norsk/wp-content/themes/x/vc_templates/vc_column.php on line 27
Notice: Undefined variable: bg_color in /var/www/vhosts/absolonia.com/httpdocs/norsk/wp-content/themes/x/vc_templates/vc_column.php on line 88
The problem has been discussed in an earlier tread, but not any of the suggested medicines worked for me..
IMay 9, 2016 at 5:51 pm #983126
Christian EParticipantThis reply has been marked as private.May 9, 2016 at 5:54 pm #983127
Christian EParticipantThis reply has been marked as private.May 10, 2016 at 12:48 am #983559
ChristopherModeratorHi there,
May I know how did you update VC? If you have updated it by replacing folders in FTP, please remove js_composer folder from wp-content/plugins, navigate to X addons and install it again.
Also I noticed you’re using cache plugin and there are some lines in wp-config.php file which were added by W3 total cache. So please remove those lines temporary and clear cache on your plugin and browser and check your site again.
Also in wp-config.php file on lines 36 and 37 there is syntax mistake, please update this :
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); ini_set(‘max_execution_time’, 300);To :
define( 'WP_MAX_MEMORY_LIMIT', '512M' ); ini_set('max_execution_time', 300);Hope it helps.
May 10, 2016 at 7:53 am #984004
Christian EParticipantThis reply has been marked as private.May 10, 2016 at 10:17 am #984249
ChristianModeratorHey Christian,
Please try uninstalling Visual Composer then install again via Addons. If that doesn’t help, would you mind clearing all cache and deactivating all third party plugins while we investigate.
Thanks.
May 10, 2016 at 10:28 am #984266
Christian EParticipantI have already uninstalled Visual Composer and installed it again via addons and cleared the cashe as you suggested in earlier message. I have also deactivated most of the plugins, but the problem does not go away.
May 10, 2016 at 1:42 pm #984571
Christian EParticipantNo ideas? I really need to find a fast solution on this issue. I can pay..
May 10, 2016 at 1:46 pm #984579
RupokMemberHi there,
Thanks for writing back! Those are just notice and should be gone if you disable WP_DEBUG mode.
You can do this by opening
wp-config.phpand updating :define( 'WP_DEBUG' , true );to
define('WP_DEBUG', false);Hope this helps.
Cheers!
May 10, 2016 at 1:59 pm #984600
Christian EParticipantThis reply has been marked as private.May 10, 2016 at 2:00 pm #984604
Christian EParticipantThis reply has been marked as private.May 10, 2016 at 4:09 pm #984794
Christian EParticipantI really need some help here..
May 10, 2016 at 11:46 pm #985314
RupokMemberHi there,
Thanks for writing back! I have fixed the issue by placing
error_reporting(0);at the bottom of your config file. WP_DEBUG was not working because you haverequire_once(ABSPATH . 'wp-settings.php');defined ast the bottom of the page (might be added by a plugin).However it’s fine now.
Cheers!
May 11, 2016 at 1:39 am #985402
Christian EParticipantThis morning my espresso taste wonderful and the sky is blue. Thank you!
May 11, 2016 at 3:32 am #985518
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-983125 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
