Folder Permission PRoblem Folder Permission PRoblem
 

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

Folder Permission PRoblem

Started by prof_hastig, March 23, 2005, 06:34:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

prof_hastig

I try to upload some pics over the XP_publish function. Eberything went fine with no errors on the xp machine. Then I visit the gallery and realize that the album was created, but no pics are there. Looking around, whrer the prob could be I went into the server directory and saw that there were an new directory created with wpw(windows puplish wizzard???) and the date stamp. This folder has only the rights 755 and is owned by apache/apache.

From my small Unix knowledge I know that a new directory normally get the same right than the parent directory.

How can I solve this issue?

thx -ph


prof_hastig

So I figured out the following: I chnaged the default dir mode to 777 and now the new folders have the right permisiions, but no pics will be uploaded.

Hmmmm.