Hallo in die Runde!
Ich komme leider nicht weiter. Habe gestern mal das Core Design Attachments Plugin installiert (da musste man auch Core Design Scriptegrator installieren) und nach dem ich festellen musste, das es nicht das ist was ich suche wieder deinstalliert.
Nun geht im Backend das Menü nicht mehr und bekommen Fehlermeldung. Hier die Firebug daten: (habe es zusammengefasst - sind 3 Fehlermeldungen Blau = Datei, ROT = Fehlerzeile)
Habe das empfohlene schon probiert:
- neue Installation mit FTP draufgepielt (alte aber nicht gelöscht)
- auf Groß-/Kleinschreibung geachtet
Hier die Details:
Fehler in index.php, Zeile 14:
window.addEvent is not a function
[Bei diesem Fehler anhalten] Das Laden des Quelltexts ist fehlgesch...-production.de/administrator/index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" dir="ltr" id="minwidth" >
3<head>
4 <meta **********="content-type" content="text/html; charset=utf-8" />
5 <meta name="robots" content="index, follow" />
6 <meta name="keywords" content="sam, samproduction, sam production, sam dresden" />
7 <meta name="description" content="SAM Intern! Unser Intranet. Hier findest Du alles rund um SAM PRODUCTION." />
8 <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
9 <title>SAM INTERN! Dein Usernet. - &bull;Administration&bull;</title>
10 <link href="/administrator/templates/khepri/favicon.ico" rel="shortcut icon" type="image/x-icon" />
11 <script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
12 <script type="text/javascript" src="/media/system/js/mootools-uncompressed.js"></script>
13 <script type="text/javascript">
14 window.addEvent('domready', function(){ new Accordion($$('.panel h3.jpane-toggler'), $$('.panel div.jpane-slider'), {onActive: function(toggler, i) { toggler.addClass('jpane-toggler-down'); toggler.removeClass('jpane-toggler'); },onBackground: function(toggler, i) { toggler.addClass('jpane-toggler'); toggler.removeClass('jpane-toggler-down'); },duration: 300,opacity: false,alwaysHide: true}); });
15 </script>17 ....
-----------------------------
Fehler in Menu.js, Zeile 19
-----------------------------
Class is not defined
[Bei diesem Fehler anhalten] var JMenu = new Class({
*****************************
/**
2* @version $Id: menu.js 14401 2010-01-26 14:10:00Z louis $
3* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
4* @license GNU/GPL, see LICENSE.php
5* Joomla! is free software. This version may have been modified pursuant
6* to the GNU General Public License, and as distributed it includes or
7* is derivative of works licensed under the GNU General Public License or
8* other free or open source software licenses.
9* See COPYRIGHT.php for copyright notices and details.
10*/
11
12/**
13 * JMenu javascript behavior
14 *
15 * @package Joomla
16 * @since 1.5
17 * @version 1.0
18 */
19var JMenu = new Class({
20 initialize: function(el)
21 {
22 var elements = $ES('li', el);
23 var nested = null
24 for (var i=0; i<elements.length; i++)
-----------------------------
Fehler in index.js Zeile 26
-----------------------------
window.addEvent is not a function
[Bei diesem Fehler anhalten] window.addEvent('load', function(){
*****************************
/**
2* @version $Id: index.js 14401 2010-01-26 14:10:00Z louis $
3* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
4* @license GNU/GPL, see LICENSE.php
5* Joomla! is free software. This version may have been modified pursuant
6* to the GNU General Public License, and as distributed it includes or
7* is derivative of works licensed under the GNU General Public License or
8* other free or open source software licenses.
9* See COPYRIGHT.php for copyright notices and details.
10*/
11
12/**
13 * Joomla! 1.5 Admininstrator index template behvaior
14 *
15 * @package Joomla
16 * @since 1.5
17 * @version 1.0
18 */
19
20//For IE6 - Background flicker fix
21try {
22 document.execCommand('BackgroundImageCache', false, true);
23} catch(e) {}
24
25document.menu = null
26window.addEvent('load', function(){27 element = $('menu')
28 if(!element.hasClass('disabled')) {
29 var menu = new JMenu(element)
30 document.menu = menu
31 }


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen