This is my first time trying to work with a PHP Framework, and I’m trying to configure the Zend Framework to work with WAMP.
I read all of the install info and for some reason I’m stuck.
I keep getting the following errors:
Warning: require_once(Zend/Loader.php) [[COLOR=#0000ff]function.require-once[/COLOR]]: failed to open stream: No such file or directory in C:\Documents and Settings\Leonel Cantu\My Documents\Sites\zend\index.php on line 15
Fatal error: require_once() [[COLOR=#0000ff]function.require[/COLOR]]: Failed opening required ‘Zend/Loader.php’ (include_path=‘/…/library;.;c:\wamp\bin\Zend’) in C:\Documents and Settings\Leonel Cantu\My Documents\Sites\zend\index.php on line 15
in my php ini file in apache i have the include_path set to
include_path =“.;c:\wamp\bin\Zend”
this is where my Zend framework folder is at.
I have no idea why it keeps appending “/…/library;” in front of it.
Does anybody have experience with this?