PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Bad Save (http://www.photoplog.com/forum/showthread.php?t=2933)

bollie 08-16-2009 10:16 AM

Bad Save
 
Wen i upload image

Sorry, ivan: Bad Save - Thumbs Creation Failed


Warning: imagejpeg() [function.imagejpeg]: Unable to open '[path]/photoplog/images/1/large/1_002_correctie.JPG' for writing: Permission denied in [path]/photoplog/functions.php on line 150

Warning: imagejpeg() [function.imagejpeg]: Unable to open '[path]/photoplog/images/1/medium/1_002_correctie.JPG' for writing: Permission denied in [path]/photoplog/functions.php on line 150

Warning: imagejpeg() [function.imagejpeg]: Unable to open '[path]/photoplog/images/1/small/1_002_correctie.JPG' for writing: Permission denied in [path]/photoplog/functions.php on line 150

I use vb 3.8.4
PhotoPlog lite 2.0.7

Morgan 09-11-2009 01:36 AM

Double check that the PhotoPlog images directory, and all subdirectories within the PhotoPlog images directory, have 777 permissions. On a *nix server, to set 777 permissions in one go via hell, cd to your PhotoPlog images directory, and then type the following:
Code:

find YOUR_PHOTOPLOG_IMAGES_DIR -type d | xargs chmod 777

bollie 09-11-2009 04:14 AM

thanks solved ;)


All times are GMT. The time now is 05:08 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.