Author Topic: smf1.1.2 | tp0.9.8 | shop 3.0: Credits on registration problem  (Read 1445 times)

foxgamer

  • Guest
Hi. I have the mentioned installed, and everything is working hunky dory  O0 except for one thing. Every time I try and set up an amount to be added at registration, when I save it, the field becomes blank again and none of the new registrants are getting a signup bonus. Can anyone help? TIA

Offline Daniel15

Re: smf1.1.2 | tp0.9.8 | shop 3.0: Credits on registration problem
« Reply #1 on: April 20, 2007, 10:42:41 pm »
Try running this query in phpMyAdmin:
Code: [Select]
REPLACE INTO smf_settings (`variable`, `value`) VALUES ('shopRegAmount', '100')

And then see if it works correctly (it should say '100' to begin with).

Otherwise, check your error log for any errors.