![]() |
|
Setup cannot find database - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Setup cannot find database (/thread-31.html) |
Setup cannot find database - pud - 2005-09-22 Hello all, I installed zen, configured the .htaccess.. gave the proper permissions to the folders, but it will not find the database on the setup.php page. I have a login screen, and an error message saying it cannot find the database. Is this a known issue? I have my site already running on the database, so I know I've entered the correct information. Thanks for any help. Setup cannot find database - janicek - 2005-09-22 How are you trying to access you database in the config.php file? I had a similar problem by trying to connect via http://database.mydomain.com. I removed the "http://" and all worked well. Setup cannot find database - trisweb - 2005-09-22 Yep, check the database host... usually (90% of the time) it's just 'localhost'. Then check the database name. Some hosts (like mine) require database names start with your username, so try 'username_databasename' in place of just 'databasename' Setup cannot find database - pud - 2005-09-22 Thanks guys, it connects to the dbase now, but all I get is a Zen login screen looking for a user name and pass. Is this for the zen backend, because my dbase information doesn't work here. Sorry to sound like such a noooob. Setup cannot find database - pud - 2005-09-22 Nix the last post, I found it in the config.php ... pays to look around a bit I suppose. Thanks though |