On Wednesday, May 27, 2015 at 6:50:32 PM UTC-7, Christoph M. Becker wrote:
Well it turns out it was an encryptions issue that permission denied on line 0 ..but not the hard drive encryption it was either enryption from a shared web address or files from a mac.
Anyway, now it goes to line 24 and appears to stop on request for /Zend/loader.php?
It appears my include_path is set up correctly because I can see the boolean= true from this check page that gets a vardump of the system in c:\wamp\bin\php\php5.5.12\pear into this pear directory I just dropped the old zend framework folder but I haven't seen it use the include_path it just uses the zend folder in the application directory
www/conduit-master/earth/application/zend
In the pear directory I have dropped the old Zend framework. I did download the new framework but it has a lot of zend autoloader mapping files I don't understand at all and I am not supposed to write any new code.
Here is the error message:
[02-Jun-2015 01:04:23 Europe/Paris] PHP Warning: require_once(/Zend/Loader.php): failed to open stream: No such file or directory in C:\wamp\www\conduit-master\earth\application\Zend\Controller\Front.php on line 24
[02-Jun-2015 01:04:23 Europe/Paris] PHP Stack trace:
[02-Jun-2015 01:04:23 Europe/Paris] PHP 1. {main}() C:\wamp\www\conduit-master\earth\public\index.php:0
[02-Jun-2015 01:04:23 Europe/Paris] PHP 2. require() C:\wamp\www\conduit-master\earth\public\index.php:10
[02-Jun-2015 01:04:23 Europe/Paris] PHP 3. require_once() C:\wamp\www\conduit-master\earth\application\bootstrap.php:9
[02-Jun-2015 01:04:23 Europe/Paris] PHP 4. require_once() C:\wamp\www\conduit-master\earth\application\Initializer.php:10
[02-Jun-2015 01:04:23 Europe/Paris] PHP Fatal error: require_once(): Failed opening required '/Zend/Loader.php' (include_path='.;C:\wamp\bin\php\php5.5.12\pear') in C:\wamp\www\conduit-master\earth\application\Zend\Controller\Front.php on line 24
[02-Jun-2015 01:04:23 Europe/Paris] PHP Stack trace:
[02-Jun-2015 01:04:23 Europe/Paris] PHP 1. {main}() C:\wamp\www\conduit-master\earth\public\index.php:0
[02-Jun-2015 01:04:23 Europe/Paris] PHP 2. require() C:\wamp\www\conduit-master\earth\public\index.php:10
[02-Jun-2015 01:04:23 Europe/Paris] PHP 3. require_once() C:\wamp\www\conduit-master\earth\application\bootstrap.php:9
[02-Jun-2015 01:04:23 Europe/Paris] PHP 4. require_once() C:\wamp\www\conduit-master\earth\application\Initializer.php:10
----required local files----------------
conduit-master/earth/public/index.php requires ../application/bootstrap.php
conduit-master/earth/application/bootstrap.php requires /application/initialiizer.php which requires
/Zend/controller/front.php which requires /Zend/loader.php ****
This is where it stops on /Zend/loader.php and the file is there. Does it require a $class? I don't know what is wrong it should load even if it is old loader. It looks like it should work.
thanks,
.