Advanced search  

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

Pages: [1] 2   Go Down

Author Topic: J Upload 3.6.2 "^SUCCESS$" error  (Read 19341 times)

0 Members and 1 Guest are viewing this topic.

bitcloud

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 117
J Upload 3.6.2 "^SUCCESS$" error
« on: July 29, 2009, 01:10:34 pm »

Hi Mate, cheers for the great plugin.

Unfortunately I'm getting an error:
Quote
[wjhk.jupload2.exception.JUploadExceptionUploadFailed] wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body (wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body)

Before you get worried about your code, the problem's probably at my end; my CPGxxx_pictures table contains a few extra items (longitude & lattitude for example)
(just for your reference if you want, i've listed my _pictures table structure below:)
Code: [Select]
pid aid filepath filename filesize total_filesize pwidth pheight hits mtime ctime owner_id owner_name pic_rating votes title caption keywords approved galleryicon user1 user2 user3 user4 url_prefix pic_raw_ip pic_hdr_ip lasthit_ip position latitude longitude
If you could maybe point me in the direction where the SQL bits are being written, I could maybe debug it myself, or if you have any ideas yourself, I'd really appreciate it! :)

This is the lower part of my debug results too:
Code: [Select]
...
00331 21:06:19.406 AWT-EventQueue-7 [DEBUG] wjhk.jupload2.upload.FileUploadManagerThread.updateUploadProgressBar(): before call to this.uploadFileDataArray[this.nbSentFiles].getUploadLength()
00332 21:06:19.437 FileUploadThreadHTTP [DEBUG] -------- Response Headers Start --------
...
00377 21:06:20.921 FileUploadThreadHTTP [DEBUG] -------- Response Body End --------
00378 21:06:20.921 FileUploadThreadHTTP [DEBUG] wjhk.jupload2.upload.FileUploadManagerThread.updateUploadProgressBar(): before call to this.uploadFileDataArray[this.nbSentFiles].getUploadLength()
00379 21:06:20.921 FileUploadThreadHTTP [DEBUG] HTTP status: 200 OK
00380 21:06:20.937 FileUploadThreadHTTP [DEBUG] 18995532|Entering PictureFileData.deleteTransformedPictureFile()
00381 21:06:20.937 FileUploadThreadHTTP [ERROR] [wjhk.jupload2.exception.JUploadExceptionUploadFailed] wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body (wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body)
00382 21:06:20.937 FileUploadThreadHTTP wjhk.jupload2.exception.JUploadExceptionUploadFailed: wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body
00382 21:06:20.937 FileUploadThreadHTTP at wjhk.jupload2.policies.DefaultUploadPolicy.checkUploadSuccess(DefaultUploadPolicy.java:681)
00382 21:06:20.937 FileUploadThreadHTTP at wjhk.jupload2.upload.DefaultFileUploadThread.doChunkedUpload(DefaultFileUploadThread.java:508)
00382 21:06:20.937 FileUploadThreadHTTP at wjhk.jupload2.upload.DefaultFileUploadThread.doUpload(DefaultFileUploadThread.java:395)
00382 21:06:20.937 FileUploadThreadHTTP at wjhk.jupload2.upload.DefaultFileUploadThread.run(DefaultFileUploadThread.java:310)
00383 21:06:20.968 AWT-EventQueue-7 [DEBUG] wjhk.jupload2.upload.FileUploadManagerThread.updateUploadProgressBar(): before call to this.uploadFileDataArray[this.nbSentFiles].getUploadLength()
...
Logged

bitcloud

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 117
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #1 on: July 29, 2009, 01:33:26 pm »

I'll add too, that this error is cross browser...
Logged

bitcloud

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 117
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #2 on: July 29, 2009, 03:14:53 pm »

I think this one is solved...

Lessons learned:
1) The debug doesn't display the errors if your config points to a server, when you're working on localhost (because it's seeking a response from a remote file - doh!)
2) Once this was fixed, it was clear that ImageMagick was at fault as well... Not sure why, but ImageMagick ordinarily works without any problems, but for jUpload, I had to revert to GD to get it to work. This could be something worth looking into if JUpload treats Imagemagick differently, or refers to a different location?
3) JUpload is a god send...
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #3 on: July 29, 2009, 10:14:31 pm »

