coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: toe on December 08, 2008, 11:23:26 PM

Title: Error during upload
Post by: toe on December 08, 2008, 11:23:26 PM
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 :)
Title: Re: Error during upload
Post by: etienne_sf on December 09, 2008, 10:13:50 AM
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

Title: Re: Error during upload
Post by: toe on December 14, 2008, 09:27:17 PM
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 :)
Title: Re: Error during upload
Post by: etienne_sf on December 16, 2008, 05:16:19 PM
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
Title: Re: Error during upload
Post by: toe on December 16, 2008, 05:53:21 PM
Hi,

I'm not using Coppermine in bridge mode
The current 'sessionManagement' is empty
Title: Re: Error during upload
Post by: grrrlsetsfire on September 10, 2009, 11:28:56 PM
Did ya'll ever figure out this problem?
Title: Re: Error during upload
Post by: etienne_sf on September 12, 2009, 09:26:02 AM
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