Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Mercury Forever Posted September 25, 2022 Posted September 25, 2022 34 minutes ago, Fred Mercury said: Does not load the web or the ACP
Mercury Forever Posted September 25, 2022 Posted September 25, 2022 This is the finer detail I can get with the error when debugging on the OS side.
Mercury Forever Posted September 25, 2022 Posted September 25, 2022 (edited) I finally managed to get IPS working with PHP8, there were a lot of PHP8 extensions missing to enable. This link came to me to see the extensions and I visualized that several were missing. In practice, I enabled the same ones in PHP7.4 with their equivalent in PHP8.0. Edited September 25, 2022 by Fred Mercury
Randy Calvert Posted September 25, 2022 Posted September 25, 2022 That’s was going to be my next suggestion… to run the IPS compatibility checker to see if you were missing a PHP module. Glad you got it squared away. 🙂
Jim M Posted September 25, 2022 Posted September 25, 2022 For anyone else reading this, any time you upgrade/change PHP and encounter an error, it is advised to double check the compatibility tester: Marc 1
Marc Posted September 26, 2022 Posted September 26, 2022 In your case there, it was the mb_string php extension
Mercury Forever Posted September 27, 2022 Posted September 27, 2022 17 hours ago, Marc Stridgen said: In your case there, it was the mb_string php extension And a lot more that were missing for PHP8. Marc 1
Randy Calvert Posted September 27, 2022 Posted September 27, 2022 3 minutes ago, Fred Mercury said: And a lot more that were missing for PHP8. At least you got it squared away. People think PHP is this single static package and that it’s easy to install/manage it. There are lots of moving parts for it that have to be accounted for! 🙂 Mark H 1
Recommended Posts