I just started over with a fresh install of 0.9.7 with a new empty database.
I checked out the latest version from SVN and did the build.
The install went without a hitch but for testing purposes, I immediately ran an upgrade install and got these errors:
Error upgrading table for class modResource
Array
(
[0] => 00000
)
Error upgrading table for class modResource
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'content_type'
)
Error upgrading table for class modUserGroup
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'parent'
)
Successfully upgraded table for class modUserGroup
Added new index on `parent`.
Error upgrading table for class modUserGroupMember
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'role'
)
Error upgrading table for class modUserGroupMember
Array
(
[0] => 00000
[1] => 1060
[2] => Duplicate column name 'role'
)
Error upgrading table for class modModule
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'disabled'
)
Error upgrading table for class modUser
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'cachepwd'
)
I had been getting those errors before and thought it meant I had a corrupted install. Is this just a bug in the upgrade install that hasn’t been fixed yet (or yet another MySQL 5.0.51 bug)?
MODx 0.9.7-alpha (according to the System Info page)
Apache 2.2.6
Php5.2.5
MySQL 5.0.51 (I know, I know)
Windows Vista
Bob