Seite 1 von 1

Fehler nach Serverumzug

Verfasst: 07.01.2009 21:23
von womo2006
Hallo,

ich brauche noch mal Hilfe. Heute habe ich einen Serverwechsel durchgeführt, was auch gut funktioniert hat. Ein Problem habe ich allerdings noch: Wenn man die GeoMap aufruft, wird diese auch korrekt dargestellt, aber oberhalb des Headers steht diese Fehlermeldung

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /geomap.php on line 416: fopen(./images/geomap/map.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /geomap.php on line 417: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /geomap.php on line 418: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /geomap.php on line 429: imagepng() [function.imagepng]: Unable to open './images/geomap/usermap.png' for writing: Permission denied
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Ich habe keine Ahnung was da falsch läuft.

Re: Fehler nach Serverumzug

Verfasst: 07.01.2009 21:40
von 4seven

Code: Alles auswählen

[function.fopen]: failed to open stream: Permission denied
entweder auf deinem server ist die funktion fopen() deaktiviert (security-reasons) oder die datei geomap.php hat nicht den korrekten chmod (testweise mal chmod644 oder 777 vergeben)

Re: Fehler nach Serverumzug

Verfasst: 07.01.2009 22:11
von womo2006
Hallo 4seven,

chmode hab ich beide probiert, ohne Erfolg. Wie erfahre ich denn, ob die Funktion fopen deaktiviert ist??

Re: Fehler nach Serverumzug

Verfasst: 07.01.2009 23:07
von chris1278
gehst du in den admin bereich und dort auf die registerkarte reiter. da wo die versionsprüfung vom forum ist. entweder steht da grün dann haste die bei rot must du lesen steht da rot deine version ist nicht aktuell hast du die funktion auch aktieviert steht da aber sowas wie die funktion fsckopen ist deacktieviert must du bei deinem hoster anfragen ob er sie aktieviert. da die versionsprüfung auch diese funktion benötigt.