You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can hit the page fine in my browser at http://<raspberry-pi-local-ip>:9165 and see: Login, Password, Install KrISS feed.
When I fill in a Login and Password and hit the install button, I get: "Wrong Token" with a button to try again.
It seems that your problem is linked with php session.
You can try var_dump($_SESSION) in isToken function to see if there are some values.
Do you have similar problem with some other code with php on your raspberry ?
A solution maybe: http://stackoverflow.com/questions/13078965/session-variables-not-working
I've installed KrISS feed on my raspberry pi on Debian 8 Jessie with Apache2.
KrISS web directory:
Apache config:
I can hit the page fine in my browser at
http://<raspberry-pi-local-ip>:9165
and see: Login, Password, Install KrISS feed.When I fill in a Login and Password and hit the install button, I get: "Wrong Token" with a button to try again.
Logs:
If I just disable the XSS check, then I can get through this single page.
But then login doesn't seem to work. (I just get returned to the login page with no error or warning message.)
The text was updated successfully, but these errors were encountered: