View Single Post
  #1 (permalink)  
Old 05-12-2008, 08:17 AM
cinto_qq cinto_qq is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default Class 'Zend_Exception' not found

Hi,

I am trying out the sample provided in Zend Framework. However I had these errors:

"
Fatal error: Class 'Zend_Exception' not found in C:\dev\phpdev\Zend\Search\Exception.php on line 34

Fatal error: Class 'Zend_Search_Exception' not found in C:\dev\ZendFramework-1.5.1\library\Zend\Search\Lucene\Exception.php on line 34
"


I have also tried 2 other search samples, but I got the same class 'Zend_Search_Exception' errors.

Can anyone tell me how I can solve the errors?

Thanks!


Cinto
Reply With Quote