|
hm, to me it looks like its stalling at populating the database. I dont see a reason for it though, it specifically states it can conntect to the database, and creates the table
now it might be having trouble just creating the LocalSettings. If you can use phpMyAdmin, check to see if the tables have any data. If they do, you may only need to manually set up the LocalSettings file. if they dont have data, then im really not sure why, maybe check the permissions and make sure that the account you have set up allows full privalages on the database, and not just partial?
|