Menü

Login

Aktuelle Version

Forum > Image gallery *

DOTLAN Intranet / Portal >> International > Image gallery
Antwort erstellen
Autor Thema: Image gallery
Black Mamba
23.03.2007 um 18:06 QuoteProfileSend PM
NEW

Clan: CRY
Postings: 10

Here I am again
I got a problem with the upload of zip image file for the gallery; when I try to upload a file with jpg images I got this error:

Zitat:
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid/gid is 2130/108 is not allowed to access /var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4 owned by uid/gid 33/33 in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fopen(/var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4/gallarate.jpg): failed to open stream: No such file or directory in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 186

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 187

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid/gid is 2130/108 is not allowed to access /var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4 owned by uid/gid 33/33 in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fopen(/var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4/sennheiser.jpg): failed to open stream: No such file or directory in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 186

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 187

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid/gid is 2130/108 is not allowed to access /var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4 owned by uid/gid 33/33 in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fopen(/var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4/coolermaster.jpg): failed to open stream: No such file or directory in /var/www/icar0018/includes/class.admin_image_gallery.php on line 185

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 186

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/icar0018/includes/class.admin_image_gallery.php on line 187

Warning: dir(/var/www/icar0018/gallery/temp/d128739fa257ddccee9fe2c31780bec4): failed to open dir: No such file or directory in /var/www/icar0018/includes/class.admin_image_gallery.php on line 407

Fatal error: Call to a member function on a non-object in /var/www/icar0018/includes/class.admin_image_gallery.php on line 408


I setted CHMOD of gallery directory to 777 but it doesn't work...
Thank you
 
cike
24.03.2007 um 12:21 QuoteProfileSend PM
NEW

Clan: Kein Clan
Postings: 33

php is in Safe mode on your server.
It seems that many functions (like fopen) aren't available while your server is in safe mode.

You may have to change that...
 
Bigga
25.03.2007 um 16:52 QuoteProfileSend PM
NEW

Clan: KST-LAN
Postings: 418

In the exactly way, on case PHP SAFE_MODE ist activated fopen() is only possible to run on directories and files which are owned by the same person/account like those who run the php stuff.

Sorry for my bad englisch
 
[ Antwort erstellen ]