Friday 16 February 2007 5:53:32 am
Hi Halvor First of all - have you cleared the cache? Maybe the cached ini settings are for the old database. You can either use the script bin/php/ezcache.php or just empty the cache folders manually. Then try again. If that does not help, find out which siteaccess and database settings are used for the admin. Just add the lines
Access: {$access_type.name} <br />
DatabaseImplementation: ezini('DatabaseSettings', 'DatabaseImplementation')<br />
Database: ezini('DatabaseSettings', 'Database')<br />
Server: ezini('DatabaseSettings', 'Server')<br />
User: ezini('DatabaseSettings', 'User')<br />
in the pagelayout for the login form. Displaying the password might not be such a good idea. Empty the cache and reload the page. Now make sure that the credentials are alright. If they are alright, make sure that your database server is up and running. Claudia
|