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.
Error in 1.1.2
ThaRiddla
New
I thought this followed from a separate thread, but I realized that it was my theme. I was using NamedVanilla and it produces the following error after the 1.1.2 install.
Fatal error: Call to a member function on a non-object in /home/cafeint/public_html/library/Vanilla/Vanilla.Functions.php on line 18
0
This discussion has been closed.
Comments
1.1.1 Upgrade problem # 9
I have changed that code in the NamedVanilla/discussions.php file
RE: Fresh Install Bug, cookie domain..I don't have the following in my conf/settings.php file:
$Configuration['COOKIE_USER_KEY'] = 'lussumocookieone'; $Configuration['COOKIE_VERIFICATION_KEY'] = 'lussumocookietwo'; $Configuration['SESSION_USER_IDENTIFIER'] = 'LussumoUserID';
Should I add them as-is?
For Clarification, I am able to access people.php for the login prompt. It looks to load successfully but does not take me to discussions, it reloads with the login screen again.
I've added those three lines to my settings.php file. cleared my cache/all cookies and restarted my browser. same problem. I asked one of my other forum members (who hadn't visited in a while) to login and they are also unable.
My forum is online, but it's closed registration
http://cafe.intelligentsiacoffee.com
Odd that this setup works in 1.0.3 but not in 1.1.2.
ThaRiddla: I am curious what would happen if you replace the updated people files with the older versions... (Authenticator and UserManager) http://lussumo.com/docs/doku.php?id=vanilla:upgrading
I did successfully downgrade back to 1.0.3 with no issues. I just reversed my install procedure and i was able to access my forum.
Fatal error: Call to a member function on a non-object in /home/cafeint/public_html/library/Vanilla/Vanilla.Functions.php on line 18
Excellent, I missed that when I resaved my settings file.
I think it's all working now...just a problem with NamedVanilla Extension
No. It's not. I understand why it is happening now.
If you read nothing else in this discussion, read this: single-word domains are not relevant as a cookie domian. "Localhost", "something", "anything" will NOT work. You must use a domain name like ".lussumo.com" or "www.lussumo.com". If you are using an alias to an IP address, just leave the cookie_domain blank.
If your cookies didn't work in previous versions and the sessions don't work after the upgrade to 1.1.2 it is because as of 1.1.2 Vanilla applies the same cookie_domain to sessions as it does to cookies. If your cookie domain is invalid, sessions will not work.