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.
karma bank always disabled
This discussion is related to the Karma Bank addon.
I have installed Karma Bank in my forum, and I enable it in plugins page and edit the settings (insert inicial karma, rules, etc..).
But it always appear in the top of the settings page: Status: disabled. How can I enable it?
Thanks
0
Answers
what does it say in your config/config.php file do you have stuff beginning with
$Configuration['Plugins']['KarmaBank']
grep is your friend.
Thank You for your answer
If I manually change the Enabled param to TRUE, it automatically changes to FALSE again...
starting balance is wrong please use a decimal point not comma and be greater than 0. Set it to some value like 0.01.
I will release now a version that will allow to you set the starting balance to 0.
grep is your friend.
Ok thanks!!
done
grep is your friend.
Hi @x00, great plug-in!
I set everything up and it worked, then accidentally put a comma into the starting balance field which gave me an error ("must have a value...").
Changed the value back to 5 and now the addon keeps showing status as "deactivated".
I tried to disable and re-enable the plug-in which doesn't help.
Thanks in advance!
//Edit: sometimes I should continue trying to solve it by myself instead of posting support requests ^^
**Solved it: **
Changed the line
$Configuration['Plugins']['KarmaBank']['StartingBalance'] = '0,50';
to
$Configuration['Plugins']['KarmaBank']['StartingBalance'] = '0.50';
did you try editing the config.php manually?
grep is your friend.
that is ok so long as you post the solution.
grep is your friend.
Yes, sir! That's what I did and it worked.