Hi,
I have reviewed your site link and found that the configxml path is loading with error. Please refer view-source:https://www.tuttocalcioestero.it/wp-content/plugins/contus-video-gallery/configXML.php and let me know, did you changed any code in /web/htdocs/www.tuttocalcioestero.it/home/wp-content/plugins/contus-video-gallery/hdflv-config.php
?.
Please open the above file and replace with the following content and check. Please rename the file as hdflv-config.php_1
and move to your server via ftp. Once you moved this file in to your server, deleted/rename the old file and rename the current file as hdflv-config.php
.
<?php
/*
Name: WordPress Video Gallery
Plugin URI: https://www.apptha.com/category/extension/Wordpress/Video-Gallery
Description: WordPress Video Gallery plugin config file.
Version: 2.3.1
Author: Apptha
Author URI: https://www.apptha.com
License: GPL2
*/
/**
* Bootstrap file for getting the ABSPATH constant to wp-load.php
* This is requried when a plugin requires access not via the admin screen.
* * If the wp-load.php file is not found, then an error will be displayed
* * wp-content\plugins\contus-video-gallery\hdflv-config.php
* Define the server path to the file wp-config here, if you placed WP-CONTENT outside the classic file structure */
$path = ''; ## It should be end with a trailing slash
## That's all, stop editing from here
if (!defined('WP_LOAD_PATH')) {
## classic root path if wp-content and plugins is below wp-config.php
$classic_root = dirname(dirname(dirname(dirname(__FILE__)))) . '/';
if (file_exists($classic_root . 'wp-load.php'))
define('WP_LOAD_PATH', $classic_root);
else
if (file_exists($path . 'wp-load.php'))
define('WP_LOAD_PATH', $path);
else
exit("Could not find wp-load.php");
}
## let's load WordPress
require_once( WP_LOAD_PATH . 'wp-load.php');
?>
If you are still facing the same issue, please contact our supporting system at https://apptha.com. So that we can check from our end and assist you accordingly.