I don't know if it's the same issue, but I can't upload pictures.
- The parameters are configured (category and album)
- I select one picture (same issue with multiple images)
- I click on "upload"
- The applet uploads 3 images (IMG_1.jpg, normal_IMG_1.jpg and thumb_IMG_1.jpg) in my server directory (/photos/albums/userpics/10001)
And then, I got the following error message 'wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadProcess(): The string "^SUCCESS$" was not found in the response body'
I made the same test getting the same result with IE8 and Chrome 6.
I also attached the debug file (I've just replaced my personal info by xxxxxxxxxx)
sorry.. wrong thread... Please skip this one
TOPIC SPLIT
Because it's not the same issue.
Hi,
Questions:
- Which Coppermine version ?
- Which JUpload version ?
- Bridge mode ?
I'll add these information in the debug log, but they are currently lacking...
Etienne
- Coppermine version v1.5.6
- JUpload Version v4.01
- No bridge mode
I tried to upload several types of pictures, but none of them was successfully uploaded.
Thanks
Hi,
The problem is the compatibilty of the last JUpload version with the CPG 1.5 version. I'm working on this one...
Will be released ASAP, I hope it will be next week...
Etienne
Hi,
This one should now be corrected. Please check the 4.1.0 release.
Etienne
Really thanks for your support.
Unfortunately, it does not work. I got the message "FileUploadThreadHTTP at wjhk.jupload2.upload.DefaultFileUploadThread.run(DefaultFileUploadThread.java:327)".
I've also attached the debug file.
I made several tests with Chrome 6 and IE8 under Win7 x64.
Thanks
Hi,
There was an error in a SQL exception. Can you read the logs, and tell me which is in error ?
Etienne
This is the error message :
"Jul 03, 2010 at 07:09 AM - While executing query 'INSERT INTO cpg140_pictures (aid, filepath, filename, filesize, total_filesize, pwidth, pheight, ctime, owner_id, title, caption, keywords, approved, user1, user2, user3, user4, pic_raw_ip, pic_hdr_ip, position, guest_token) VALUES ('121', 'userpics/10001/', 'IMG_2332~0.jpg', '173794', '234304', '853', '1280', '1278137369', '1','IMG 2332', '', '', 'YES', '', '', '', '', '', '', '0', '')' in include/picmgmt.inc.php on line 165 the following error was encountered:
Unknown column 'guest_token' in 'field list'"
I re-run update.php; and noticed the creation of the missing field in the pcture table. So, now it works fine.
Thanks for your great support