Hallo Zusammen,

bin noch relativ jungfräulich in Mambo/Joomla. Hab gestern Mambo 4.5.1a stable installiert und bekommen wenn ich im Admin-Menu auf "Global Configuration" klicke einen:

Fatal error: Undefined class name 'toolbar_config' in /homepages/22/d17724427/htdocs/Mambo/administrator/components/com_config/toolbar.config.php on line 17

Die toolbar.config.php sieht folgendermass aus:
HTML-Code:
<?php
/**
* @version $Id: toolbar.config.php,v 1.7 2004/08/26 05:20:38 rcastley Exp $
* @package Mambo_4.5.1
* @copyright (C) 2000 - 2004 Miro International Pty Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/

/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

require_once( $mainframe->getPath( 'toolbar_html' ) );

switch ( $task ) {
	default:
		TOOLBAR_config::_DEFAULT();
		break;
}
?>
Kann mir jemand helfen?
Danke
Gesucht hab ich und nix gefunden.