Script URL: http://www.phpjunkyard.com/hesk/index.php?a=add
Version of script: latest
Version of PHP: latest
Hosting company: n/a
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
When we use the word "cURL" with a trailing blank space (just after the word "cURL" -- of course, without the quotes) in the body/subject of a ticket, we get an error "Forbidden" when submitting the ticket.
Please help.
PS: This PHPbb board also seems to have the same error. Try posting a msg with the above scenario and you'll see the same error!!!
The word "cURL" crashes HESK !!!
Moderator: mkoch227
Ha, strange. It doesn't actually crash Hesk but forbids posting, must be something with the server setup?
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 seems to be happening with ALL the servers I tried on.
In fact, it also happens on YOUR demo server at http://www.phpjunkyard.com/hesk/index.php?a=add .
If you find the problematic setting, please let me know so that I can try it on my end.
Thanks for the help.
In fact, it also happens on YOUR demo server at http://www.phpjunkyard.com/hesk/index.php?a=add .
If you find the problematic setting, please let me know so that I can try it on my end.
Thanks for the help.

It's not really a Hesk bug, my guess is it has something to do with PHP/server setup. See this simple script, has the same error:
http://www.phpjunkyard.com/extras/curl_test.php
I haven't figured out what's wrong, will post here if I find out anything.
http://www.phpjunkyard.com/extras/curl_test.php
I haven't figured out what's wrong, will post here if I find out anything.
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 could have something to do with the "CURL" library of PHP (see http://uk.php.net/manual/en/ref.curl.php)
The closest thing i have found to a solution is these posts http://www.vbulletin.com/forum/bugs.php ... bugid=4193 and http://www.vbulletin.com/forum/showthread.php?t=128963.
So it looks like mod_security is causing the problems.
The rules in mod_Security are probably to strict. Uninstall it or fixing the permissions properly will probably help.
Greetings,
Henrie
The closest thing i have found to a solution is these posts http://www.vbulletin.com/forum/bugs.php ... bugid=4193 and http://www.vbulletin.com/forum/showthread.php?t=128963.
So it looks like mod_security is causing the problems.
The rules in mod_Security are probably to strict. Uninstall it or fixing the permissions properly will probably help.
Greetings,
Henrie
Thanks Henrie! I indeed run mod_security on this server, will have a closer look and/or contact the provider.
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
OK, got it:
It is indeed because of mod_security. To disable this check login to your server as root then find the mod_security.conf file and find this line (you will need to ask your host to do this if you don't have root access):
SecFilterSelective ARGS "curl(space)"
Just uncomment it:
# SecFilterSelective ARGS "curl(space)"
Restart server and it should allow posting "curl(space)" normally.
I have decided to leave it filtering on my server so it still doesn't work here, but feel free to disable it on your server.
P.S. : replace (space) with actual space
Regards,
It is indeed because of mod_security. To disable this check login to your server as root then find the mod_security.conf file and find this line (you will need to ask your host to do this if you don't have root access):
SecFilterSelective ARGS "curl(space)"
Just uncomment it:
# SecFilterSelective ARGS "curl(space)"
Restart server and it should allow posting "curl(space)" normally.
I have decided to leave it filtering on my server so it still doesn't work here, but feel free to disable it on your server.
P.S. : replace (space) with actual space
Regards,
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