aramds / php-reader

code.google.com/p/php-reader
0 stars 0 forks source link

missing Zend/Exception.php #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be a Zend/Exception.php file missing.  I get the following
error ($ROOT substituted in place of actual dir):

Warning: require_once(Zend/Exception.php) [function.require-once]: failed
to open stream: No such file or directory in $ROOT\Zend\Media\Exception.php
 on line 24

Fatal error: require_once() [function.require]: Failed opening required
'Zend/Exception.php' (include_path='.;$ROOT') in
$ROOT\Zend\Media\Exception.php on line 24

Making a stub Zend/Exception.php with the following seems to fix the issue:

class Zend_Exception extends Exception
{}

Original issue reported on code.google.com by kbacht...@gmail.com on 8 Apr 2010 at 2:53

GoogleCodeExporter commented 9 years ago
That's because Zend/Exception.php is part of Zend Framework. You can resolve 
the 
issue by downloading Zend Framework and putting it to your path.

Original comment by svollbehr on 28 Apr 2010 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by svollbehr on 28 Dec 2010 at 3:45