For some reason the database credentials were not setup correctly so when I hit the mainpage after installation if end up in the install.php routine. The database was restored correctly so manually inserting the right credentials did the trick. It could be related to issues I had during install: I selected a too difficult password and changed complexity afterwards. I'll try to debug the routine on a fresh install over the week.
(Installed on Ubuntu 9.04 server)
Comments
Comment #1
hunmonk commentedwhere exactly did you end up setting a password?? the install script should set the initial password for the drupal installation automagically...
Comment #2
SqyD commentedI entered the db credentials to sites/default/settings.php. This was generated by the script (looking at filesystem timestamps) but the database connection string is unchanged from the default. I suspect an unescaped character ("$" in the initial database password I provided in the drupaltesting_server.conf) did work when importing the database but screwed up my initial settings.php. I will try to do a clean install to reproduce it and get back with more info.
Comment #3
boombatower commentedCan you confirm that is the issue?
Comment #4
boombatower commentedSeems that the following isn't working
with error:
Comment #5
boombatower commentedRemoved pifr_checkout line as it seems to make it mad...and it notifies admin that they need to set it up...as they did before since it doesn't detect/ask what type of client they are setting up.