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
|