Login >> Error 500 
Author: Sinisa B.
Visited 346,
Followers 1,
Shared 0
Hi all!
I created a page with login access that I uploaded to the server. Upon entering the login data and after accessing imlogin.php, it gives me an error: 500 Internal Server Error.
> I'm using PHP version 8.1.
> I also copied the HTTPS from the page that works
> I haven't created the database yet!
> I set the file permissions according to the web server rules...
BTW, on the same server I have a practically identical page (in terms of code) that works fine...
What could cause this error?
Thank you in advance for any help!
Posted on the
Hello Sinisa ,
Error 500 is initiated from the server side...and not client side.... Check logs with the provider
PHP version ??? try to change it to check. 8.2 or 8.3
Axel
Hi Sinisa,
if you test with another PHP version please go for 8.2, as 8.3 is still not officially supported. Still, can you please report the link to the website where this issue occurs?
Thanks!
Author
Hi, Axel!
Thank you for your answer!
Resetting my IP address (?) solved the problem.
This was probably due to some security option of the server...
Yes, I also experimented with the PHP versions, but it didn't help...
Cheers!