ERROR: plphp: unable to register function "plphp_proc_4947785_trigger"

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: plphp: unable to register function "plphp_proc_4947785_trigger"
Date: 2005-08-11 20:02:45
Message-ID: 20050811200246.44199.qmail@web52909.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using plphp to create a trigger. I don't see any
syntax errors in it (I've checked it with php -l
(lint)). When I update a row in the table with the
trigger, I get this error:

ERROR: plphp: unable to register function
"plphp_proc_4947785_trigger"

I've verified that plphp (and plphpu) is installed
with 'createlang -l'.

Any idea what the problem is?

Thanks,
CSN

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2005-08-11 20:23:52 plphp: PHP Warning: Call-time pass-by-reference has been deprecated
Previous Message Michael Fuhr 2005-08-11 19:37:00 Re: insert performance riddle