Advertisement
BlackShot
-
Posts
44 -
Joined
-
Last visited
Community Answers
-
BlackShot's post in Urgent Please: Infinite Loading After Registering was marked as the answer
Found the culprit: IPS' update (4.6.3). It was nothing on my end.
To fix it, while @Tonykindly works on making latest patch available, go to Members > Content Moderation > Spam Prevention. Change it from Invisible reCAPTCHA to reCAPTCHA V2.
-
BlackShot's post in Firewall access blocked was marked as the answer
@caffeine01just educated me about that. It seems it's my own server trying to access a file, nothing much! Thanks again for the insight caffeine!!!
-
BlackShot's post in [4.6] System Error: Recounting Posts was marked as the answer
Apparently everybody else is having the same issue. IPS has probably broken it when they added a new similar recount option under Badges/Settings.
To fix it:
Look for ArchivedPost.php in yourforum > applications > forums > sources > Topic.
There, look for:
return \IPS\Db::i()->select( 'COUNT(*)', 'forums_posts', $where )->first(); And change it to:
return \IPS\Db::i()->select( 'COUNT(*)', 'forums_archive_posts', $where )->first(); Credits go to ZIKURIK.