• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Roundcube Internal server error

SauliusZ

Basic Pleskian
Upgraded Plesk 11.5 to 12, enabled rouncube and got an Internal server error when trying to load webmail.domain.com

In /var/log/plesk-roundcube/errors found an error:
PHP Warning: system() has been disabled for security reasons in /usr/share/psa-roundcube/bin/update.sh on line 161

Changed php.ini settings, restarted apache, same internal server error, but no more errors in log.

Tried /usr/share/psa-roundcube/bin/update.sh
Got errors:
WARNING: File type detection doesn`t work properly!
Please check the 'mime_magic' config option or the finfo functions of PHP and run this script again.
WARNING: Mimetype to file extension mapping doesn't work properly!
Please check the 'mime_types' config option and run this script again.

This update might have worked, but did not solve the problem.

Tried to reinstall roundcube in Plesk - does not help.

Any other ideas?
 
Hi SauliusZ,

please make sure, that you have the latest upgrades/updates/patches installed, and try to update your PHP - version ( yum or apt-get/aptitude over the command line - terminal ) as well:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base

and/or

/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
 
Back
Top