Version of script: 2.5.2
Hosting company: Bluehost
URL of phpinfo.php: http://www.suncoastcomputerguy.com/x.php
URL of session_test.php: http://www.suncoastcomputerguy.com/help ... n_test.php
What terms did you try when SEARCHING for a solution: "invalid request" hesk"
Write your message below:
Well, I installed and modified this script specifically for computer repair earlier this year and it worked great for a while. Somewhere along the way, when attempting to update information for clients, or change their status, I keep getting "Error: Invalid request". Even if I attempt to change a setting, when I click Save Settings, I get the same message.
I've been doing PHP for a number of years, so under the hesk_token_check function, I added
Code: Select all
echo 'token:' . $my_token;
echo 'session:' . $_SESSION['token'];
I try to log out, but upon clicking Logout, it does not. It kicks me back to the home page where tickets are listed. I've tried clearing the cookies for my site, which gets me back to the admin logon prompt. But, after I logon, the same problem comes right back. Invalid request errors, and the inability to logout. I installed the exact same script in a XAMPP setup on my local hard drive, and the problem does NOT occur, so I have to figure something on my web server is not set properly, but I have no idea where to look. The only thing I change in the last few months was the upgrade to PHP 5.4 from 5.2. Could that be the culprit?
Thanks for the kind attention.
- Kevin