Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem after Updating 1.1.1
hi
when i try to manage my updated vanilla
i always get this message :
http://aymenalobaid.googlepages.com/vanilla.png
how can i solve this problem ?
Regards ,
0
This discussion has been closed.
Comments
There must be something wrong with your php session or your cookie settings.
If each time you visit a page your visit count (on the account page) increase, your php session doesn't work.
Vanilla create a key for each user, save it in his session and add it to all forms. Before processing anything, Vanilla compare the key in the form and the one in the session. If they are different, Vanilla won't process the action and will give you the error.
The php session doesn't work, the key is recreated every time and the comparaison with the key in the form always fails.
lol what mark said.
One clue to know if there is a problem with session is to check the visit count.
Go on the account page, check the visit count. Click again on the account link. If the visit count changed, you have a problem with the your php session.
Can you do this simple test?
Go on the account page, check the visit count. Click again on the account link. If the visit count has changed, you have a problem with the your php session.
which version of Vanilla?
Have you tried to clear the cache?
I cleaned the cache and checked "remember me" but nothing changed. Now, errr, what am I supposed to do to fix this PHP session thingy?