I can't edit any TXT template, even with the permissions OK.
It says "The email template category_moved.txt is not writable by HESK. Please CHMOD it to 0666." but it IS 666, and with the HTML templates, even without being 666 it lets me make changes.
Edit TXT templates
Moderator: mkoch227
Re: Edit TXT templates
Try this change for me:
In admin/manage_email_templates.php, find:
(Line 163)
replace with
Save, upload, and test.
In admin/manage_email_templates.php, find:
(Line 163)
Code: Select all
$fileWritable = is_writable(HESK_PATH.'language/'.$_GET['language'].'/emails'.$_GET['template']);
Code: Select all
$fileWritable = is_writable(HESK_PATH.'language/'.$_GET['language'].'/emails/'.$_GET['template']);
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am