The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
Oh hmm, so we've gone from breaking forumify, to now breaking Symfony.. That's no bueno 😅
Was there anything worth noting in the logs of cache:clear or forumify:plugin:refresh?
You can enable development mode to get errors to show: assuming you're running through docker-compose, set the APP_ENV variable to "dev" and APP_DEBUG to "1", then restart docker compose. Just revert this again later since you don't want your website to run in dev mode all the time.
Hi,
When loading up the home page, the website loads just fine. However, when trying to login, the page throws an server error 500.
Here is the site: http://144.76.100.149:8000/
Here is an image:
Hi Aaron,
Do you have any plugins installed that could cause this issue?
Only plugins are the following:
Listing Plugins
2025-04-30 17:39:10 ===============
2025-04-30 17:39:10
2025-04-30 17:39:10 ---- ---------------- ------------------------- --------
2025-04-30 17:39:10 id name author active
2025-04-30 17:39:10 ---- ---------------- ------------------------- --------
2025-04-30 17:39:10 1 Forumify Theme forumify
2025-04-30 17:39:10 2 Social Login deschutesdesigngroupllc 1
2025-04-30 17:39:10 3 PERSCOM.io forumify 1
2025-04-30 17:39:10 ---- ---------------- ------------------------- --------
Seeing how you have the social login plugin installed, and your error appears to be on the login page, I suspect that one to be the culprit.
If you can not reach your admin panel because you are locked out, you can run the following query:
Then you will have to clear cache:
If this makes your login work again, I recommend reaching out to Deschutes Design Group or creating an issue on their GitHub.
Done that,
Now it is throwing an Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
Oh hmm, so we've gone from breaking forumify, to now breaking Symfony.. That's no bueno 😅
Was there anything worth noting in the logs of cache:clear or forumify:plugin:refresh?
You can enable development mode to get errors to show: assuming you're running through docker-compose, set the APP_ENV variable to "dev" and APP_DEBUG to "1", then restart docker compose. Just revert this again later since you don't want your website to run in dev mode all the time.
I just did a fresh install instead, there was nothing of worth on the site to do all this effort for 😅