Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 18 hours ago
angle4cor Posted April 12 Share Posted April 12 (edited) Hello, My board is not working: Quote An error occurred (500 Error) We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. You can try again by clicking the button below, or try again later. When I am trying to enter the ACP, I am getting this: Quote An error occurred (500 Error) We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.syntax error, unexpected '->' (T_OBJECT_OPERATOR) You can try again by clicking the button below, or try again later. I've made an update to the newest version 3 days ago and everything was working fine until today. Could you help me to solve this issue? Edited April 12 by angle4cor Link to comment Share on other sites More sharing options...
angle4cor Posted April 12 Author Share Posted April 12 I can’t edit my earlier post, but just wanted to add that my board is based on PHP 8.0 and I haven’t been changing nor installing anything new since the update took place 3 days ago. Link to comment Share on other sites More sharing options...
angle4cor Posted April 12 Author Share Posted April 12 I've updated the PHP version to 8.1 and now its working. Weird, I thought 8.0 was supported. Link to comment Share on other sites More sharing options...
nodle Posted April 12 Share Posted April 12 3 minutes ago, angle4cor said: I've updated the PHP version to 8.1 and now its working. Weird, I thought 8.0 was supported. It's funny I had the opposite thing happen the other day. I was on 8.1 and had to drop down to 8.0 to get it to work. There sure seems to be a lot of 500 Error threads lately, which all seem somewhat related to php. 🤷♂️ angle4cor 1 Link to comment Share on other sites More sharing options...
Randy Calvert Posted April 12 Share Posted April 12 34 minutes ago, angle4cor said: I've updated the PHP version to 8.1 and now its working. Weird, I thought 8.0 was supported. It is supported. A 500 error is very generic. It's like a check engine light on your car. It does not say what the problem is just that something went wrong. Part of good security is not exposing errors publicly. This means instead of saying for example the server ran out of memory, you could get that error. It also means you could be missing a PHP module and get that message. There are TONS of things that could cause the problem and none of them directly related. It's just a way of saying "uhhh it's broke". 🙂 angle4cor 1 Link to comment Share on other sites More sharing options...
MNOfficial Posted April 14 Share Posted April 14 (edited) I have this issue after updating today; board worked on mobile but now, via desktop, it does not work. AdminCP is still accessible, though. I tried going from PHP 8.1 to PHP 8.0, and that did not work, either. Edited April 14 by MNOfficial Link to comment Share on other sites More sharing options...
Randy Calvert Posted April 14 Share Posted April 14 Disable all your third party resources (plugins and applications). If that does not work, pull your server’s error logs (not inside of IPB… the server error logs themselves). Link to comment Share on other sites More sharing options...
MNOfficial Posted April 14 Share Posted April 14 11 minutes ago, Randy Calvert said: Disable all your third party resources (plugins and applications). If that does not work, pull your server’s error logs (not inside of IPB… the server error logs themselves). That worked! Does that mean those third-party resources need to be updated or re-installed to work again? Link to comment Share on other sites More sharing options...
Randy Calvert Posted April 14 Share Posted April 14 One of them is your problem. So you might try turning them on one by one till you find your problem. Once you do… you can hopefully work with the author to fix it. Link to comment Share on other sites More sharing options...
MNOfficial Posted April 15 Share Posted April 15 21 hours ago, Randy Calvert said: One of them is your problem. So you might try turning them on one by one till you find your problem. Once you do… you can hopefully work with the author to fix it. I figured out which one it was.. which unfortunately has not been updated since 2019. Link to comment Share on other sites More sharing options...
Randy Calvert Posted April 15 Share Posted April 15 I’m sorry to hear that. Hopefully you can find something similar then. 😞 Link to comment Share on other sites More sharing options...
Recommended Posts