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.

When I enable it on V2.3 it throws error "rating is missing the following requirements Vanilla 2.3"

When I enable it on V2.3 it throws error "rating is missing the following requirements Vanilla 2.3"

Tagged:

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    That is strange. Could you please look for the line 'RequiredApplications' => ['Vanilla >=' => '2.3'], in class.rating.plugin.php and replace it with 'RequiredApplications' => ['Vanilla ' => '2.3'],?

  • @R_J i tried it but its not working. But when i completely removed the line and activated the plugin it did worked. and then again I added the same line into the plugin config file just to make sure it should not brake anything.

    After activation what i noticed is it sends all of my posts to next like have a look here: http://lonare.com/discussion/3/what-does-brexit-means-and-how-does-it-affect-us
    and logged in as admin I can increase as many rating as I want. Is that suppose to work like that? I was hoping one can only rate an answer only once based on his/her ip or account session details.

    let me know

  • R_JR_J Ex-Fanboy Munich Admin

    If 'RequiredApplications' => ['Vanilla ' => '2.3'],didn't work for you, are you sure you are working with Vanilla 2.3?

    But anyway: I have not tested downward compatibility and if the plugin works when you delete that line, simply do so.

    Yes, the admin is supposed to have unlimited votes. After all you are the god in your forum! "Normal" users only have the possibility to upvote or downvote. But they can change their voting any time

  • guys, make it singular, not plural on RequiredApplication

    'RequiredApplication' => ['Vanilla ' => '2.3'],

  • R_JR_J Ex-Fanboy Munich Admin

    Sounds reasonable, but that is wrong. It only works that way because RequiredApplication is no valid key and therefore it is ignored.

    Try RequiredApplication' => ['Excel ' => '10.0']

  • Understood. and thanks for the clarification. I am a total n00b so I tend to tinker alot to try to get things to work. I figured it might have been a misspelling :-) anyhow, what else can be the issue, I know for sure I am on 2.3. Until a known fix is put out there, I will leave it set incorrectly as it allows the plugin to work.

Sign In or Register to comment.