Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to fix?
How I can fix that bug? Where is that file?
Tagged:
0
Best Answer
-
S ✭✭File:
applications/dashboard/controllers/class.entrycontroller.php
Line ~ 284 - 286:$IsPostBack = $this->Form->IsPostBack() && $this->Form->GetFormValue('Connect') == 'Connect';
Replace by:$IsPostBack = $this->Form->IsPostBack() && $this->Form->GetFormValue('Connect') == T('Connect');
What understandable is here?0
Answers
This plugin wont work, due to postback bug: GitHub Bug #1085
You should fix it, see commit:
applications/dashboard/controllers/class.entrycontroller.php
Line ~ 284 - 286:
$IsPostBack = $this->Form->IsPostBack() && $this->Form->GetFormValue('Connect') == 'Connect';
Replace by:
$IsPostBack = $this->Form->IsPostBack() && $this->Form->GetFormValue('Connect') == T('Connect');
What understandable is here?
There was an error rendering this rich post.
My vanilla Version is 2.0.17.9. Should I upgrade to the latest version?
My be it because of the my vanilla version?
Are you sure you mean file: class.entrycontroller.php at applications/dashboard/controllers?
sorry for stupid questions, but i really need for this addon. Thank you very match for you answers.