PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Nach Update von 3.5.4 auf 3.6.0


MTech
06.09.2006, 21:01
Warnung: Unknown(): Unable to access /var/www/web0/html/forum/includes/functions_threadprefix.php in /global.php(357) : eval()'d code (Zeile 77)

Warnung: Unknown(/var/www/web0/html/forum/includes/functions_threadprefix.php): failed to open stream: No such file or directory in /global.php(357) : eval()'d code (Zeile 77)

Fatal error: (null)(): Failed opening required '/var/www/web0/html/forum/includes/functions_threadprefix.php' (include_path='.:/var/www/confixx/html/include:/var/www/confixx/html') in /var/www/web0/html/forum/global.php(357) : eval()'d code on line 77


Was ist da den jetzt los?

komme nicht ins Admi Center.

bis vor 10 Minuten lief die 3.5.4 noch ohne macken und jetzt das mit der 3.6.0

Wer kann Helfen

Gruss
MTech

Pathor
06.09.2006, 21:06
Packe diesen Codeschnipsel in die includes/config.php

define('DISABLE_HOOKS', 1);
Damit deaktivierst du das komplette Plugin-System. ;)

Der Präfix-Hack scheint wohl nicht mehr zu funktionieren. Eine 3.6 Version gibt es aber schon. :)

/var/www/web0/html/forum/global.php(357)
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false;