Error page not loading

Issue #614 resolved
Former user created an issue

When I go to Issues - Timesheet - Time Reports menu. The page is empty. I have that error in my browser console :

SCRIPT5007: Objet attendu timereports:timereports-resources.js, Ligne 21653 Caractère 2 Your are trying to create a ToggleBlock with selector '.twixi'.One already exists with this trigger so has been ignored. Your are trying to create a ToggleBlock with selector '.toggle-trigger'.One already exists with this trigger so has been ignored. Your are trying to create a ToggleBlock with selector '.toggle-trigger'.One already exists with this trigger so has been ignored. Journal : [behaviors] new content added, clearing outstanding errors... SCRIPT5022: [$injector:modulerr] Failed to instantiate module timesheetApp due to: [$injector:nomod] Module 'timesheetApp' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. http://errors.angularjs.org/1.2.8/$injector/nomod?p0=timesheetApp http://errors.angularjs.org/1.2.8/$injector/modulerr?p0=timesheetApp&p1=%5B%24injector%3Anomod%5D%20Module%20'timesheetApp'%20is%20not%20available!%20You%20either%20misspelled%20the%20module%20name%20or%20forgot%20to%20load%20it.%20If%20registering%20a%20module%20ensure%20that%20you%20specify%20the%20dependencies%20as%20the%20second%20argument.%0Ahttp%3A%2F%2Ferrors.angularjs.org%2F1.2.8%2F%24injector%2Fnomod%3Fp0%3DtimesheetApp timereports:timereports-resources.js, Ligne 3645 Caractère 9 SEC7115: Les styles de liens visibles et consultés peuvent avoir une couleur différente. Certains styles n’ont pas été appliqués au lien consulté. timereports

I tryed on 2 different server and I have the error on both. I'm on jira 6.3.15.

Thank you for your help, Nicholas

Comments (7)

  1. Andriy Zhdanov

    Hi Nicholas,

    At least the cause of the problem is clear, timereports:timereports-resources.js can not be loaded, because it is minified. Unfortunately minification does not work properly yet for this plugin resources. I will try to solve it, but for now if you'd like to play with it, you may trt to run JIRA in development mode with -Djira.dev.mode=true property, see also JRA-24964.

    Thank you.

  2. Andriy Zhdanov

    I've just tried on production JIRA but 6.4 - all works fine - with minified timereports-resources.js. So it may have been caused by browser. On screen shot it is IE9 but in answers.atlassian.com you said Chrome. So it means it does not work for you in any browser?

    Thank you.

  3. Andriy Zhdanov

    Ok, it's with production JIRA 6.3.15 only, so with 6.4 it works. I will still try to solve it, but chances for success are low.

  4. Log in to comment