Page 1 of 1

how to save extra article field correctly

Posted: Mon Jan 04, 2016 7:00 am
by deserteagle369
Script URL:
Version of script: hesk 2.41
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
I want to add a extra field with name "level" and one value of "external" or "internal", I created the field in hesk_kb_article table, and also create related field in the form, modified the edit_article and save_article functions, it work well for new article and edit article, but have error when save article after import from ticket, look like the history contents has been miss saved in attachment field in database. no idea how to fix it, can anyone help?
I solved it by myself, I made a wrong order when insert the value in database.