Hostboard - This is due to your XCache setup, edit your php.ini and change the xcache.var_size as this allocates the available space for XCache to store variables, check out the XCache website for more information:
http://xcache.lighttpd.net
I personally have XCache var_size set to 128M, for 128 MB
Edit: Saw your edit, remove XCache from config.php, you may also need to disable plugins to get back into your forum ACP:
Code:
define('DISABLE_HOOKS', true);
That goes in your config.php to disable plugins