I have tried numerous times to install MediaWiki on my website. Using the latest version (1.22.0) with manual installation I have not achieved any success.
It installs fine, and everything during the installation is reported with 'OK'. There are no errors regarding memory usage at that point, and my memory limit in PHP has been defined to 2048MB which really should be enough.
Here's the catch: when I log in into my own wiki, the page goes into 'endless-load' mode and the php_error log shows this:
[26-Dec-2013 04:20:31 CST6CDT] PHP Fatal error: Out of memory (allocated 12320768) (tried to allocate 28834 bytes) in /home/velocit1/public_html/bartpelle.com/infowiki/includes/AutoLoader.php on line 1191
[26-Dec-2013 04:20:32 CST6CDT] PHP Fatal error: Out of memory (allocated 12058624) (tried to allocate 116268 bytes) in /home/velocit1/public_html/bartpelle.com/infowiki/includes/AutoLoader.php on line 1191
[26-Dec-2013 04:20:42 CST6CDT] PHP Fatal error: Out of memory (allocated 12320768) (tried to allocate 30720 bytes) in /home/velocit1/public_html/bartpelle.com/infowiki/includes/cache/CacheDependency.php on line 331
This happens when I try to log in and when I try to create an account. Every page becomes inaccessible at this point until I clear my cookies, so the session is lost.
I have tried setting memory limits to different height, both in the software by setting the $wgMemoryLimit to various sizes, and internally in the PHP configuration. Nothing so far has helped me out.