I have Joomla 1.5.25 and recently updated my Gantry to V3.1.18. I updated the Gantry because it said it needed to be updated. Ever since then when I am trying to make a change in my template I get the following message:
The parameter file /templates/rt_kinetic_j15/params.ini is unwritable!
My host site is with GoDaddy.com. I tried to add some changes to ../administrator/components/com_templates/controller.php. Specifically I changed the:
// Try to make the params file unwriteable
if (!$ftp && JPath::isOwner($file) && !JPath::setPermissions($file, '0644')) {
to
// Try to make the params file unwriteable
if (!$ftp && JPath::isOwner($file) && !JPath::setPermissions($file, '0755')) {
but this has not worked. I still have the problem and I am not very familiar how to solve this problem. I do know that the only thing that changed was updating the Gantry version to 3.1.18.