Is this implemented in 1.4.1 that was just released as a security update, or will it be in the next update?If you like, yeah. It's changed in 1.4.1.
No.Is this implemented in 1.4.1 that was just released as a security update
Yes Maybeor will it be in the next update?
xf_session_activity | CREATE TABLE `xf_session_activity` (
`user_id` int(10) unsigned NOT NULL,
`unique_key` varbinary(16) NOT NULL,
`ip` varbinary(16) NOT NULL DEFAULT '',
`controller_name` varbinary(50) NOT NULL,
`controller_action` varbinary(50) NOT NULL,
`view_state` enum('valid','error') NOT NULL,
`params` varbinary(100) NOT NULL,
`view_date` int(10) unsigned NOT NULL,
`robot_key` varbinary(25) NOT NULL DEFAULT '',
PRIMARY KEY (`user_id`,`unique_key`) USING BTREE,
KEY `view_date` (`view_date`) USING BTREE
) ENGINE=MEMORY DEFAULT CHARSET=utf8
What brought you to that conclusion?I have updated to 1.4.2 but I'm afraid this query wasn't executed
What brought you to that conclusion?I have updated to 1.4.2 but I'm afraid this query wasn't executed
What brought you to that conclusion?
What brought you to that conclusion?
@Super120 is correct... It's more than likely an add-on. You can disable all the add-on event listeners briefly to see if the issue disappears. Once confirmed, re enable them then disable them one by one until you find the culprit.My forum which I have just moved to xenforo 1.4.6 from vbulletin is also having issues several times per day with the xf_session_activity table locking and causing the site to come to a standstill. Unfortunately haven't managed to resolve the issue yet, we've now tried changing this to innodb table instead of memory. Our site only has around 600 current users on at any one time.
Looks like this is a major issue for popular forums running xenforo.
We use essential cookies to make this site work, and optional cookies to enhance your experience.