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

upload problem

Started by perli, October 23, 2003, 01:43:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

perli

hi,

I installed cpg 1.1 on my phpnuke site and i get this error when trying yo upload a picture:

Destination directory .....(the directory)....  is not writable by the script !

I gave permission to the album and userpic directories to everyone and also to the iis users so they all have full control of the dirctories (including ofcourse write permissin) and i still doesn't work

is there another specific user i need to give permission to to these directories ?

this is a private server and it's specifications are:

os - windows 2000 server (iis 5)
php ver - 4.3.2
mysqlver - 4.1.0-alpha-max-nt

10x in advance

vene

I've got the same problem!

The stand-alone Coppermine (1.1.0) is transfered to the PHPNuke Coppermine(1.1d) and after the transfer both old users and new registered users can't upload any pictures.

Error:
Destination directory .....(the directory).... is not writable by the script !


The directory albums en user_pics are both on 777.

Who can help??

DJMaze

Please tell exactly what ...(the directory... is.

Maybe the path to the directory is incorrect.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

thekingster

I have the same problem.

Mine says /index/html/modules/coppermine/albums/userpics isnt writable when it is.

I had to go in and delete the entry for the database manually, which I dont fancy doing everytime!

BTW index is the next folder up from my root folder for the site.

Any help appreciated

glock

Same exact problem as TheKingster. I cannot write and have set all permissions properly. My server DOES allow uploads and have verified by a guestbook photo program which allows uploads to server.

gtroll

QuoteBTW index is the next folder up from my root folder for the site.
So this is trying to write to the wrong path? with the / at the start that is looking starting at your root it can't find /index/html/modules/coppermine/albums/userpics
when the path should be
/yourroot/index/html/modules/coppermine/albums/userpics
adjust that var in the script and see if it works...
this is fixed in ver1.2.0-nuke which is about to go into 1st level testing....

radox

I have the same problem also...very frustrating.

anyone find a solution?

what's even more strange is that any file added using the "browse" feature will delete with no problems at all.

"albums" and all subs are 777 for me

Joachim Müller

this sub-board is long dead and only there for reference. Read http://coppermine-gallery.com/forum/index.php?topic=13667.0

radox

Thanks, but mine problem is not phpnuke related. i created a new post last night on my topic with no replies yet.

Joachim Müller

Quote from: radox on May 26, 2005, 04:27:05 PM
Thanks, but mine problem is not phpnuke related.
Well, then you shouldn't have replied to a nuke support thread

Quote from: radox on May 26, 2005, 04:27:05 PMi created a new post last night on my topic with no replies yet.
This is not a hotline...

Quote from: radox on May 26, 2005, 04:11:24 PM
"albums" and all subs are 777 for me
Definitely not, on the other thread you say you're running Windows/IIS. There's no such thing as CHMOD on Windows machines.