View Single Post
12-17-2007, 05:08 PM
#5
getout is offline getout
Status: Junior Member
Join date: Sep 2005
Location:
Expertise:
Software:
 
Posts: 52
iTrader: 0 / 0%
 

getout is on a distinguished road

  Old

There is application_top.php file which is initializing osC_Cache

PHP Code:
require('include/classes/cache.php');
$osC_Cache = new osC_Cache(); 
the problem is when i include application_top.php in normal plain php file, it initialize osC_Cache & works perfectly but when i put same file in my xmlrpc server.php file it give me this error.