Also, when checking the database, the microwiki table has been created, so it really runs the script, but it’s not outputting anything..
I’ve been scratching my head over this all night.. Never even occured to me that something was wrong with my PHP settings =)
After I read your reply saying that it worked fine for you with that config, I started going through every setting and config file again…
Guess what I found? I only had php_mysqli.dll loaded in php.ini, not php_mysql.dll. Just added a line in the ini file and everything works like a charm right out of the box!
Thanks for your swift reply man, you’ve saved my day!