# Zend Framework and WAMP

**URL:** https://forum.kirupa.com/t/zend-framework-and-wamp/273248
**Category:** programming
**Created:** [October 13, 2008, 5:06pm UTC](https://forum.kirupa.com/t/zend-framework-and-wamp/273248 "2008-10-13T17:06:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kajico](https://avatars.discourse-cdn.com/v4/letter/k/3d9bf3/32.png) [@Kajico](https://forum.kirupa.com/u/Kajico)
#### Post date: [October 13, 2008, 5:06pm UTC](https://forum.kirupa.com/t/zend-framework-and-wamp/273248/1 "2008-10-13T17:06:59Z")

</div>

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]](http://localhost/zend/function.require-once)]: 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]](http://localhost/zend/function.require)]: 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?
