News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Problems since I upgrade

Started by guanaco, October 21, 2004, 10:12:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

guanaco

Hi, since I upgrade to the 1.3.2 version I have been having problems with uploading pictures. The error messages I recieve in the upload.php page are:

Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/sscouts/public_html/galeria/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/sscouts/public_html/galeria/upload.php on line 440

Warning: unlink(./albums/edit/.): Permission denied in /home/sscouts/public_html/galeria/upload.php on line 453

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/sscouts/public_html/galeria/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/sscouts/public_html/galeria/upload.php on line 440

Warning: unlink(./albums/edit/..): Permission denied in /home/sscouts/public_html/galeria/upload.php on line 453

What should I do?

kegobeer

Did you follow the installation instructions in the documentation?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

guanaco

thanks for your  reply, I did solve my problem, I didn't notice that folder where upload.php is did't had permisson to write, so I just change it to 777 and works. THANKS