Script URL: http://injector-rehab.com/frontdesk
Version of script: 0.94.1
Hosting company: APlus.net
URL of phpinfo.php: http://www.injector-rehab.com/phpinfo.php
URL of session_test.php: Dont know
What terms did you try when SEARCHING for a solution:
Internal script error: No orig_subject
Write your message below:
I have changed the fields a little on the script to match my needs. I removed the subject line as it was no use to me in this application. Now I can not reply to tickets because it gives me this error:
Internal script error: No orig_subject
I imagine the script is looking for a subject, but there is none. Can I bypass this in some way, or make the script ignore the fact that there is no email? It would be even better if I could use the ticket number as the subject instead, matter of fact that would be AWESOME.
Thanks
Internal script error: No orig_subject
Moderator: mkoch227
You need to be careful when changing field names. Try changing to in admin_reply_ticket.php
Code: Select all
$orig_subject=hesk_input($_POST['orig_subject'],"$hesklang[int_error]: No orig_subject");
Code: Select all
$orig_subject=hesk_input($_POST['orig_subject']);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
It's been a post here before about editing e-mail subject, try searching and reading old posts a little.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools