View Single Post
  #5 (permalink)  
Old 01-13-2008, 09:53 PM
WavyDavy WavyDavy is offline
Junior Member
 
Join Date: Jan 2008
Posts: 4
Default

I have tried setting an absolute path to the zend library instead of a doc relative one and I got this error message;


Fatal error: require() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.;\xampplite\php\pear\E:\xampplite\ htdocs\demo_app\library\Zend') in E:\xampplite\htdocs\demo_app\public\index.php on line 24

No matter what path I put into my index.php it always without fail tries to point to the php pear library in my xampplite install first instead of going straight to the zend library.

If it is a xampplite problem does anyone know how to configure xampplite so it doesnt point to the pear library by default?
Reply With Quote