Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-17458 Install & upgrade 2.0 cleanup META
  3. MDL-11305

links on environment check page during installation do not work

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.0
    • 1.8.2
    • Installation
    • None
    • MOODLE_18_STABLE
    • MOODLE_20_STABLE

      When doing a clean install of Moodle 1.8 stable the links in the "Report" column on the environment check page take the form http://localhost/en/admin/environment/unicode which should be http://docs.moodle.org/en/admin/environment/unicode etc.

      This is because at that early stage of installation the variable $CFG->docroot is not set. A possible fix would be to add the lines
      if (empty($CFG->docroot)) {
      $CFG->docroot = 'http://docs.moodle.org';
      }
      near the start of doc_link() in weblib.php

            skodak Petr Skoda
            delius Gustav W Delius
            Nobody Nobody
            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.