Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-10254

Typo3 library loading failure

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.7, 1.7.1, 1.7.2, 1.8, 1.8.1
    • 1.7.3, 1.8.2, 1.9
    • General
    • None
    • Apache 2.0, Mysql 5.0, php 4.3.1 under WinXP Pro
    • MySQL
    • MOODLE_17_STABLE, MOODLE_18_STABLE
    • MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

    Description

      When switching from two distinct moodles on the same server, bad loading relative root reference in server scratches some include_once(...) calls. First symptom is on some typo3 libs as mentionned in thread http://moodle.org/mod/forum/discuss.php?d=71190#318911

      This can be fixed in lib/textlib.class.php at §27 as

      /// Required files
      require_once($CFG->dirroot.'/lib/typo3/class.t3lib_cs.php');
      require_once($CFG->dirroot.'/lib/typo3/class.t3lib_div.php');

      There may be others...such relative links.

      Attachments

        Activity

          People

            dougiamas Martin Dougiamas
            vf Valery Fremaux
            Nobody Nobody
            Adrian Greeve, David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              8/Jul/07