Errors all over my homepage and website! Please help

Hello,
Hello, I have suddenly errors all over my website, starting with: “Trying to access array offset” See at: http://personaldevelopmentxl.com… Can you please help?
Tiny Kanters

I solved this by removing this code in vc-shortcode-autoloader.php:
if ( self::$config[‘classmap’] ) {
$files = isset( self::$config[‘classmap’][ $class ] ) ? self::$config[‘classmap’][ $class ] : array();
}

Hello @tinykanters,

Perhaps what you were seeing were PHP warnings which you can disable when you login through FTP then edit the wp-config.php file and find the line: define( 'WP_DEBUG', true );. Set it to false then save the file.

Also, the supported version of WPBakery is 6.1. You may check the supported versions here:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.