Edit TXT templates

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Edit TXT templates

Post by OCReactive »

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.
Óscar
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Edit TXT templates

Post by mkoch227 »

Try this change for me:

In admin/manage_email_templates.php, find:

(Line 163)

Code: Select all

$fileWritable = is_writable(HESK_PATH.'language/'.$_GET['language'].'/emails'.$_GET['template']);
replace with

Code: Select all

$fileWritable = is_writable(HESK_PATH.'language/'.$_GET['language'].'/emails/'.$_GET['template']);
Save, upload, and test.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: Edit TXT templates

Post by OCReactive »

It works!

Thanks!
Óscar
Post Reply