📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
R

RSS Error xf_attachment_view doesn't exist

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


Code:

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...
Click to expand...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top