I am having severe trouble installing Zend framework to my system and would really appreciate any advise given. i have followed all the recommended advise so far but still seem to get the following message from my windows powershell command when I type in zf:
*ZF Error **
In order to run the zf command, you need to ensure that Zend Framework is inside your include_path.
I followed the following steps:
I installed Zend Libraries and bin in the following folders in my laptop ( windows 7): C:\wamp\bin\php this is the same bin folder that holds my PHP 5.43. The Zend is held in a folder called: zendframwork;
I then went to my php.ini folder ( includes path- ) and inserted the following: include_path = ".;C:\wamp\bin\php\zendframwork"
I then went to change my advanced windows settings: once there, I clicked onto Environment Variables, then to System variable where I double clicked on to paths line.
in the paths line I included the path to the bin folder for the zend bin i.e.:
zend_tool_include_path= C:\wamp\bin\php\zendframwork\library
I then rebooted my systems and then went into windows powershell to test the installation. but it still seems unable to locate the library
Can somebody please tell me what I have done wrong?
php.ini
shouldn't you haveinclude_path = ".;C:\wamp\bin\php\zendframwork\library
? – Rolando Isidoro