Johan Seland wrote:
I am trying to install MediaWiki 1.3.0beta6 on my ISP account. This makes it hard to modify php.ini (and to upgrade to anything higher then PHP 4.2.3.)
I can properly launch the wiki/config/index.php file, and sets the admin and database account. (I have a user on a MySQL DB.)
When I press "Install!" I get some output (appended at the end), and then the pages finishes loading.
Unfortunately it's not easy to diagnose this kind of problem.
See if you can enable error logging (you might be able to override these settings by putting some ini_set() statements into config/index.php), it might be eating the displayed errors if there's some sort of problem.
Also try adding a statement like this: die("Got this far"); and moving it farther and farther back until you find the exact place where it no longer runs.
Debugging sucks, sorry. :P
-- brion vibber (brion @ pobox.com)