forum.coppermine-gallery.net

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: Meastroo on July 27, 2010, 04:39:30 pm

Title: Getting errors after server change
Post by: Meastroo on July 27, 2010, 04:39:30 pm
Hello, i having problems with uploading pictures after i changed my servers.


JUpload v3.2.3 debug says:

Quote
16:34:09.813 [INFO] Debug level set to 0
16:34:09.824 [INFO] Current debug output file: C:\Users\MuMu\AppData\Local\Temp\jupload_4394010878675029138_log.txt
16:34:09.829 [WARN] Invalid int value: true, using default value: 0
16:34:09.885 [INFO] JUpload applet, version 3.4.2rc4 [SVN-Rev: 491] (compiled: 07/25/2008 08:37 AM), available at http://jupload.sourceforge.net/
16:34:09.896 [INFO] maxFileSize: 10000000
16:34:16.770 [WARN] Invalid int value: , using default value: 0
16:34:25.473 [INFO] Debug level set to 1
16:34:25.474 [INFO] Current debug output file: C:\Users\MuMu\AppData\Local\Temp\jupload_4394010878675029138_log.txt
16:34:25.476 [INFO] JUpload applet, version 3.4.2rc4 [SVN-Rev: 491] (compiled: 07/25/2008 08:37 AM), available at http://jupload.sourceforge.net/
16:34:25.478 [DEBUG] debugLevel: 1 (debugfile: C:\Users\MuMu\AppData\Local\Temp\jupload_4394010878675029138_log.txt)
16:34:25.480 [INFO] maxFileSize: 10000000
16:34:26.937 [ERROR] [wjhk.jupload2.exception.JUploadExceptionUploadFailed] An unknown error occurs during upload. (An unknown error occurs during upload.)
16:34:26.939 wjhk.jupload2.exception.JUploadExceptionUploadFailed: An unknown error occurs during upload.
16:34:26.939    at wjhk.jupload2.policies.DefaultUploadPolicy.checkUploadSuccess(DefaultUploadPolicy.java:625)
16:34:26.939    at wjhk.jupload2.upload.DefaultFileUploadThread.doUpload(DefaultFileUploadThread.java:761)
16:34:26.939    at wjhk.jupload2.upload.DefaultFileUploadThread.run(DefaultFileUploadThread.java:517)
16:34:28.222 [WARN] CoppermineUploadPolicy.afterUpload: No file were uploaded! (0)


JUpload v4.1.0 debug - see the attach file


can anyone help me, I have been having this problem for 1 month now.


Title: Re: Getting errors after server change
Post by: Meastroo on July 27, 2010, 04:42:46 pm
Screen
Title: Re: Getting errors after server change
Post by: Meastroo on July 27, 2010, 05:39:29 pm
New
Title: Re: Getting errors after server change
Post by: etienne_sf on July 29, 2010, 12:06:59 am
Hi,

  You got a more precise error on the last one: impossible to move.

Some questions:
1) Do standard upload work ?

Updated: You tried with the last version, ok...

Etienne
Title: Re: Getting errors after server change
Post by: Meastroo on July 29, 2010, 02:32:20 pm
hmmm, i tried the standard upload, at it says same thing, strange...

look att the pic.

I got chmod 777 on the userpic and the temp folder..
Title: Re: Getting errors after server change
Post by: phill104 on August 01, 2010, 08:20:34 pm
Make sure whe you use chmod you use the recursive option. If that still doesn't work speak to your host and get them to check file ownership (chown). They should be able to help.
Title: Re: Getting errors after server change
Post by: Meastroo on August 02, 2010, 04:29:39 pm
Hi

It is my own server, which chmod do you need to have on the folders and files? And how do i change the temp folder for JUpload? The temp folders is now "1" in userspics right?

Right now i have 755 on all files and folders, and the owner and group goes to ftp user...
Title: Re: Getting errors after server change
Post by: Meastroo on August 02, 2010, 05:07:46 pm
i solvet it , i deleted and made a new one "edit"-folder... And it works..

Thans for all help guys..
Title: Re: Getting errors after server change
Post by: phill104 on August 02, 2010, 06:34:56 pm
That probably changed the ownership. Compare the ownership of the folder you just created with the ownership of the old and you will almost certainly see the difference. Make a note as it may be required to change the ownership of other folders later on.

Thanks for resolving your thread.