Jump to content
  • 0

Vote for Point Error


Question

4 answers to this question

Recommended Posts

  • 0
Posted

It's likely that reinstalling won't help as older FluxCP addons are accessing player variables in the wrong location. It's looking for data that doesn't exist in a table that isn't used anymore. Change the SQL query in modules\vote4points\function.php to point to current tables instead.

  • Upvote 1
  • 0
Posted
On 11/13/2016 at 4:33 AM, Rahul Dev said:

Looks like the key is being treated as reserved keyword of MySQL. Please change all key to `key` (add tilt before and after) and try again.

eg; https://github.com/Feefty/FluxCP_Addons-VoteForPoints/blob/master/modules/voteforpoints/index.php

Screenshot_1.jpg

 Agreed. I applied that exact fix on a fork of the code, should anyone need a copy of an updated Flux CP Vote for points addon that is tried and tested as of 2018.

Either do the fix manually, or install your plugin from scratch and use the updated one I linked above.

Note

Not sure if this is worth noting, but my RO server runs on Hercules. The $cp_tbl which is the mapreg is still designed the same way whether rAthena or Hercules though, so that should not be a problem.

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...