Can't access my gallery Can't access my gallery
 

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]

Main Menu

Can't access my gallery

Started by noa, October 19, 2006, 11:20:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

noa

Hey :) First of all, sorry if this is in the wrong place! After I've installed my gallery, I've been able to access it, open catagories and albums, approve files and so on. After a few days, whenever I tried getting into my gallery, I got this message:

Coppermine critical error:
Unable to connect to database !

MySQL said: Access denied for user 'maura_copp1'@'localhost' (using password: YES)


I searched a bit on the boards here, and saw that other people with this problem were reffered to the include/config.inc.php page - but when I try getting into mine, I end up in a blank page.


So... any help, please?


Thanks!
Noa

Sami

you should edit your config.in.php localy and the re-upload it to your gallery
‍I don't answer to PM with support question
Please post your issue to related board

noa

Hey Sami, thanks for the answer. I tried doing it and it still won't work... maybe i'm doing something wrong? This is what's in my file now:

<?php
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'] =                         'localhost';
$CONFIG['dbuser'] =                         'maura_coop';
$CONFIG['dbpass'] =                         '***';
$CONFIG['dbname'] =                         'maura_copp1';


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg149_';
?>


---

the gallery's folder is named "gallery", the database for it is "maura_copp1" and the user for it is "maura_copp".

Sami

It seems to me that you are using fantestico, which is not recommanded at all

Check the user (maura_coop) to have all privileges on maura_copp1
Also check username and password on your control panel to be exist and valid
‍I don't answer to PM with support question
Please post your issue to related board

noa

Yeah, that's what I use... I don't really know PHP so that's my best chance ;)
And I've checked theuser info and privileges, all good..

Sami

If it's okey with you I can take a look at that , PM me cpanel username & password
‍I don't answer to PM with support question
Please post your issue to related board

noa


Sami

Gallery is Up now !
your username was wrong maura_coop=>maura_copp
BTW I renamed it to something else ::)
Also your table prefix was wrong (that's happen when you use crap like Fantastico)
‍I don't answer to PM with support question
Please post your issue to related board