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.
ErrPostBackKeyInvalid >> on every new Add-on
I tried to install several add-ons:
Category Colour Changer 0.1
Category Page First 1.0
Discussion Overview 1.2
Simplified Categories 1.0.0
But the only thing I receive is:
ErrPostBackKeyInvalid
Any ideas how to solve it
0
This discussion has been closed.
Comments
http://www.limundo.com/prijava.php
then you can go to the forum, which looks like this:
http://www.limundo.com/limundocafe/people.php?PostBackAction=SignIn&Username=Remeo&Password=*XXXXXX&ReturnUrl=categories.php&btnSignIn=Proceed
I am not sure, but the remember me function is always on.
Try to empty your cache and to retry.
Tested in FF and Opera.
PHP: 4.4.2
No theme
(the problem is on the addon page, when you try to add an extension?)
But, wait a second, now I also get this when I want to make a discussion sticky:
Fatal error: Call to a member function on a non-object in /home/limundo_com/www/limundocafe/library/Vanilla/Vanilla.Functions.php on line 18
<input id="chkDiscussionOverviewID" type="checkbox" onclick="SwitchExtension('/Vanilla/ajax/switchextension.php', 'DiscussionOverview', '1900d5498e4bb0b24dd7d6fc3b2b981a');" checked="checked" value="1" name="chkDiscussionOverview"/>
?go to http://www.limundo.com/limundocafe/js/global.js, and look for "function SwitchExtension(AjaxUrl,"... It should look like that:
function SwitchExtension(AjaxUrl, ExtensionKey, PostBackKey) { var Item = document.getElementById(ExtensionKey); if (Item) Item.className = "Processing"; var Parameters = "ExtensionKey="+ExtensionKey+"&PostBackKey="+PostBackKey; var dm = new DataManager(); dm.Param = ExtensionKey; dm.RequestFailedEvent = SwitchExtensionResult; dm.RequestCompleteEvent = SwitchExtensionResult; // document.location = AjaxUrl+"?"+Parameters; dm.LoadData(AjaxUrl+"?"+Parameters); }
What I should do?
if($Context->Session->User->Permission('PERMISSION_MANAGE_EXTENSIONS')) echo $Context->Session->GetVariable('SessionPostBackKey', 'string');
And check if the code that appear change an every page (if it does, there is a problem with your session).Parse error: syntax error, unexpected T_INCLUDE in /home/limundo_com/www/limundocafe/appg/init_vanilla.php