Screenshot of weird stuff I'm getting when clicking on threads

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

I just moved servers and when I click on threads I get this.

Screenshot_20211105-182948_Samsung Internet.jpg


Same problem someone else was having here.

https://xenforo.com/community/threads/xf-db-exception-mysql-fetch-error-2014-commands-out-of-sync-you-cant-run-this-command-now-in-src-xf-db-abstractstatement-php-at-line-228.189283/

Does anyone know how to fix?
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

MySQL version8.0.27 (8.0.27-0ubuntu0.20.04.1)
 
View previous replies…

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

Ok XF 2.2.2 not support MySQL 8.0 upgrade to XF 2.2.7 pl 1
thomsai tried to reinstall php, dind't work, tested 2 different servers same issue, tried different flags with mysql dump files, same problem, tried to install mariadb but that thing won't work, tried to go to another mysql version but ubuntu 20 has no install candidate, tried to update xenforos to 2.2.7, disable add ons, rebuild cache, clean cloudflare cache, i did everything i could imagine.
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

By any chance you are using redis cache? If yes than that could be one of the reasons for it.
 

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

View previous replies…

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

Well i faced that issue, and to resolve that i cleared the redis database and regenerated it, and optimized it's db, which fixed the issue.
Soft4Wini tried to reinstall php, dind't work, tested 2 different servers same issue, tried different flags with mysql dump files, same problem, tried to install mariadb but that thing won't work, tried to go to another mysql version but ubuntu 20 has no install candidate, tried to update xenforos to 2.2.7, disable add ons, rebuild cache, clean cloudflare cache, i did everything i could imagine.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

KilowallowThey got an error out of memory, did you get this as well ?
If that the case you need to change the

sort_buffer_size

to a higher value, in mysqld configuration. Did you checked as well the mysql log file
 

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

They got an error out of memory, did you get this as well ?
If that the case you need to change the

sort_buffer_size

to a higher value, in mysqld configuration. Did you checked as well the mysql log file
BattleKingI switched from SQL to Maria DB and it worked.
 
View previous replies…
Top