R
Ricsca
Guest
Guest or Bot
I just noticed that since February 25, 2026, I've had 21 error pages in admin telling me that the xf_attachment_view table doesn't exist...
What could have happened?
I just figured out that maybe on the 25th I updated to xf 2.3.8 and now I'm on 2.3.9
Read more
Continue reading...
What could have happened?
I just figured out that maybe on the 25th I updated to xf 2.3.8 and now I'm on 2.3.9
Code:
Click to expand...Code:UPDATE xf_attachment AS a INNER JOIN xf_attachment_view AS av ON (a.attachment_id = av.attachment_id) SET a.view_count = a.view_count + av.total ------------ #0...
Read more
Continue reading...