Hi All,
I am having a bit of a nightmare with the latest version. XF was updated to 1.4.7. I just rolled back to the latest version where that was installed. I then installed the UIX add-on and did the UIX upgrade installation from there.
It seems like I am getting uix_collapse_stuck_threads errors around everything happening with user administration. For example, when a user registers, they get an error. I can see them in the Users table in the back-end but if I try updating their passwords from the admin UI I get:
Code:
The following error occurred:
Mysqli prepare error: Unknown column 'uix_collapse_stuck_threads' in 'field list'
[LIST=1]
[*]Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
[*]Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
[*]Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
[*]Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
[*]Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1624
[*]XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1613
[*]XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
[*]XenForo_DataWriter->save() in XenForo/ControllerAdmin/User.php at line 511
[*]XenForo_ControllerAdmin_User->actionSave() in XenForo/FrontController.php at line 347
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /var/www/admin.php at line 13
[/LIST]
Here is the server error message:
Code:
Server Error Log
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'uix_collapse_stuck_threads' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Patrick, 6 minutes ago
Stack Trace
#0 /var/www/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /var/www/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /var/www/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /var/www/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /var/www/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user_option', Array)
#5 /var/www/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#6 /var/www/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /var/www/library/XenForo/ControllerAdmin/User.php(511): XenForo_DataWriter->save()
#8 /var/www/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_User->actionSave()
#9 /var/www/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /var/www/admin.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(52) "https://forums.mysite.com/admin.php?users/save"
["_GET"] => array(1) {
["users/save"] => string(0) ""
}
["_POST"] => array(40) {
["username"] => string(8) "username"
["email"] => string(20) "email"
["password"] => string(8) "********"
["user_group_id"] => string(1) "2"
["user_state"] => string(5) "valid"
["gender"] => string(4) "male"
["dob_month"] => string(1) "5"
["dob_day"] => string(1) "1"
["dob_year"] => string(4) "1990"
["location"] => string(0) ""
["occupation"] => string(0) ""
["homepage"] => string(0) ""
["about"] => string(0) ""
["custom_title"] => string(0) ""
["signature"] => string(0) ""
["message_count"] => string(1) "0"
["like_count"] => string(1) "0"
["trophy_points"] => string(1) "0"
["custom_fields"] => array(7) {
["aim"] => string(0) ""
["icq"] => string(0) ""
["yahoo"] => string(0) ""
["skype"] => string(0) ""
["gtalk"] => string(0) ""
["facebook"] => string(0) ""
["twitter"] => string(0) ""
}
["custom_fields_shown"] => array(7) {
[0] => string(3) "aim"
[1] => string(3) "icq"
[2] => string(5) "yahoo"
[3] => string(5) "skype"
[4] => string(5) "gtalk"
[5] => string(8) "facebook"
[6] => string(7) "twitter"
}
["style_id"] => string(1) "0"
["language_id"] => string(1) "1"
["timezone"] => string(19) "America/Los_Angeles"
["default_watch_state"] => string(0) ""
["visible"] => string(1) "1"
["activity_visible"] => string(1) "1"
["allow_view_profile_enable"] => string(1) "1"
["allow_view_profile"] => string(8) "everyone"
["allow_post_profile_enable"] => string(1) "1"
["allow_post_profile"] => string(7) "members"
["allow_receive_news_feed_enable"] => string(1) "1"
["allow_receive_news_feed"] => string(8) "everyone"
["allow_send_personal_conversation_enable"] => string(1) "1"
["allow_send_personal_conversation"] => string(7) "members"
["allow_view_identities_enable"] => string(1) "1"
["allow_view_identities"] => string(8) "everyone"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(35) "/admin.php?users/username.4475/edit"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Any idea how I can fix?