jUpload don't upload (session management jUpload don't upload (session management
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

jUpload don't upload (session management

Started by topkool, June 13, 2010, 11:10:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

topkool

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)

topkool

sorry.. wrong thread... Please skip this one

etienne_sf

TOPIC SPLIT

  Because it's not the same issue.

etienne_sf

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

topkool

- 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

etienne_sf

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

etienne_sf

Hi,

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

Etienne

topkool

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

etienne_sf

Hi,

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

Etienne

topkool

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'"

topkool

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