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'); Link to comment https://forums.phpfreaks.com/topic/280427-php-fatal-error-call-to-undefined-function-site_cacheon-line-6/ 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. Link to comment https://forums.phpfreaks.com/topic/280427-php-fatal-error-call-to-undefined-function-site_cacheon-line-6/#findComment-1441808 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.