hi,

  yes, AFAIK Iagemagick doesn't work with jupload. I'll find why, when I'm back (3 weeks)

Etienne
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #4 on: September 11, 2009, 10:01:51 pm »

hi,

  yes, AFAIK Iagemagick doesn't work with jupload. I'll find why, when I'm back (3 weeks)

Etienne
Hi
I use JUpload 3.6.2 and use GD 2.x
everything works except JUpload

I get:

wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): The string "^SUCCESS$" was not found in the response body

one line in the super long log I got in my email
Logged

kotozin

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #5 on: September 12, 2009, 04:49:59 am »

Actually, I found the problem in Jupload have a problems  "^SUCCESS$" error if you installed POTD plugins, I could not find out the main reason but I uninstall this plugin, everything will be fine.

Any one can fix this problem, please support us.

Regards
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #6 on: September 12, 2009, 04:55:59 am »

Actually, I found the problem in Jupload have a problems  "^SUCCESS$" error if you installed POTD plugins, I could not find out the main reason but I uninstall this plugin, everything will be fine.

Any one can fix this problem, please support us.

Regards
JUpload 3.6.2 is the only plugin I have installed
and I get the success^-error

PLEASE fix this, cuz now it's useless (every time I try to upload I get this)
no matter what account and or browser / os
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #7 on: September 12, 2009, 10:11:48 am »

Hi,

   I'm building a temp version of JUpload, with more debug information. There are two way to manage it:
1) You can give me an admin account (and I can install this JUpload version on your site). Then, I can test it, and find what's happening, alone.
2) You install the plugin yourself, and I you send me the log afterwards (or I may upload picture there).

  I prefer the 1). I'll send you may email, via PM. I think I'm allowed to.

Etienne
Logged

thempc

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #8 on: September 12, 2009, 12:09:01 pm »

Hello there, im working together with dragon to manage the site, and i do not know if he replied to you yet because he sleeps alot :P

anyway, i got the full logg (with normal version 3.6.2) here for you if you can make sence of it.

this is the buttom part of the code since im assuming this is the important part you want to view:

