Hi, I'm trying to install a phpmyspace v.8.4 when I try to load the site, it get this Sorry, but this file cannot be requested directly Fatal error: Call to undefined function: site_cache() in /hsphere/local/home/anthuh/frens.funrage.com/header.php on line 6 line 6 and 7 contains the following 2 lines. site_cache('read'); xoops_header(false); please help.
on line 6 it is calling a function that doesn't exist. Are you sure you have all the php files and they are in the right places?
turn : site_cache('read'); into : @site_cache('read'); on the main file (index.php) ight at the end of execution, do : if(!function_exists("site_cache")) { die("nope, still not present"); } then come back and tell use wat appened.....
This may be a long shot, but it almost looks as though it's a XOOPS module / plugin whatever. Do you need to have that installed first do you know?
Thanks for your help this is what it says: Sorry, but this file cannot be requested directly nope, still not present thanks lots...
hmm...i have installed all the standard modules it seems...??...so u're saying site_cache is a module?
Hi, I decided to get a programmer to fix the error for me. They say it's some script problem. He fixed it anyway.