Jump to content
WebFlake

BlackShot

Apprentice
  • Posts

    44
  • Joined

  • Last visited

Community Answers

  1. BlackShot's post in Error 500 was marked as the answer   
    Check if mbstring is active in your php extensions. Also, try using a different php version - I'm using 7.4.
  2. 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.
  3. 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!!! 
  4. 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.
×
×
  • Create New...