View Single Post
  #24  
Old 5th July 2011, 20:01
martzy martzy is offline
Member
 
Join Date: Dec 2008
Default
Posts: 8
Default
Code:
Warning: require(SERVER_ROOT/classes/class_proxies.php) [function.require]: failed to open stream: No such file or directory in G:\xampp3\htdocs\gazelle\classes\script_start.php on line 18

Fatal error: require() [function.require]: Failed opening required 'SERVER_ROOT/classes/class_proxies.php' (include_path='.;G:\xampp3\php\pear\') in G:\xampp3\htdocs\gazelle\classes\script_start.php on line 18
I have this error.

I have corect path in config.cfg

define('SERVER_ROOT','G:/xampp3/htdocs/gazelle');

memcached is ok.

Where is the problem?
Reply With Quote