Showing 1 – 2 of 2 replies
groupeadf

I am having a problem using the login […]

groupeadf PURCHASED
2 years ago
Hello,

I am having a problem using the login form.
As soon as I validate I have this error:

Notice: Undefined index: SA::CSRF in /var/www/my_site_url/lib/app/Content.php on line 104
[0] in function {closure} in /var/www/my_site_url/lib/app/Content.php on line 104
[1] in function App\Content::verifyPost in /var/www/my_site_url/public/php_auth_login.php on line 30

A little help please ...
lodev09
lodev09 SELLER
2 years ago
It looks like your SESSION is not working properly. If you're not in your local machine, try to enable HTTPS. Some browsers are not saving cookies (PHP SESSION) if the site is not secure.
groupeadf
groupeadf PURCHASED
2 years ago
Hello,
sorry for the late return, I had not seen your reply ...
It was indeed an HTTPS problem, I had not put a certificate on my test server.
Thank you for your help !