Script URL: http://www.accessoryswamp.com/support/index.php?a=add
Version of script: n/a
Hosting company: Bluehost
URL of phpinfo.php: n/a
URL of session_test.php: n/a
What terms did you try when SEARCHING for a solution: wordpress
Write your message below:
I have installed Wordpress, and now I am trying to integrate Hesk into it. I've got most of it completed, i just can't figure out why the submit does not work. I cannot make another ticket, I have read/write enabled for the db user, tested that. I've tried to make a ticket through the admin panel, that does not work either. Do you think you could give me a hand?
http://www.accessoryswamp.com/support/index.php?a=add
Submit Error with Wordpress Integration
Moderator: mkoch227
Re: Submit Error with Wordpress Integration
This could be due to all kinds of problems because of customizations, it's really not possible to say.
Try turning debug mode on in HESK settings and see if you get any error messages.
If your admin panel doesn't work you can manually turn debug mode to on by changing this in file hesk_settings.inc.php:
to this:
Try turning debug mode on in HESK settings and see if you get any error messages.
If your admin panel doesn't work you can manually turn debug mode to on by changing this in file hesk_settings.inc.php:
Code: Select all
$hesk_settings['debug_mode']=0;
Code: Select all
$hesk_settings['debug_mode']=1;
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
Re: Submit Error with Wordpress Integration
Thanks for the response.
I've enabled debugging mode.
I've enabled debugging mode.
Re: Submit Error with Wordpress Integration
Some other part of the script (Wordpress maybe?) is probably suppressing errors.
See if you have any error_log files in your "support" folder.
If not, you will need to manually find where the problem lies by stopping code execution in the submit_ticket.php file. For example by adding something like then moving it down the code until you get an empty page to locate the problematic code line.
I'm afraid that this troubleshooting will be up to you, I don't provide support for customizations.
See if you have any error_log files in your "support" folder.
If not, you will need to manually find where the problem lies by stopping code execution in the submit_ticket.php file. For example by adding something like
Code: Select all
die('OK to this line');
I'm afraid that this troubleshooting will be up to you, I don't provide support for customizations.
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