Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Error during upload  (Read 7544 times)

0 Members and 1 Guest are viewing this topic.

toe

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Error during upload
« 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 :)
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: Error during upload
« Reply #1 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:
Code: [Select]
(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

Logged

toe

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Error during upload
« Reply #2 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

Code: [Select]
<?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 :)
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: Error during upload
« Reply #3 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
Logged

toe

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Error during upload
« Reply #4 on: December 16, 2008, 05:53:21 pm »

Hi,

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

grrrlsetsfire

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Error during upload
« Reply #5 on: September 10, 2009, 11:28:56 pm »

Did ya'll ever figure out this problem?
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: Error during upload
« Reply #6 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
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.