Re: [PHP] Some undefined function errors

2010-05-20 Thread Fernando
mited Unlimited My PHP version is 5.3.2. My PostgreSQL version is 8.4.4 and I'm running the server under the restrict 'postgres' user privileges since I can't run the daemon process as 'root'. Thank you for some help. --- Em qui, 20/5/10, Fernando escreveu: D

Re: [PHP] Some undefined function errors

2010-05-20 Thread Ashley Sheridan
> My Apache version is 2.2.15 and my root directory is > /usr/local/apache2/htdocs. > > Thank you. > > > --- Em qui, 20/5/10, Jim Lucas escreveu: > > > De: Jim Lucas > > Assunto: Re: [PHP] Some undefined function errors > > Para: &quo

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
ileges since I can't run the daemon process as 'root'. Thank you for some help. --- Em qui, 20/5/10, Fernando escreveu: > De: Fernando > Assunto: Re: [PHP] Some undefined function errors > Para: php-general@lists.php.net > Data: Quinta-feira, 20 de Maio de 2010, 12:2

Re: [PHP] Some undefined function errors

2010-05-20 Thread Jim Lucas
Giancarlo Boaron wrote: > 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 v

Re: [PHP] Some undefined function errors

2010-05-20 Thread Fernando
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? On 20/05/2010 10:46, Giancarlo Boaron wrote: ** I mak