fastz28 Posted July 23, 2013 Share Posted July 23, 2013 have an error i think its making my page not load i go to my site and its a blank screen here is a portion of the script <?phpif ( !defined('XOOPS_HEADER_INCLUDED') ) { define('XOOPS_HEADER_INCLUDED', 1);site_cache('read');xoops_header(false);$currenttheme = getTheme();include_once(XOOPS_ROOT_PATH.'/themes/'.$currenttheme.'/theme.php'); Quote Link to comment Share on other sites More sharing options...
AbraCadaver Posted July 23, 2013 Share Posted July 23, 2013 I don't know much about XOOPS, but evidently you haven't installed it correctly. It probably hasn't loaded a file that defines the site_cache() function. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.