Jump to content

PHP Fatal error: Call to undefined function site_cache()on line 6


fastz28

Recommended Posts

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

 

<?php

if ( !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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.