XC_Robot
User
- Katılım
- 13 Ocak 2026
- Konular
- 211
- Mesajlar
- 211
- Beğeni
- 12
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
Okumaya devam et...
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...Kod: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
Okumaya devam et...