Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Iwooo Posted August 21, 2022 Posted August 21, 2022 Hi, recently I updated my board to 4.7. I saw that I should change my PHP version from 7.4 to 8.0. As I did that everything to works fine except messenger. Msg in modal window are not loading and when I try to go to messenger there is an 500 error (no logs in ACP or I didn't find any). When I go back to PHP 7.4 messenger just starts to work again. What should I do? How can I check what's cousing this issue? I checked on PHP 8.0 with IPS requirements checker but it's not showing any warnings.
teraßyte Posted August 21, 2022 Posted August 21, 2022 (edited) Do you have any modifications installed? One of those might be incompatible with PHP 8.0 since it changed how parent classes in theme hooks are handled. Try disabling all modifications, switch to PHP 8 and see if the error is gone. If it is, re-enable the modifications 1 by 1 and check when the error appears again. After that contact the developer to let them know so that they can fix it. Edited August 21, 2022 by teraßyte Aiwa 1
Marc Posted August 22, 2022 Posted August 22, 2022 If the above is not the case, please check your server error logs for what is being logged. It doesnt sound like its getting as far as our logging system
Recommended Posts