Quote
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Accept: */*\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Accept-Encoding: 
identity\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Connection: close\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Cookie: 
417e89f87ff1ad08262b0a25c08e8550=bceff773ae5dc06695f3e1582079731f; 
coppermine_data
=
YTozOntzOjI6IklEIjtzOjMyOiI3YWMzNDQ1ODhjYTIyODhlMzY0YzdkZGUzNTVhNTIxOSI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo3OiJlbmdsaXNoIjt9
; mohsen_nl/
gallery_data
=
YTo0OntzOjI6IklEIjtzOjMyOiJlM2ZhN2Q5M2Y5ZjBkMWIxYTI1ZjlmZTk5NDc1ZmI1ZSI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo3OiJlbmdsaXNoIjtzOjM6ImxpdiI7YTowOnt9fQ
%3D%3D; 
mohsennlgallery_data=YTo0OntzOjI6IklEIjtzOjMyOiJiMjQ2Njc2YzU3ZjY0ZGQyZTY3MDRiYjFjMjQwOGFkYiI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo3OiJlbmdsaXNoIjtzOjM6ImxpdiI7YTo1OntpOjA7czozOiI3MzMiO2k6MTtzOjM6IjI0NSI7aToyO3M6MzoiNzIyIjtpOjM7czozOiI2MDgiO2k6NDtzOjM6IjU2MCI7fX0%3D\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] User-Agent: Mozilla/
5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 
(KHTML, like Gecko) Version/4.0.3 Safari/531.9\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: 
multipart/form-data; boundary=---------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Length: 
434563\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="jufinal"\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 1\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="action"\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] upload_picture\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="jupart"\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 2\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="album"\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 4\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="file"\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] \r\n
00264 21:11:38.009 FileUploadThreadHTTP [DEBUG] jupload/jupload\r\n
00265 21:11:38.009 FileUploadThreadHTTP [DEBUG] === main header end
00266 21:11:38.009 FileUploadThreadHTTP [DEBUG] --- fileheader 
start (len=1349):
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="title"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="caption"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="keywords"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="mimetype[]"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] image/jpeg\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="pathinfo[]"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] /Users/Mohsen/
Pictures\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="relpathinfo[]"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="filemodificationdate[]"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 01/06/2009 
23:55:32\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="userpicture"; 
filename="1243885528433.jpg"\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] Content-Type: image/
jpeg\r\n
00267 21:11:38.010 FileUploadThreadHTTP [DEBUG] \r\n
00268 21:11:38.010 FileUploadThreadHTTP [DEBUG] --- fileheader end
00269 21:11:38.010 FileUploadThreadHTTP [DEBUG] in 
UploadFileData.uploadFile (amount:432150, getUploadLength(): 932150)
00270 21:11:46.439 FileUploadThreadHTTP [DEBUG] --- filetail start 
(len=239):
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] \r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv\r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] Content-
Disposition: form-data; name="md5sum[]"\r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] Content-Transfer-
Encoding: 8bit\r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; UTF-8\r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] \r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG]
686beca7c3029d62798f4031caac57d3\r\n
00271 21:11:46.439 FileUploadThreadHTTP [DEBUG] 
-----------------------------xpg3k1fxwmv--\r\n
00272 21:11:46.439 FileUploadThreadHTTP [DEBUG] --- filetail end
00273 21:11:50.830 FileUploadThreadHTTP [DEBUG] -------- Response 
Headers Start --------
00274 21:11:50.830 FileUploadThreadHTTP [DEBUG] HTTP/1.1 200 OK
00275 21:11:50.830 FileUploadThreadHTTP [DEBUG] Date: Fri, 11 Sep 
2009 19:11:38 GMT
00276 21:11:50.830 FileUploadThreadHTTP [DEBUG] Server: Apache/2
00277 21:11:50.831 FileUploadThreadHTTP [DEBUG] X-Powered-By: PHP/
5.2.10
00278 21:11:50.831 FileUploadThreadHTTP [DEBUG] Vary: Accept-
Encoding,User-Agent
00279 21:11:50.831 FileUploadThreadHTTP [DEBUG] Content-Length: 1281
00280 21:11:50.831 FileUploadThreadHTTP [DEBUG] Connection: close
00281 21:11:50.832 FileUploadThreadHTTP [DEBUG] Content-Type: text/
plain; charset=UTF-8
00282 21:11:50.833 FileUploadThreadHTTP [DEBUG]
00283 21:11:50.833 FileUploadThreadHTTP [DEBUG] --------- Response 
Headers End ---------
00284 21:11:50.834 FileUploadThreadHTTP [DEBUG] HTTP status: 200 OK
00285 21:11:50.835 FileUploadThreadHTTP [DEBUG] 13577225|Entering 
PictureFileData.deleteTransformedPictureFile()
00286 21:11:50.838 FileUploadThreadHTTP [ERROR]
[wjhk.jupload2.exception.JUploadExceptionUploadFailed] 
wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): 
The string "^SUCCESS$" was not found in the response body 
(wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): 
The string "^SUCCESS$" was not found in the response body)
00287 21:11:50.839 FileUploadThreadHTTP
wjhk.jupload2.exception.JUploadExceptionUploadFailed: 
wjhk.jupload2.policies.CoppermineUploadPolicy.checkUploadSuccess(): 
The string "^SUCCESS$" was not found in the response body
00287 21:11:50.839 FileUploadThreadHTTP at 
wjhk
.jupload2
.policies
.DefaultUploadPolicy.checkUploadSuccess(DefaultUploadPolicy.java:681)
00287 21:11:50.839 FileUploadThreadHTTP at 
wjhk
.jupload2
.upload
.DefaultFileUploadThread.doChunkedUpload(DefaultFileUploadThread.java:
508)
00287 21:11:50.839 FileUploadThreadHTTP at 
wjhk
.jupload2
.upload.DefaultFileUploadThread.doUpload(DefaultFileUploadThread.java:
395)
00287 21:11:50.839 FileUploadThreadHTTP at 
wjhk
.jupload2
.upload.DefaultFileUploadThread.run(DefaultFileUploadThread.java:310)
00288 21:11:50.991 AWT-EventQueue-5 [DEBUG] PicturePanel.paint(): 
offscreenImage is null
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #9 on: September 12, 2009, 04:13:12 pm »

Hi,

   I'm building a temp version of JUpload, with more debug information. There are two way to manage it:
1) You can give me an admin account (and I can install this JUpload version on your site). Then, I can test it, and find what's happening, alone.
2) You install the plugin yourself, and I you send me the log afterwards (or I may upload picture there).

  I prefer the 1). I'll send you may email, via PM. I think I'm allowed to.

Etienne
sure send me your email
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #10 on: September 12, 2009, 04:27:41 pm »

sorry for the double post

but I should mention that installing the plugin as a .zip via coppermine didn't word
so I uploaded it via FTP (unpacked) and installed it via coppermijn
Logged

bierbo

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #11 on: September 16, 2009, 03:24:39 pm »

i have solved this problem with replacing the jar from the latest jupload.sf.net package.

it works nice.
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #12 on: September 16, 2009, 03:52:21 pm »

i have solved this problem with replacing the jar from the latest jupload.sf.net package.

it works nice.
I just did but I get the same error again
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #13 on: September 17, 2009, 10:40:49 pm »

Hi,

  Can you try with this version. It should not work better, but there would be more debug info. At least, I'll know where the PHP script get stuck.

Can you put the debug on, and post the debug output here ?

Etienne
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #14 on: September 18, 2009, 06:54:10 pm »

Hi,

  Can you try with this version. It should not work better, but there would be more debug info. At least, I'll know where the PHP script get stuck.

Can you put the debug on, and post the debug output here ?

Etienne
now I get

Fatal error: require_once() [function.require]: Failed opening required 'plugins/jupload/include/jupload.inc.php' (include_path='.:/usr/local/lib/php') in /usr/home/deb16137/domains/mohsen.nl/public_html/cm_gallery/plugins/jupload-1/codebase.php on line 75

everytime I go to the Plugin Manager
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #15 on: September 18, 2009, 07:14:42 pm »

now I get

Fatal error: require_once() [function.require]: Failed opening required 'plugins/jupload/include/jupload.inc.php' (include_path='.:/usr/local/lib/php') in /usr/home/deb16137/domains/mohsen.nl/public_html/cm_gallery/plugins/jupload-1/codebase.php on line 75

everytime I go to the Plugin Manager

oops sorry
the folder was jupload-1, deleted -1 and now the error above is gone

NOW I get this after pressing install
There was an error while processing a database query
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #16 on: September 18, 2009, 07:49:36 pm »

oops sorry
the folder was jupload-1, deleted -1 and now the error above is gone

NOW I get this after pressing install
There was an error while processing a database query
omg...
ok I fixed THIS error also (by restoring backup)
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #17 on: September 18, 2009, 08:08:49 pm »

omg...
ok I fixed THIS error also (by restoring backup)
ok I just uploaded 4 pictures, and someone else 5 and it worked (but it logs out after upload, just before the information input step :P) and if you log in after that you don't get to that page
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #18 on: September 22, 2009, 09:33:20 am »

Hi,

  I don't understand very well the current situation.

Can you write a clear status of the situation:
- Coppermine version
- current mode (bridge mode, anything special ?)
- what kind of server (Unix/windows, IIS, apache...)
- what's the current issue: you're logged out after upload ?????????   That's a strange one !

Etienne
Logged

dragonmoony

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: J Upload 3.6.2 "^SUCCESS$" error
« Reply #19 on: September 25, 2009, 08:18:06 pm »

Hi,

  Can you try with this version. It should not work better, but there would be more debug info. At least, I'll know where the PHP script get stuck.

Can you put the debug on, and post the debug output here ?

Etienne

Ok i was wrong when I thought it was working
here is the log from the one you uploaded

please help
Logged
Pages: [1] 2   Go Up
 

Page created in 0.056 seconds with 20 queries.