Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 20, 20241 yr My site suddenly went down with 500 errors on all pages and no recent changes: Here's the error log... (XXX to cover private info) [20-Feb-2024 07:49:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function IPS\mb_internal_encoding() in /home/XXX/public_html/forums/init.php:565 Stack trace: #0 /home/XXX/public_html/forums/init.php(1598): IPS\IPS::init() #1 /home/XXX/public_html/forums/index.php(12): require_once('/home/XXX/pub...') #2 {main} thrown in /home/XXX/public_html/forums/init.php on line 565 [20-Feb-2024 07:49:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function IPS\mb_internal_encoding() in /home/XXX/public_html/forums/init.php:565 Stack trace: #0 /home/XXX/public_html/forums/init.php(1598): IPS\IPS::init() #1 /home/XXX/public_html/forums/index.php(12): require_once('/home/XXX/pub...') #2 {main} thrown in /home/XXX/public_html/forums/init.php on line 565 Any ideas?
February 20, 20241 yr Community Expert Your PHP is missing mbstring extension. If you or your hosting provider upgraded PHP, it is missing extensions required for the software to function. Please also make sure you're running PHP 8.0 or PHP 8.1. Can using the following requirements checker script:
February 20, 20241 yr Author Your PHP is missing mbstring extension. If you or your hosting provider upgraded PHP, it is missing extensions required for the software to function. Please also make sure you're running PHP 8.0 or PHP 8.1. Can using the following requirements checker script: Thanks, I will follow up with my host,