1

Topic: Installed - unable to login to roundcube - 500 error

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Red Hat Enterprise Linux Server release 6.7 (Santiago)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

Attempt to log into roundcube results in 500 error.
Looking in the maillog I see the following error:

Aug 10 09:40:43   roundcube: PHP Fatal error:  Call to undefined function mb_strtolower() in /var/www/roundcubemail-1.2.0/progra$

from what I can tell this probably means PHP needs to be recompiled with --enable-mbstring.  When I look up the running of configure there can be quite a few options to specify (file locations for apache, mysql config file, etc...)

Is there a redmail recommended command for running configure to get all the correct paths?

Appreciate any help that can be provided.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Installed - unable to login to roundcube - 500 error

Try this:

*) Make sure you have package php-mbstring installed.
*) Make sure service 'php-fpm' is running.

3

Re: Installed - unable to login to roundcube - 500 error

hmm something must have gone horribly wrong, I do not even have the php-fpm service.

4

Re: Installed - unable to login to roundcube - 500 error

cory.anderson wrote:

hmm something must have gone horribly wrong, I do not even have the php-fpm service.

Sorry, my mistake.
Please check package 'php-mbstring'.