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,788
- 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.
Read more
Continue reading...
What could have happened?
I haven't done anything on xf.
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 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL...
Read more
Continue reading...