forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: victorinoxs on June 11, 2004, 07:21:12 pm

Title: [Solved- edit directory not done] Impossible to Move
Post by: victorinoxs on June 11, 2004, 07:21:12 pm
I'm using Win2K Pro SP4 + Apache 2.0.49 + PHP 4.3.7
I created a tmp directory under my web root folder,
and also set the upload_tmp_dir value in php.ini to that tmp folder.
other relative option like upload_max_filesize .... etc. are also configured.
However, I leave open_basedir off.

upload function in all other php software on my server work properly.
and cpg1.2.1 used to work as well.

But after I upgraded to cpg1.3.0 stable, I always get the error msg "impossible to move"
So, I copied upload.php from cpg1.2.1 to overwrite the existing one,
then upload function works again; but I'll have to give up the muti-file uploading function...

Am I the only one who's getting this "impossible to move" problem?
Title: Re: Impossible to Move
Post by: hyperion on June 11, 2004, 07:34:25 pm
Verify the following:

1. You are using 1.3.0 stable.

2. You have activated Debug Mode.

3. You have read the post 'General Upload Troubleshooting' carefully and in full.  

http://forum.coppermine-gallery.net/index.php?topic=5841.0

4. In particular, did you read the part about checking your /albums/edit directory?

5. If you have read it, have you dropped to 'Single Uploads Only' as instructed?  This achieves the same effect as the downgrade without actually downgrading.
Title: Re: Impossible to Move
Post by: victorinoxs on June 11, 2004, 08:05:24 pm
Thanks for your respond!

Just found out what a stupid mistake I made.........
I thought since I'm using a windows server, those 777, 755 directory permission don't apply to me, so I just skipped checking it....

But, when I tried give it a shot and ftp to the album directory, I found that there is NO such a folder named edit!! I didn't copy that during the upgrading process!!! So..just wanna to remind everyone who is upgrading from 1.2.1 to 1.3.0, don't forget to copy the folder "edit" inside album!!!

After copying it to my album directory, without doing any extra changes, uploading function works just fine!!
Title: Re: [Solved- edit directory not done] Impossible to Move
Post by: Carrie on June 12, 2004, 11:06:39 am
I have upgraded also and am getting the same exact problem, only difference is I am on a Unix based server. I did the downgrading option you gave and it worked for me, but why can we not use the mutipule file uploading?

Also I do not have a albums/edit folder in my directory...I wonder why?
Title: Re: [Solved- edit directory not done] Impossible to Move
Post by: Casper on June 12, 2004, 12:13:53 pm
Because you had to create it, or copy it, as per the instructions.
Create the edit folder, chmod it to the same as the albums folder, and then 1.3.0 will work.