-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.7
-
None
-
Moodle OSX, PHP5, MySQL
-
MySQL
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
-
Easy
hi,
running moodle in a freshly installed php5 environment throws a:
Strict Standards: Creating default object from empty value in /Users/swagner/Sites/moodle/config.php on line 5
If you complete it with: $CFG = new stdClass();
after:
unset($CFG);
$CFG = new stdClass();
$CFG->dbtype = 'mysql';
solved!