Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983125
    Christian E
    Participant

    Instead 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..
    I

    #983126
    Christian E
    Participant
    This reply has been marked as private.
    #983127
    Christian E
    Participant
    This reply has been marked as private.
    #983559
    Christopher
    Moderator

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

    #984004
    Christian E
    Participant
    This reply has been marked as private.
    #984249
    Christian
    Moderator

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

    #984266
    Christian E
    Participant

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

    #984571
    Christian E
    Participant

    No ideas? I really need to find a fast solution on this issue. I can pay..

    #984579
    Rupok
    Member

    Hi 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.php and updating :

    define( 'WP_DEBUG' , true );

    to

    define('WP_DEBUG', false);

    Hope this helps.

    Cheers!

    #984600
    Christian E
    Participant
    This reply has been marked as private.
    #984604
    Christian E
    Participant
    This reply has been marked as private.
    #984794
    Christian E
    Participant

    I really need some help here..

    #985314
    Rupok
    Member

    Hi 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 have require_once(ABSPATH . 'wp-settings.php'); defined ast the bottom of the page (might be added by a plugin).

    However it’s fine now.

    Cheers!

    #985402
    Christian E
    Participant

    This morning my espresso taste wonderful and the sky is blue. Thank you!

    #985518
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-983125 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>