I just installed the latest version of Vanilla, fresh. Did everyting I was asked. Made double sure permissions are set correctly. Adn no matter what I do (except login) I get this error message: "There was a problem authenticating your post information"
Nothing is working. Nothing is allowed.
I read the thread with this title from April but there was no solutions. What can I do?
There is a problem with the your php session settings. Where did you installed it? on a remote server (look on to the hosting document to see how to set correctly your php session - you can give me the name of the provider, I will look for you) or on a local testing one?
Just to update this thread a little. I also use Fatcow and had the same problem. The session_save_path must go at the beginning of all the main PHP files... I just went through the folders and added this line into every PHP file that appeared to deal with some type of configuration, etc.. Pretty much every file in the appg directory and a couple others.. I noticed that each time I added it into a new PHP file a new portion of vanilla would start working properly. So, if you are trying to do something that is producing an authentication problem, then look for the PHP file that controls that and add the session_save_path variable in.
I have fatcow and the same problem too. but i deleted my cgi-bin/tmp file out of my server. how do i get that back? I also tried to put session_save_path in the top of all the .php files but nothing works could you send me a example of yours