Skip to content
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

Closed
krzysztof-miemiec opened this issue Oct 29, 2013 · 9 comments
Closed

Operations bug UNHANDLED ACTION REQUESTED #18

krzysztof-miemiec opened this issue Oct 29, 2013 · 9 comments
Assignees

Comments

@krzysztof-miemiec
Copy link

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.

@Medialoha
Copy link
Owner

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.

@Medialoha
Copy link
Owner

Did you find a solution ?

@krzysztof-miemiec
Copy link
Author

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:
Under "New reports" I see list of last reports only for a few milliseconds, and the "UNHANDLED ACTION REQUESTED !" appears. I'll check my database and report if everything is good.

@pielambr
Copy link
Contributor

pielambr commented Nov 3, 2013

I have the same thing with the UNHANDLED ACTION REQUESTED as here http://snag.gy/ded7R.jpg

@Medialoha
Copy link
Owner

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.

@Medialoha
Copy link
Owner

From MysteriooN issue #24

Noticed this bug in the index page. Though it loads correctly first as a part of the index page, for some reason it tries to get it again and fails. I confirmed this using the developer tools in Chrome.

@Medialoha
Copy link
Owner

Could you give me the url called, which return this message ? Something like _index.php?...._

@Lochnair
Copy link

index.php?a=getnewreports[i/]

@Medialoha
Copy link
Owner

Update the controller.php file on your server.

@ghost ghost assigned Medialoha Nov 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants