Problems since I upgrade Problems since I upgrade
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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