Gossamer Forum
Home : Products : DBMan SQL : Discussion :

What would cause this?

Quote Reply
What would cause this?
I have created a new sub routine in html.pl called "need_renewal" and I have added the following to the sub main:

Code:
elsif ($in{'need_renewal'}) { if ($per_admin) { &need_renewal; } else { &html_unauth; } }

I have also added a link to it in the sub html_footer.
When I click on the link I get the following error:

Quote:
The database program received a command that it did not understand.

Any ideas on what to look for in resolving this problem?

Thanks !
--------------------
donm

Subject Author Views Date
Thread What would cause this? donm 2318 Nov 24, 2001, 4:45 PM
Thread Re: [donm] What would cause this?
Stealth 2231 Nov 24, 2001, 5:49 PM
Thread Re: [Heckler] What would cause this?
donm 2228 Nov 24, 2001, 7:58 PM
Post Re: [donm] What would cause this?
Stealth 2230 Nov 24, 2001, 8:31 PM