angelu2001 / php-reader

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

Zend/Exception.php not found #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Zend/Io/Exception.php and Zend/Media/Exception.php
there is the code: require_once 'Zend/Exception.php';
but this file is not provided in zip code and is not available in the website.

The error received the following:

Warning: require_once(Zend/Exception.php) [function.require-once]: failed to 
open stream: No such file or directory in 
/home/wikiaves/public_html/php-reader-1.8/library/Zend/Media/Exception.php on 
line 24

Fatal error: require_once() [function.require]: Failed opening required 
'Zend/Exception.php' (include_path='.:/usr/share/pear:php-reader-1.8/library/') 
in /home/wikiaves/public_html/php-reader-1.8/library/Zend/Media/Exception.php 
on line 24

Thank You!

Original issue reported on code.google.com by reice...@gmail.com on 30 Apr 2011 at 2:46

GoogleCodeExporter commented 8 years ago
Hi,

This is part of the Zend Framework.

Kind regards,
Sven

Original comment by svollbehr on 30 Apr 2011 at 5:19