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 :)
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
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' , 1 ) ;
$CONFIG['dbserver'] = 'localhost' ;
$CONFIG['dbuser' ] = 'USER' ;
$CONFIG['dbpass' ] = 'PASS' ;
$CONFIG['dbname' ] = 'DB_NAME' ;
$CONFIG['TABLE_PREFIX'] = 'prefix_';
?>
thanks for your help :)
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
Hi,
I'm not using Coppermine in bridge mode
The current 'sessionManagement' is empty
Did ya'll ever figure out this problem?
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