Reply
Wed 1 Sep, 2004 11:40 pm
I've decide I like Coppermine more than 4images. What modifications have made to your gallery?
CDK and anyone else that uses it and care to share TIA.
I just hacked within the templates. I'm having a custom one built and won't be on coppermine for long.
Cool - are you going to share it later? Will be waiting to see it. I've kind of been figuring the more you know php, mysql and a couple other things the easier it's to get free and customize??
I probably won't be able to share it, due to the terms under which I will buy it (explicitly without right to resell).
Any code I develop (and that is eligible to be open source) I give away for free, but I can't force others to do the same.
what do I do? How do I find this line??
Warning: move_uploaded_file(): Unable to move '/tmp/phptbjzqf' to './albums/edit/mHTTP_temp_882ccf1a.JPG' in /home/xxxxx/public_html/xxxxx/gallery/upload.php on line 1197
thanks
Line 1197 comes after line 1196 and before line 1198.
Dunno what else to tell you, your error is telling you exactly where to find the line.
Craven de Kere wrote:Line 1197 comes after line 1196 and before line 1198.
.
lol
i know that but don't know that - i don't have any editor that counts lines - what ever is wrong will not let me upload any pictures
Then you should use an editor that has line numbering.
I use editpad lite.
Code:1196 //Now we upload the file.
1197 if (!(move_uploaded_file($_FILES['file_upload_array']['tmp_name'][$counter], $path_to_image))) {
1198
1199 // The file upload has failed.
more confused now
btw thanks for the editor suggestion
think I got it fixed - if I had pm I would show you the gallery
thanks!