Last modified: 2010-05-15 15:33:09 UTC
I've installed mediawiki with the installer, and everything seemed to go fine (database is all working). However, when I try to visit the wiki (http://ip/wiki/ or http://ip/wiki/index.php) the page hangs. Nothing loads, but there are no errors either. I'm not getting any errors in apache's error log. I've looked through the index.php file. If I put a return; statement before require_once( 'includes/Setup.php' ); then page stops trying to load. If I place a return; statement on the line after, it continues to hang.
Assuming this was fixed or taken to the mailing list.