Hey guys, how are you?
I'm having a problem after the installation. I can install it, I can (always) open the frontend and I can also access the control panel for the first time, navigate through the options, save settings, etc. However, if I disconnect from the admin and reconnect, I get a 500 error. However, the frontend continues to work without problems. Does anyone have any ideas? I took a look at the error and debug logs. At most, I saw something related to the path to the SSL, but the SSL seems to be fine, issued. I did several SSL tests, and everything seems to be ok.
If anyone knows, thank you very much!
View attachment 42816
I've already discovered the reason, the problem was in:
config/localhost/server.crt and server.key
The files were blank, for some reason, it didn't automatically update this data to send in the session functions passed to the database, so I got the data from cPanel (in text and only the encoded version) of the crt and key, pasted it into the respective files in config/localhost/ and "voilà", problem solved.
Reacted by: