I went to my new config.inc.php and did the changes but when I go to gallery none of the existing albums and users appears.
How can I do that?
Thanks.
do what? More details, please. Links might help as well.
Joachim
I had to install again a cpmg, overitting all files exept albums folder, I have the database (votes, user, albums, comments, etc.) form the previous install on MySQL Server.
How can I make the new install of cpmg to use all the information on the existing database (votes, user, albums, comments, etc.) in not to batch add again all the pic and recreate all the albums, votes and even visit count?
Thanks.
You just need to make sure that you are connecting to the database correctly. As GauGau said, a link would help.
What are the correct steps or setting in orde to connect the database.
unfortunly my link dosn't work because MySQL said: Access denied for user: 'pixserf_copp1@localhost' (Using password: YES)
Because I couldn't found the problem I install a in another directory a new cpmg and still using the database.
Anyway this is the link: http:eventos.pixser.net/ep
Thanks
You would need to have the correct info on the database name, user, and password. If you don't have it, you would need to ask your host for help.
Once I have database name, user, and password, wich I do where do I setup this info beside the I the setup install of the cpmg that gides you for the first time you run the gallery wich I did.
Thanks
You would need to edit config.inc.php
$CONFIG['dbserver'] = "localhost"; // Your database server
$CONFIG['dbuser'] = "pixserf_copp1"; // Your mysql username
$CONFIG['dbpass'] = "whateverpassword"; // Your mysql password
$CONFIG['dbname'] = "pixserf_whatevername"; // Your mysql database name
$CONFIG['TABLE_PREFIX'] = "cpg11d_"; //edit accordingly
The things after // are comments and are ignored by the php parser. No need to edit them.