AuthenticEshkinKot / Taskodrome

Interactive scrum board for Mantis bugtracker.
Apache License 2.0
12 stars 27 forks source link

NS_ERROR_FAILURE #9

Closed Heideachim closed 6 years ago

Heideachim commented 6 years ago

Opening the Taskodrom page yields an error in Firefox: NS_ERROR_FAILURE: plugin_file.php:13 b.clear http://localhost/mantisbt/plugin_file.php:13:13943 draw http://localhost/mantisbt/plugin_file.php:43:3 draw http://localhost/mantisbt/plugin_file.php:64:5 init http://localhost/mantisbt/plugin_file.php:37:3 pageOnLoad http://localhost/mantisbt/plugin_file.php:47:3

In Chrome, the error is clearer: grafik

This happens with MantisBT 2.9.0 with a localhost server (http://localhost/mantisbt/plugin.php?page=Taskodrome/main#dg)

Has this something to do with cross-site scripting and how can I avoid this?

Heideachim commented 6 years ago

Found it... Modifying .htaccess of one of the parent directories did the trick.