Opened 4 years ago
Closed 4 years ago
#1486051 closed Bugs (fixed)
Problem with utf8_decode in rcube_mdb2.php
| Reported by: | CaBa | Owned by: | |
|---|---|---|---|
| Priority: | 4 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | 0.3-rc1 |
| Severity: | normal | Keywords: | r2806 |
| Cc: |
Description
roundcubemail-trunk-r2806-20090729
When I enter the login and password and press login it displays blank page.
In apache log was:
[Tue Aug 18 10:52:53 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Call to undefined function utf8_decode() in /usr/local/www/roundcube3/program/include/rcube_mdb2.php on line 605
Change History (3)
comment:1 follow-up: ↓ 2 Changed 4 years ago by rosali
comment:2 in reply to: ↑ 1 Changed 4 years ago by CaBa
Replying to rosali:
CaBa?,
most likely your PHP is compiled without the XML Parser module. utf8_decode is available since ages.
http://us2.php.net/manual/en/xml.installation.php
Maybe a check in the installer could be useful!
php -i | grep "XML Support" XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.3
r2628 works fine without problems.
comment:3 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Added installer check in [40071701].
Note: See
TracTickets for help on using
tickets.

CaBa?,
most likely your PHP is compiled without the XML Parser module. utf8_decode is available since ages.
http://us2.php.net/manual/en/xml.installation.php
Maybe a check in the installer could be useful!