I updated a recent clean checkout to 3924 and, when I tried to log in, it didn’t recognize the admin username.
I did a build and an upgrade install, which generated these errors (most are the usual, but some are SQL syntax errors where the column name is always set to ’e’).
#
Error upgrading table for class modResource
Array
(
[0] => 42000
[1] => 1091
[2] => Can't DROP 'content_ft_idx'; check that column/key exists
)
#
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'
)
#
Error upgrading table for class modUserGroup
Array
(
[0] => 42000
[1] => 1061
[2] => Duplicate key name '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] => 42000
[1] => 1061
[2] => Duplicate key 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'
)
#
Successfully upgraded table for class modActiveUser
Modified modActiveUser `action` field to allow longer action labels
#
Error upgrading table for class modAction
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'lang_foci'
)
#
Error upgrading table for class modSystemSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_name' in 'modx_system_settings'
)
#
Error upgrading table for class modSystemSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_value' in 'modx_system_settings'
)
#
Error upgrading table for class modSystemSetting
Array
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD COLUMN `namespace` VARCHAR(40) NOT NULL DEFAULT 'core'
ADD COLUMN `e' at line 2
)
#
Error upgrading table for class modContextSetting
Array
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD COLUMN `namespace` VARCHAR(40) NOT NULL DEFAULT 'core'
ADD COLUMN `e' at line 3
)
#
Error upgrading table for class modUserSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_name' in 'modx_user_settings'
)
#
Error upgrading table for class modUserSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_value' in 'modx_user_settings'
)
#
Error upgrading table for class modUserSetting
Array
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD COLUMN `namespace` VARCHAR(40) NOT NULL DEFAULT 'core'
ADD COLUMN `e' at line 3
)
#
Error upgrading table for class modManagerLog
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'class_key' in 'modx_manager_log'
)
#
Error upgrading table for class modUserMessage
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'postdate' in 'modx_user_messages'
)
#
Error upgrading table for class modUserMessage
Array
(
[0] => 00000
[1] => 1054
[2] => Unknown column 'postdate' in 'modx_user_messages'
)
#
Error upgrading table for class modUserMessage
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'messageread' in 'modx_user_messages'
)
Trying to log into the manager I get this:
Fatal error: Call to undefined method modRequest::initialize() in C:\xampp\htdocs\NewM097\manager\index.php on line 77
It happens in both IE7 and FF. I tried deleting the cache files and clearing the browser cache but get the same error.
I can do a full install or a new checkout, but someone should try doing an upgrade install to make sure it’s not just my setup.