Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-3455

Wrong component identifier in mod_hotpot

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 2.0.2
    • 2.2.1
    • Module: HotPot
    • None
    • Hide

      $module->version = 2010080330; // Moodle 2.0
      $module->release = 'v3.0.30';
      $module->requires = 2010080300;
      $module->component = 'mod_hotpot'; // this should be the correct value
      $module->cron = 0;

      Show
      $module->version = 2010080330; // Moodle 2.0 $module->release = 'v3.0.30'; $module->requires = 2010080300; $module->component = 'mod_hotpot'; // this should be the correct value $module->cron = 0;
    • MOODLE_22_STABLE
    • MOODLE_20_STABLE

      Open the version file and see the values
      You got the wrong component identifier for mod_hotpot

      $module->version = 2010080330; // Moodle 2.0
      $module->release = 'v3.0.30';
      $module->requires = 2010080300;
      $module->component = 'mod_glossary'; // <<<<<<<<<<<<< this is wrong
      $module->cron = 0;

            xxxxxxx Gordon Bateson
            krause Ralf Krause
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.