Jump to content
  • 0
M4karov

Vote for Point Error

Question

 

Hello everybody, I would like to ask your help so that I can use that system vote for points, with the current fluxcp.

Can someone help me? Here the image of the error.

 


 

post-16224-0-74711900-1478175475_thumb.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

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

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0
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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.