Re: [PHP] Some undefined function errors

2010-05-20 Thread Giancarlo Boaron
u. --- Em qui, 20/5/10, Jim Lucas escreveu: > De: Jim Lucas > Assunto: Re: [PHP] Some undefined function errors > Para: "Giancarlo Boaron" > Cc: pgsql-gene...@postgresql.org, php-general@lists.php.net, > pgsql-nov...@postgresql.org > Data: Quinta-feira,

Re: [PHP] Some undefined function errors

2010-05-20 Thread Giancarlo Boaron
3 >   Sorry I miss read the > question. > > It does seem that php is not picking up the pg module and > cannot find > the functions. > > I assume Postgresql is in fact installed at > /usr/local/pgsql.  If you > run phpinfo(); can you see that PG is installed? > &g

[PHP] Some undefined function errors

2010-05-20 Thread Giancarlo Boaron
Hi all. Recently, I wrote an email about the problem I was having with some Postgres functions that when those functions were called, I received the following error: "Call to undefined function ". After some answers, I decided to rebuild a brand new linux virtual machine with Apache + PHP + Po

[PHP] Problem with pg_prepare function

2010-04-23 Thread Giancarlo Boaron
Hi all. I'm receiving the following message when I try to use pg_prepare() function: "Call to undefined function pg_prepare()". My application works very well with others pg_* commands... I already checked my configuration files and I have no more ideas about how to fix it. Any suggestions? T