Brauche bitte Hilfe bei einem Newsscript

mutare

Aktives Mitglied
Hallo zusammen!

Ich hab mal eine Frage, und ich hoffe das mir hier wer helfen kann.
Ich habe mir eine Site gecodet, und das Layout ist fein und sieht net aus. Nun möchte ich mir aber noch einen Newsbereich einfühgen. Platz ist schon vorbereitet (auf der Startsite) und das .php ist auch schon auf dem Space. Der Cmod ist gestellt(777) und nun will ich installieren.

Wenn ich nun über meinen Broser dann auf die Seite/>Verzeichnis gehe wo die Install.php Datei ist bekomme ich immer die Meldung

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@aon.at 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.

Apache/1.3.12 Server at www.xxxxxxxxxxxxxx.at

Kann mir da mal jemand helfen? Ich komme hier momentan nicht weiter.

Mysql ist da und alles was ich sonst noch brauche. Nur momentan bin ich Ratlos.

mfg
 
Hallo,
check mal Deine php.ini Einstellungen:
memory_limit
max_input_time
max_execution_time
Evtl sind diese zu knapp. Manche Hoster geben dann 500

Vielleicht auch mal .htaccess checken.
SafeMode?
 
QUOTE (Wolfgang @ Fr 27.10.2006, 21:39) More information about this error may be available in the server error log.

Mach doch das mal. Da wirst du des Rätsels Lösung finden.
 
QUOTE (Nils Caspar @ Fr 27.10.2006, 21:27)
QUOTE (Wolfgang @ Fr 27.10.2006, 21:39) More information about this error may be available in the server error log.

Mach doch das mal. Da wirst du des Rätsels Lösung finden.


Ehrlich gesagt, weis ich da nicht einmal wo ich da nachschauen muss
sad.gif
 
Erstelle mal eine PHP Datei mit folgendem Inhalt
und ruf diese dann im Browser auf:
CODE
<?php
echo phpinfo();
?>



Suche dann mal nach:
safe_mode
error_log
log_errors

ich gehe mal davon aus, bei Dir steht safe_mode auf On
 
Zurück
Oben