Albums folder outside cpg error Albums folder outside cpg error
 

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

Albums folder outside cpg error

Started by russellb, July 05, 2005, 04:58:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

russellb

I set the album and userpics folders to  ../mambo/images/stories/albums/ ../mambo/images/stories/albums/userpics/
(basically I copied the original directories to my mambo stories directory)

during a single file upload I received the following error:

Failed to create directory ../mambo/images/stories/albums/../mambo/images/stories/albums/userpics/10001 !

All image folders are set to 777 and the upload works with the albums folder set in default location.

Maybe a small bug maybe just me.

Nibbler

The userpics path should still be userpics, it is just the name of the folder within the albums directory, not a complete path to the userpics folder itself.

russellb