forum.coppermine-gallery.net

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: topkool on June 13, 2010, 11:10:58 am

Title: jUpload don't upload (session management
Post by: topkool on June 13, 2010, 11:10:58 am
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)
Title: jUpload don't upload (session management
Post by: topkool on June 13, 2010, 11:13:35 am
sorry.. wrong thread... Please skip this one
Title: Re: jUpload don't upload (session management
Post by: etienne_sf on June 14, 2010, 10:52:22 am
TOPIC SPLIT

  Because it's not the same issue.
Title: Re: jUpload don't upload (session management
Post by: etienne_sf on June 14, 2010, 10:53:53 am
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
Title: Re: jUpload don't upload (session management
Post by: topkool on June 17, 2010, 11:42:21 pm
- 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
Title: Re: jUpload don't upload (session management
Post by: etienne_sf on June 18, 2010, 11:25:42 am
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
Title: Re: jUpload don't upload (session management
Post by: etienne_sf on June 24, 2010, 12:18:01 am
Hi,

  This one should now be corrected. Please check the 4.1.0 release.

Etienne
Title: Re: jUpload don't upload (session management
Post by: topkool on June 26, 2010, 12:51:49 am
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
Title: Re: jUpload don't upload (session management
Post by: etienne_sf on June 26, 2010, 05:25:44 pm
Hi,

  There was an error in a SQL exception.  Can you read the logs, and tell me which is in error ?

Etienne
Title: Re: jUpload don't upload (session management
Post by: topkool on July 03, 2010, 08:11:53 am
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'"
Title: Re: jUpload don't upload (session management
Post by: topkool on July 03, 2010, 08:16:46 am
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