Hi got one small issue I have a member named L'Raine and she can earn points but when someone tries to donate we get a database error with the username having the ' in it, see error below
Invalid SQL:
update frmuser set vbookie_cash = vbookie_cash + '500' where username = 'l'raine';
you can see the ' is causing a problem, this happened when I tried donating manually from admincp
Also the error from when a user donated
Invalid SQL: select * from frmicash_donations WHERE `to`='L'Raine';
This is a fantastic system and works nicely on 3.8.1 keep up the good work
|