Quote Originally Posted by lauriesscraps View Post
I installed this module and ran into a couple problems. When I go into admin.configure.reward points I get a bunch of error message up above the admin list.

When I click on Set New Account Reward Points and Set New Account Reward Points



When I click on anything else I get this:
After looking this up, the line (line 1544) it is talking about says this:

return call_user_func($function, $parameter);
and the other one in the configuration.php file... I have no idea, but the only line that has "eval" in it is this one..

eval('$value_field = ' . $cInfo->set_function . '"' . htmlspecialchars($cInfo->configuration_value) . '");');
Any suggestions?