Seite 1 von 1

Pafiledb 0.0.9d bei der Handhabung im ACP Fehlermeldung

Verfasst: 12.05.2005 21:57
von Elvis
wenn ich irgendwas im ACP bei dem og Mod machen will kommt diese FM :/

was kann ich dagegen tun ?

phpBB 2.0.14
Mysql 4.1

Code: Alles auswählen

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator  and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 

Verfasst: 13.05.2005 21:25
von Elvis

Verfasst: 15.05.2005 00:54
von rabbit
all-inkl.com? dort kommt es desöfteren zu dieser meldung... :roll:

ich vermute, deren server sind leicht fehlkonfiguriert, denn es scheint nur vorzukommen bei einer .htaccess, die entweder DirectoryIndex oder RewriteEngine On enthält.

Verfasst: 15.05.2005 16:16
von Elvis
nö am Server liegt es nciht bzw all-inkl.com. Da ich bei einem Freund bin und ich ihn gefragt habe was er gemacht hat. Er hat nur Mysql
Version 4.1 draufgemacht.

dann habe ich mir die error Log angeschaut und da steht drinn
PHP Fatal error: Call to undefined function: phpbb_rtrim() in viewtopic.php on line 550
und in der viewtopic.php bei mir steht von Zeile 574 bis 551

Code: Alles auswählen

  unset($words); 
  
      $highlight = urlencode($HTTP_GET_VARS['highlight']); 
      $highlight_match = phpbb_rtrim($highlight_match, "\\"); 
 }
mhh und nu ?