cs.punk Posted March 28, 2011 Share Posted March 28, 2011 Hey guys. Having some trouble getting Zend to work. I'm using XAMPP, created a sparkling new installation for it. Downloaded zend, extracted it to a directory, then copied the 'library' file into C:\xampp and zend\xampp\php\PEAR\ (this is my 'include path' within PHP). How ever using the the shell with XAMPP and typing in 'zf ' follow by any command gives me the following error: Warning: require_once(Zend/Tool/Framework/System/Provider/Config.php): failed to open stream: No such file or directory in C:\xampp and zend\xampp\php\PEAR\library\Zend\Tool\Framework\System\Manifest.php on line 26. And heres the line: require_once 'Zend/Tool/Framework/System/Provider/Config.php'; Although this file exits. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/231968-installing-zend/ Share on other sites More sharing options...
ignace Posted March 28, 2011 Share Posted March 28, 2011 Your path should read: C:\xampp and zend\xampp\php\PEAR\Zend For it to work. Zend is not part of PEAR. Quote Link to comment https://forums.phpfreaks.com/topic/231968-installing-zend/#findComment-1193335 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.