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 with Vanilla|Help would be Highly Appreciated
HI,
I recently add the Vanilla forum script to my website,but i'm having The following issues with the forum.
1.Once I log in,I cant Log out,its gives me this Error:(Some problems were encountered,There was a problem authenticating your post information.)
2.I can't Change anything in my forum,be it Themes,styles or any other function.,It gives this Error(Some problems were encountered
There was a problem authenticating your post information)
Can some of the users and Developers guide me on how to solve these issues please?
It would be highly helpful.
Regards,
Parastar
0
This discussion has been closed.
Comments
If they don't offer any help you can always try Lonex as they are the company I always recommend for web hosting
session_save_path("/Path/to/your/home/directory/cgi-bin/tmp");
(replace "/Path/to/your/home/directory" with the path to your home directory)It should look something like that:
<?php session_save_path("/Path/to/your/home/directory/cgi-bin/tmp"); // Database Configuration Settings $Configuration['DATABASE_HOST'] = 'xxxxxxxx'; $Configuration['DATABASE_NAME'] = 'xxxxxxxx'; $Configuration['DATABASE_USER'] = 'xxxxxxxx'; $Configuration['DATABASE_PASSWORD'] = 'xxxxxxxxx'; $Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf8'; $DatabaseTables['User'] = 'LUM_User'; ?>
There is probably a more logical place than database.php but by using it, you don't have to patch vanilla or write a plug-in.
source: http://www.ipower.com/knowledgebase/read_article.bml?kbid=600