[Tickets #10591] Re: class ErrorException missing
bugs at horde.org
bugs at horde.org
Fri Sep 30 18:51:29 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
Aktualisiert Von | michael at bigmichi1.de
Zusammenfassung | class ErrorException missing
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Not A Bug
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
michael at bigmichi1.de (2011-09-30 18:51) hat geschrieben:
when i create a sample test case:
<?php
throw new ErrorException("hallo");
?>
i got:
PHP Fatal error: Uncaught exception 'ErrorException' with message
'hallo' in -:2
Stack trace:
#0 {main}
thrown in - on line 2
but when it is called inside horde the class can't be found like in my
error message. perhaps you can test my testcase to see the actual
result. the permission i set wrong was file owned by root:root and
only had read permission for user and group when my webserver is
running with user www-data:www-data
More information about the bugs
mailing list