Opened 4 years ago
Closed 4 years ago
#1486252 closed Bugs (fixed)
Class 'PEAR5' not found
| Reported by: | djib | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3.1 |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Revision 3077 dies with the following message:
Warning: include(PEAR5.php) [function.include]: failed to open stream: No such file or directory in /var/www/roundcubemail/program/include/iniset.php on line 99 Warning: include() [function.include]: Failed opening 'PEAR5.php' for inclusion (include_path='/var/www/roundcubemail/:/var/www/roundcubemail/program:/var/www/roundcubemail/program/lib:/var/www/roundcubemail/program/include:.:/usr/share/php:/usr/share/pear') in /var/www/roundcubemail/program/include/iniset.php on line 99 Fatal error: Class 'PEAR5' not found in /var/www/roundcubemail/program/lib/PEAR.php on line 878
Change History (1)
comment:1 Changed 4 years ago by alec
- Component changed from Core functionality to PHP backend
- Milestone changed from later to 0.3.1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [b7c3486b].