Summary: | mail-client/roundcube-1.2.0 doesn't work after config file creation | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Semen Panevin <semen> |
Component: | Current packages | Assignee: | Aaron W. Swenson <titanofold> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Semen Panevin
2016-06-02 08:22:54 UTC
Huh, that shouldn't happen. That section is wrapped within a feature check: if ...function_exists('finfo_open')...[else skip this bit]. I don't know PHP well enough to really help toubleshoot, but the only hint I've been able to find relates to an extension not being uncommented in php.ini. Try enabling the following line in your php.ini: extension=php_fileinfo.dll Nota bene, that line is commented in my php.ini, and I am not having this problem. I've tried to comment out an if block where fileinfo extension is used, it didn't help. So it was just a PHP warning but it doesn't work by some other reason... Apache error log says [Sun Jun 05 08:20:00 2016] [error] child died with signal 11 and nothing else.. After some experiments with php-fpm+nginx instead of apache, and temp session data cleanup due to permission mismatch, it started to work normally. Magic... (In reply to Semen Panevin from comment #3) > After some experiments with php-fpm+nginx instead of apache, and temp > session data cleanup due to permission mismatch, it started to work > normally. Magic... This indicates the issue isn't with Roundcube itself, but with your configuration in Apache or PHP. You may reopen this big when you're able to determine the underlying cause. |