Page 1 of 1

login problem xh-1.6.10

Posted: Tue Oct 20, 2020 7:01 pm
by jgmvdm
I can no longer log in to https://beauvoir.nl/
Nothing happens when I enter the password
Also the forgot password function no longer works

It's about cmsimple-xh-1.6.10

Re: login problem xh-1.6.10

Posted: Tue Oct 20, 2020 7:44 pm
by jgmvdm
Have also done a fresh instal of 1.6.10 and it does not work with login either.
So it will be a hoster related problem I think.
https://beauvoir.nl/test/

Re: login problem xh-1.6.10

Posted: Tue Oct 20, 2020 8:59 pm
by Tata
Have you any local server? (XAMP, WAMP, MAMP)? Have you tested it locally (have you any webpage backup on such localhost)?
This is the first posible test.
If everything works locally, then try upload it to the host again.
It is also possible, that the last upload didn§t work well and something got broken.
If the problem remains, contact your ISP.

Re: login problem xh-1.6.10

Posted: Tue Oct 20, 2020 10:39 pm
by cmb
jgmvdm wrote:
Tue Oct 20, 2020 7:01 pm
Nothing happens when I enter the password
But when you press enter, the page refreshes, but you're not logged in? If so, a possible cause is that the PHP ini directive session.save_path is not properly configured. On a closer look, I see "x-powered-by: PHP/5.2.17" (ouch). Might be best to contact your hosting provider.

Re: login problem xh-1.6.10

Posted: Thu Oct 22, 2020 11:52 am
by jgmvdm
Problem solved, Hosting provider told me:

"The max_post_size was set to 0 bytes, so any POST request was too big:
I turned on log_errors (so I could find this problem) and set post_max_size to 2 MB so that the POST requests work again."