Cannot change color mystore in Parameters

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Feb 24, 2011 11:20 am
Parameters:The parameter file templatesgk_mystoreparams.ini is unwritable!
User avatar
Fresh Boarder

Konrad M
Thu Feb 24, 2011 11:24 am
Hi
Try change file rules to 777.
User avatar

GK User
Thu Feb 24, 2011 11:30 am
I change in com_templates/controller

// Try to make the params file writeable
if (!$ftp['enabled'] && JPath::isOwner($file) && !JPath::setPermissions($file, '0755')) {
JError::raiseNotice('SOME_ERROR_CODE', JText::_('Could not make the template parameter file writable'));
}

$return = JFile::write($file, $txt);

// Try to make the params file unwriteable
if (!$ftp['enabled'] && JPath::isOwner($file) && !JPath::setPermissions($file, '0777')) {
JError::raiseNotice('SOME_ERROR_CODE', JText::_('Could not make the template parameter file unwritable'));

I'm working with xampp
User avatar
Fresh Boarder

Konrad M
Thu Feb 24, 2011 11:41 am
Try to change them using for example Total Commander.
User avatar


cron