Error after updating Roundcube

jet1972

Verified User
Joined
Jul 8, 2011
Messages
256
After updating Roundcube I got this:

File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group
suPHP 0.7.2

With earlier Roundcube updates I have not had this issue.

How to fix it?

Kind regards,
Jan
 
Last edited:
Hello,

This is one-time fix:

Code:
find /var/www/html/roundcube*/ -exec chmod -v og-w {} \;

Critical for suPHP, as it drops an error:



Internal Server Error

File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group

suPHP 0.7.2





p.s. Directadmin developers should add it into custombuild.
 
Back
Top