View Single Post
  #2 (permalink)  
Old 05-12-2008, 06:24 PM
dantleech dantleech is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

I had this same problem and in my case it was because I removed that class from the file tree -- you'll need to make sure that Zend/Exception.php exists and that it is included at some point --

Code:
include('Zend/Exception.php');
providing that dir is in your include_path
Reply With Quote