coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: ayoungblood on October 05, 2008, 11:07:30 PM

Title: Access Denied on upload
Post by: ayoungblood on October 05, 2008, 11:07:30 PM
Hi Gang,

I upgraded to the latest version JUpload. Read the docs and changed session setting to " as instructed and and successfully uploaded images to the gallery using the built in uploader. However, when I try to upload using jupload I get this error from the debug. Any idea what might have changed? Jupload used to work on this gallery.  Thanks, Alan

17:02:51.823 [INFO] Debug level set to 0
17:02:51.826 [INFO] Current debug output file: /tmp/jupload_57140_log.txt
17:02:51.827 [WARN] Invalid int value: true, using default value: 0
17:02:51.992 [INFO] JUpload plugin for coppermine version 3.0.0rc3
17:03:55.597 [INFO] Debug level set to 1
17:03:55.597 [INFO] Current debug output file: /tmp/jupload_57140_log.txt
17:04:04.191 [ERROR] wjhk.jupload2.exception.JUploadExceptionUploadFailed: (mysql_connect) 1045 : Access denied for user 'cyberpup'@'localhost' (using password: NO) ((mysql_connect) 1045 : Access denied for user 'cyberpup'@'localhost' (using password: NO))
17:04:04.192 wjhk.jupload2.exception.JUploadExceptionUploadFailed: (mysql_connect) 1045 : Access denied for user 'cyberpup'@'localhost' (using password: NO)
17:04:04.192    at wjhk.jupload2.policies.DefaultUploadPolicy.checkUploadSuccess(DefaultUploadPolicy.java:594)
17:04:04.192    at wjhk.jupload2.upload.DefaultFileUploadThread.doUpload(DefaultFileUploadThread.java:735)
17:04:04.192    at wjhk.jupload2.upload.DefaultFileUploadThread.run(DefaultFileUploadThread.java:487)
17:04:07.033 [WARN] CoppermineUploadPolicy.afterUpload: No file were uploaded! (0)
Title: Re: Access Denied on upload
Post by: ayoungblood on October 06, 2008, 12:26:40 AM
Also tried "Jupload" in session management and got the same error as mentioned and "Other values" and got "success" not found error.

Alan

Title: Re: Access Denied on upload
Post by: etienne_sf on October 06, 2008, 03:36:32 PM
From your log, you should have two cases:

1) The logged error you posted, when using JUpload session management.
2) Something else, when using default session management (JUpload session configuration parameter to empty).

Correct ?




Can you be more precise:
- JUpload used to work, but is now broken ?  Which configuration was it (JUpload or default session management ?)
- Anything specific on your system ?
- Any change you did on it ?   Just switch to the last JUpload version ?   From which version ?

Etienne