Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 2.0
-
Component/s: Installation
-
Labels:None
-
Environment:Tested on Windows 2000, Windows 2003 servers, Mysql 5.0.2, Apache 2.2.4, PHP 5.x. Stand-alone generic package and extraction form XAMP package.
-
Database:MySQL
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Each time I tried installing either version on a Windows system already configured with Apache, PHP, and MySQL, it errored trying to create the session2 table. This also caused an error creating the admin account if I continued the installation.
The error was generated due to a DEFAULT value being applied to the sessdata column. I removed that from the create table section and it solved the problem completely.
I've not ever run into this but perhaps Petr is already aware of something like this.