Great software! every thing was easy to install,
Permissions could be easier, and maybe an admin
screen that looks different (personal pref there that
I may get around to changing a bit) MySQL set up no
problem, no problems saving the signatures etc.
Only one problem...when it came down to the print out
of the petition...(I erased the db info already)
I received in email:
http://www.gohotsprings.com/gohot/modules.php?
op=modload&name=NS-
SimPetition&file=petitionprintout&id=1&code=290727
When I clicked on it, I received this:
Problem in /home/gohot/public_html/gohot/modules/NS-
SimPetition/config.php: could not find file
containing function definition for $FunctionNickName
=get_petitioninfo, $ModName = NS-SimPetition!
Problem in /home/gohot/public_html/gohot/modules/NS-
SimPetition/config.php:for $FunctionNickName =
get_petitioninfo, function is not defined!
Warning: call_user_func_array() expects first
argument,'SimPetition_get_petitioninfo', to be a
valid callback
in /home/gohot/public_html/gohot/modules/NS-
SimPetition/config.php on line 57
That petition does not exist! Please check the ID.
Further investigation revealed this problem:
In petitionprintout.php it has:
if ($petitioninfo =
simpetition_funrun("get_petitioninfo",Array
($petition_id))) {
There is no modules/NS-
SimPetition/fundefs/get_petitioninfo.php that
everything is looking for.