0
Welcome Guest! Login
0 items Join Now

params.ini is unwritable!

    • adib's Avatar
    • adib
    • Rocketeer
    • Posts: 54
    • Thanks: 0

    params.ini is unwritable!

    Posted 14 years 10 months ago
    • hi,

      params.ini is unwritable in template Gantry.
      I've to change permission in file params.ini, but still back to 555.
      how to fix it?

      thank

      adib
  • Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • Hello Adib,

      This is usually related to the server. You should have them set as 755 and make sure apache has ownership of it. You can set this via FTP or get your system admin to do it.

      Cheers
    • adib's Avatar
    • adib
    • Rocketeer
    • Posts: 54
    • Thanks: 0

    Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • hi Sean,

      I've change permission with FTP or in Cpanel, but still not changing.
      when I saving parameter Gantry, permission say templates/rt_quasar_j15/params.ini is unwritable!
  • Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • when you click apply do the settings save? i have seen this before.

      what ownership has been given to the params.ini?

      Cheers
    • adib's Avatar
    • adib
    • Rocketeer
    • Posts: 54
    • Thanks: 0

    Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • I don't know. how to know params.ini give to user?
      is Gantry free template?
  • Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • Hmmm well that is strange then.

      what happens when you try setting the permissions to 777?

      Gantry itself is GPL along with the Quasar template.

      Cheers
  • Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • I have the same problem with kinetix template:
      The parameter file /templates/rt_kinetic_j15/params.ini is unwritable!

      I have changed the param.ini promperties with chmod , but when i save changes to template and edit it again i get the same message:
      The parameter file /templates/rt_kinetic_j15/params.ini is unwritable!
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: params.ini is unwritable!

    Posted 14 years 10 months ago
    • gkoronidis wrote:
      I have the same problem with kinetix template:
      The parameter file /templates/rt_kinetic_j15/params.ini is unwritable!

      I have changed the param.ini promperties with chmod , but when i save changes to template and edit it again i get the same message:
      The parameter file /templates/rt_kinetic_j15/params.ini is unwritable!
      hi there,

      this is a very common joomla bug. you may try to enable your ftp layer under > site > global configuration...

      kat :)
    • Kat05 / QA Lead & Support / Germany
    • x|LiB|x's Avatar
    • x|LiB|x
    • Newbie
    • Posts: 4
    • Thanks: 0

    Re: params.ini is unwritable!

    Posted 14 years 1 month ago
    • Hello I have this problem now. When i did the rocket launcher install everything was perfect. Now I want to edit the template and seen there was an update to gantry so I installed the update. Now I have this error and cannot change anything on the hybrid theme or any new theme I install that uses gantry. Can anyone help me out with this?
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: params.ini is unwritable!

    Posted 14 years 1 month ago
    • hi again,

      this is a known joomla bug which seems to appear on certain servers only.

      very often the changes actually do get saved, even if the params.ini says it is unwritable.
      worth to give this a try.

      if it does not work, you may try to enable your ftp layer in the joomla global configuration.

      if this doesn't help as well, then you can try to add some changes to ../administrator/components/com_templates/controller.php

      find below codes:
      // Try to make the params file unwriteable
      if (!$ftp['enabled'] && JPath::isOwner($file) && !JPath::setPermissions($file, '0555')) {
      and change to:
      // Try to make the params file unwriteable
      if (!$ftp['enabled'] && JPath::isOwner($file) && !JPath::setPermissions($file, '0755')) {
      kat :)
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.063 seconds