-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operations bug UNHANDLED ACTION REQUESTED #18
Comments
With use MySQL triggers and procedures for performance reason. But this is a pain to debug ... Anyway, first step, go to the Admin tools > View logs > Database Log, clear the logs with the red button. Try to delete or update an issue and then go back to the logs. You should see some messages which relate about state updated or report deleted... If there is nothing, The triggers was not created properly, check your database. |
Did you find a solution ? |
That was my fault. When I was doing last update, my FTP manager somehow did not copy all MAB-LAB files correctly. I've noticed that when you told me to go to "Admin tools", which just didn't exist on my MAB-LAB. Now it's working OK, except one thing: |
I have the same thing with the UNHANDLED ACTION REQUESTED as here http://snag.gy/ded7R.jpg |
This message is returned by the controller.php file which deal with the AJAX request. It could be two things : the cache of your browser keep an old version of the javascript files (simply clear your cache), or, some files was not uploaded correctly and specialy the assets folder... remove it and re upload it. |
From MysteriooN issue #24
|
Could you give me the url called, which return this message ? Something like _index.php?...._ |
index.php?a=getnewreports[i/] |
Update the controller.php file on your server. |
When I try to delete (or change status of) a group of bug reports or delete a bug report using an options in detailed view - nothing happens, tough all operations work when I do them on a single report.
JS console log outputs nothing, and all messages look as if the operation succeeded.
The text was updated successfully, but these errors were encountered: