Step 2 of install: Call to undefined function pg_query() [message #8383] |
Sat, 25 January 2003 22:38 |
KSpifz
Messages: 2 Registered: January 2003
Karma: 0
|
Junior Member |
|
|
Fatal error: Call to undefined function: pg_query() in /home/forum/FUDforum2/install.php on line 128
Using the latest version of FUDforum,
PHP Version 4.1.2-7 installed via rpm off Redhat 7.3 discs
--with-pgsql=shared
Also:
postgresql-devel-7.2.1-5
php-pgsql-4.1.2-7
postgresql-libs-7.2.1-5
postgresql-7.2.1-5
postgresql-server-7.2.1-5
I can't find any other post that talks about undefined function pg_query()
What do I do?
Thanks
|
|
|
|
|
Re: Step 2 of install: Call to undefined function pg_query() [message #8416 is a reply to message #8415] |
Mon, 27 January 2003 20:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That should be it, make sure there are no ';' on that line as that would comment things out. It is possible that due to some version mis-match the extension is not being loaded, which would explain why you cannot use postgresql functions.
FUDforum Core Developer
|
|
|