Ciao a tutti, ieri ho trasferito il sito sul server e lo sto sistemando...
Oggi mi si è presentato un problema....
quando tento di visualizzare la lista dei componenti mi dà questo errore:
Fatal error: Class 'TOOLBAR_admin' not found in /var/www/vhosts/tarantapeligna.net/httpdocs/administrator/components/com_admin/toolbar.admin.php on line 27
Il file è questo:
<?php
/**
* @version $Id: toolbar.admin.php 10002 2008-02-08 10:56:57Z willebil $
* @package Joomla
* @subpackage Admin
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
require_once( $mainframe->getPath( 'toolbar_html' ) );
switch ($task){
case 'sysinfo':
TOOLBAR_admin::_SYSINFO();
break;
default:
if ($GLOBALS['task']) {
TOOLBAR_admin::_DEFAULT();
} else {
TOOLBAR_admin::_CPANEL();
}
break;
}
?>
Ringrazio anticipatamente tutti quelli che mi daranno una mano...