Page 1 of 1

[Resolved] Upgrade to 1.10 - CMS thinks modules not writable

Posted: Fri Jun 08, 2012 2:22 am
by Dramatic
I've completed a trial upgrade from 1.9.4.3 to 1.10.3 on my own site, and it has been successful EXCEPT in the modules manager I am getting the warning:

Code: Select all

The modules folder (and/or the uploads folder) is not writable, if you would like to install modules by uploading an XML file you need ensure that these folders have full read/write/execute permissions (chmod 777). Safe mode may also be in effect. (Troubleshooting)
The permissions for modules, uploads and tmp directories are all 777 and safe mode is definitely off. This is on a Plesk system on CentOS.

What else could cause this?

Re: Upgrade to 1.10 - CMS thinks modules not writable when i

Posted: Fri Jun 08, 2012 5:48 am
by SimonJ
It is possible the path is wrong and therefore it is not seeing the correct modules and uploads directories.

Re: Upgrade to 1.10 - CMS thinks modules not writable when i

Posted: Fri Jun 08, 2012 8:30 am
by mcDavid
I don't know Plesk but you might have to reset the ownership of the folders and then chmod them to 777 again!

Re: Upgrade to 1.10 - CMS thinks modules not writable when i

Posted: Fri Jun 08, 2012 9:10 am
by Dramatic
SimonJ wrote:It is possible the path is wrong and therefore it is not seeing the correct modules and uploads directories.
Thanks Simon, that was indeed the problem - html did not get changed to httpdocs in my recent server migration, and I guess older versions didn't contain that error message.