[Tickets #10591] class ErrorException missing

bugs at horde.org bugs at horde.org
Fri Sep 30 18:36:48 UTC 2011


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/10591
------------------------------------------------------------------------------
  Ticket           | 10591
  Erstellt Von     | michael at bigmichi1.de
  Zusammenfassung  | class ErrorException missing
  Warteschlange    | Horde Framework Packages
  Version          | Git master
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


michael at bigmichi1.de (2011-09-30 18:36) hat geschrieben:

when i have set a wrong permission on my backends.local.php so that it  
is not readable for the webserver i got a fatal error about that class  
ErrorException can't be found:
  PHP Fatal error:  Class 'ErrorException' not found in  
/var/www/pear/php/Horde.php on line 238

so i searched the entire horde installation for that class and didn't  
found it, but i found some places where it is thrown, so eighter the  
file is missing in some place or the throws are false.


  grep -R ErrorException /var/www/pear/php | grep -v registry
/var/www/pear/php/Horde.php:                self::logMessage(new  
ErrorException('PHP ERROR: ' . $errstr, 0, $errno, $errfile,  
$errline), $priority);
/var/www/pear/php/Horde/Mime/Part.php:                } catch  
(ErrorException $e) {
/var/www/pear/php/Horde/Mime/Part.php:     *         ErrorException if  
an error is found.
/var/www/pear/php/Horde/Mime/Part.php:     * @throws ErrorException
/var/www/pear/php/Horde/Mime/Part.php:        } catch (ErrorException $e) {
/var/www/pear/php/Horde/Mime/Part.php:     * @throws ErrorException
/var/www/pear/php/Horde/Mime/Part.php:        throw new  
ErrorException($errstr, $errno);
/var/www/pear/php/Horde/Core/Log/Logger.php:     *                      
     ErrorException).






More information about the bugs mailing list