Please do remember that all these themes are super old and not compatible with the new version. I will update all themes released by EADev/Brightix themes all soon.
You need to set the MySQL Encoding to UTF-8. I believe, you can enable that inside config/servers.php file by removing the // before Encoding and adding // before Convert. Like this
I had this issues in past and that is what i had tried to fix it. Try!!
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
The above fix by daewin should work. Though he did not told the fluxcp file location.
You can change it in fluxcp inside folder data/schemas/logindb/cp_createlog*****.sql
`reg_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
Well, this design was coded for eAthena so it will not work on rAthena. But you can make it work by making some changes ( if you know ).
If ever i got time, I will convert it to rAthena and RePost.
Thanks