Setting up Zend Framework
Hey people, I am facing a problem which i need to fix urgently. For the last 2 days i have been trying to set up zend framework. but i am not able to.i had installed zend studio - 5.5.1 in my system. Along with that Zend Framework also got installed. Now the path of Zend Framework classes is 'C:\Program Files\Zend\Core\ZendFramework\library'. So as per instructions, in the php.ini file of Apache, i included the this path. So it became,
include_path = ".;c:\php\includes;c:\ProgramFiles\Zend\Core\ZendF ramework\library"
But if i restart the server, I am getting the same error again and again. When I checked in the server error log, the error that I am getting is ,
PHP Warning: require_once(Zend/Filter/Digits.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Zend\Filters\Customize d_Filter.php on line 4
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'Zend/Filter/Digits.php' (include_path='.;C:\Program Files\Zend\Core\ZendFramework-0.8.0') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Zend\Filters\Customize d_Filter.php on line 4
I have a file called Customized_Filter.php whose path is in htdocs/Zend/Filters/Customized_Filter.php. This file makes use of Zend/Filter/Digits.php file which is inside the ZendFramework classes.
So can anyone please tell me how do i solve this problem. Please. I hope most of you would be knowing the zend framework's setting up as this is a forum for zend framework itself. Thanks.
Last edited by pavithrap : 03-25-2008 at 12:48 PM.
|