Seite 1 von 1

Problem mit den Galerieavataren

Verfasst: 07.06.2007 05:55
von Zanda
Hallo,

ich habe soeben 2-3 Galerien mit ein paar Galerieavataren erstellt. Diese werden auch korrekt in der Liste angezeigt. Wenn ich nun jedoch einen davon auswähle bekomme ich auf meiner Seite folgende Fehlermeldung:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1956: getimagesize() [function.getimagesize]: SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access ./images/avatars/gallery/WoW/EU-DE-Trigmas.gif owned by uid 0
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1956: getimagesize(./images/avatars/gallery/WoW/EU-DE-Trigmas.gif) [function.getimagesize]: failed to open stream: Success

Warning: Cannot modify header information - headers already sent by (output started at /httpdocs/raid/includes/functions.php:3661) in /httpdocs/raid/includes/functions.php on line 4229

Warning: Cannot modify header information - headers already sent by (output started at /httpdocs/raid/includes/functions.php:3661) in /httpdocs/raid/includes/functions.php on line 4231

Warning: Cannot modify header information - headers already sent by (output started at /httpdocs/raid/includes/functions.php:3661) in /httpdocs/raid/includes/functions.php on line 4232

Warning: Cannot modify header information - headers already sent by (output started at /httpdocs/raid/includes/functions.php:3661) in /httpdocs/raid/includes/functions.php on line 4233
Hat jemand ein ähnliches Problem oder kann mir helfen woran das ganze liebt bzw. wie ich dieses Problem aus der Welt schaffen kann?

Danke schonmal im Vorraus.

Verfasst: 07.06.2007 15:39
von bantu
Ich rate mal, bin mir nicht sicher:
Bei dir ist SAFE MODE an, deshalb kann das Script nicht auf die Bilder zugreifen, da die Bilder jemand anderem gehören.

Bilder: uid 0
Scripte: uid 10001
uid = user-id

Versuch mal den Besitzer der Avatar-Bilder und -Ordner auf den User zu setzen, dem auch die Foren-Scripte gehören.
Es geht hier wohl um Unix/Linux-Berechtigungen.