RSS Feed/News Error xf_attachment_view doesn't exist

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
30,786
Points
823

Reputation:

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 haven't done anything on xf.

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 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL...
Click to expand...

Read more

Continue reading...
 
Status
Not open for further replies.
Top