Bruno S. Delbono wrote:
Hello,
I'm having a very bizarre problem. I have checked and rechecked everything but for some reason I cannot get the page to get a proper login screen.
As it's hard to explain, please checkout:
Fixed. The problem was with php.ini where I had
; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = off
Set to On instead of Off. Once I reset them, it works like a charm.