View Single Post
  #4 (permalink)  
Old 05-15-2008, 12:56 AM
cinto_qq cinto_qq is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

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
Reply With Quote