Access Denied on upload Access Denied on upload
 

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

Access Denied on upload

Started by ayoungblood, October 05, 2008, 11:07:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ayoungblood

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)

ayoungblood

Also tried "Jupload" in session management and got the same error as mentioned and "Other values" and got "success" not found error.

Alan


etienne_sf

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