• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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