Hi,
Thanks for your replies.
I have added the path of Zend Framework inside PHP.ini file as follows:
Code:
include_path = ".;C:\dev\ZendFramework-1.5.1\library"
I have copied the whole zend framework and did not remove any files, and I did not change any links inside the scripts. 'Zend/Exception.php' is included inside Zend/Search/Exception.php.
I am using require_once. Will changing that to Zend_Loader helps to solve the errors?
Do I need to add any other scripts or codes to clear the errors?
Cinto