• 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 fileupload failure

Riijou

New Pleskian
i upgraded to 11.5 and just changed webmail to roundcube, but file upload is not working just giving me the message file upload failed! someone got the same issue? or can someone tell me where i can find the roundcube logs?
 
i found the solution log/plesk-roundcube/ and tmp/plesk-roundcube/ should be writable and chowned to root, else roundcube would not be able to use them.
 
Here are proper permissions:

# ls -ald "/var/log/plesk-roundcube/" "/var/tmp/plesk-roundcube/"
drwxr-x--- 2 roundcube_sysuser root 4096 Jun 13 17:58 /var/log/plesk-roundcube/
drwxr-x--- 2 roundcube_sysuser root 4096 Jun 13 17:58 /var/tmp/plesk-roundcube/


Which ones did you have?
 
i found the solution log/plesk-roundcube/ and tmp/plesk-roundcube/ should be writable and chowned to root, else roundcube would not be able to use them.

Nikolay wrote correct permissions in the previous post.
Also you should set safe_mode = Off in php.ini:
/etc/psa-webmail/roundcube/php.ini
 
Back
Top