Error during upload Error during 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

Error during upload

Started by toe, December 08, 2008, 11:23:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

toe

Hi!

I have been using Jupload for quite some time but some time ago it kept giving me this error. I tried to install the plugin again but it still doesn't work. This time there is some other error.

I've attatched the report I get in a .txt format.

Does anyone know what is the problem?

If this post should be in some other theme please move it :)

etienne_sf

Hi,

  I created a new thread for this one. It was not related to the thread you answered to.

You're error is:

(mysql_connect) 1045 : Access denied for user 'UserHiddent'@'localhost' (using password: NO)


That is: your main configuration file seems to be wrong. The mysql password is probably stored somewhere else...


Etienne


toe

Hello,

I haven't solved the problem yet. In config.inc.php file of my gallery username, password and db name seem to be right. The whole gallery works ok, I can upload photos with other applications, only JUpload doesn't work. I've tried uninstalling this plugin and reinstalling it but nothing helped.
I honestly haven't got a clue what to do to make it work

<?php

    define 
'SILLY_SAFE_MODE' ) ;

    
$CONFIG['dbserver'] = 'localhost' ;
    
$CONFIG['dbuser'  ] = 'USER' ;
    
$CONFIG['dbpass'  ] = 'PASS' ;
    
$CONFIG['dbname'  ] = 'DB_NAME'   ;

    
$CONFIG['TABLE_PREFIX'] = 'prefix_';

?>



thanks for your help :)

etienne_sf

In your first message, you have (using password: NO).

  I guess this is not the way you want it to work.



So question:
- Are you using Coppermine in bridge mode, or not ?
- What is the current 'sessionManagement' JUpload configuration parameter ?

Etienne

toe

Hi,

I'm not using Coppermine in bridge mode
The current 'sessionManagement' is empty

grrrlsetsfire

Did ya'll ever figure out this problem?

etienne_sf

Hi,

  Which version are you using ?

The last version have a diferent way to connect on the database: before, Jupload was connecting itself to the database. Now, it should not connect anymore (since 3.5.0beta versions).

Etienne