Error writing to database during installation v2.2.1

Re: Error writing to database during installation v2.2.1

by pete kater -
Number of replies: 0

Dear Rudy,


Thanks! That solved my installation problem of moodle [0], too.

Perfect


[0] version.php:

defined('MOODLE_INTERNAL') || die();

$version  = 2014111002.00;              // 20141110      = branching date YYYYMMDD - do not modify!
                                        //         RR    = release increments - 00 in DEV branches.
                                        //           .XX = incremental changes.

$release  = '2.8.2 (Build: 20150112)'; // Human-friendly version name

$branch   = '28';                       // This version's branch.
$maturity = MATURITY_STABLE;             // This version's maturity level.