Hello thanks for the input. I pretty much changed every file from wamp folder on down with access to everyone. I am still getting the permissions error. Why would you have a permissions error on wamp anyway? should be all set up for you. I made one change. I added an include_path to php.ini c:\php[ear\zend I changed all the permissions for everyone on that folder. Here is my windows environment path variable:
C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\
Here is the error:
( ! ) Warning: require_once(C:\wamp\www\conduit-local\application\Zend\Controller\Plugin\Abstract.php): failed to open stream: Permission denied in C:\wamp\www\conduit-local\application\Initializer.php on line 9
Call Stack
Time Memory Function Location
1 0.0020 235448 {main}( ) ..\index.php:0
2 0.0120 599144 require( 'C:\wamp\www\conduit-local\application\bootstrap.php' ) ..\index.php:10
3 0.0140 622848 require_once( 'C:\wamp\www\conduit-local\application\Initializer.php' ) ..\bootstrap.php:9
( ! ) Fatal error: require_once(): Failed opening required 'Zend/Controller/Plugin/Abstract.php' (include_path='.;c:\php\pear\zend') in C:\wamp\www\conduit-local\application\Initializer.php on line 9
Call Stack
Time Memory Function Location
1 0.0020 235448 {main}( ) ..\index.php:0
2 0.0120 599144 require( 'C:\wamp\www\conduit-local\application\bootstrap.php' ) ..\index.php:10
3 0.0140 622848 require_once( 'C:\wamp\www\conduit-local\application\Initializer.php' ) ..\bootstrap.php:9
It reflects where I changed the include path. I put the required file in Zend/controller/abstract.php which is what it is complaining about. Probably though like someone said it is looking in two places and is confused. I also tried turning off the default include_path. It keeps looking in there I was not able to figure out how to have it not look in a include_path at all just look locally for the file.