1
Ok Guys,
Daniel Hall did the Core programming of the xCredits and he is moving this weekend so I really cant count on him to help me out here. I modified the module and on the admin side you SHOULD be able to edit the groups but it is not working right anymore.
ok I turned on mySQL debuggin and I got this:
INSERT INTO credits_type(name,weight) VALUES ('',)
Error number: 1064
Error message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Then I turned on PHP Debuggin and I got this
Undefined variable: t_action in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: id in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: name in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: weight in file modules/credits/admin/index.php line 274
So I guess I have to define it but I dont know how remember I am not a programmer can anyone help me out?
Thanks Arowana