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
you should edit your config.in.php localy and the re-upload it to your gallery
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".
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
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..
If it's okey with you I can take a look at that , PM me cpanel username & password
sent it. thanks!
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)