for some reason your server doesnt like the cache function of Categories Hierarchy.
open includes/functions_categories_hierarchy.php
find
define('CACHE_TREE', true);
replace with
// define('CACHE_TREE', true);
this will disable the caching of your forum structure but should not impact page load dramaticly
ps... I also noticed this error on your index
[code]Warning]
This is due to "system" being disabled in your php.ini
I have been told not to worry about it as disabling system is a security measure and it is not necessary for your site to function properly
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie