This is a discussion on php support within the PHP General forums, part of the PHP Programming Forums category; Can anyone tell me where to get support for this? php5 undefined function pg_connect() Is there a specific mailig list ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Can anyone tell me where to get support for this? php5 undefined function pg_connect()
Is there a specific mailig list fro users? Thanks, Richard Dunne __________________________________________________ __________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/...ail_tools.html |
|
|||
|
Look at phpinfo(), you probably don't have PQSql support installed...
Jake > -----Original Message----- > From: Richard Dunne [mailto:richarddunne1971@yahoo.com] > Sent: Friday, March 23, 2007 1:31 PM > To: php-general@lists.php.net > Subject: [php] php support > > Can anyone tell me where to get support for this? php5 > undefined function pg_connect() > Is there a specific mailig list fro users? > > Thanks, > > Richard Dunne > > > > __________________________________________________ ____________ > ______________________ > Expecting? Get great news right away with email Auto-Check. > Try the Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 268.18.17/730 - Release > Date: 3/22/2007 7:44 AM > > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.17/730 - Release Date: 3/22/2007 7:44 AM |
|
|||
|
On Fri, March 23, 2007 12:31 pm, Richard Dunne wrote:
> Can anyone tell me where to get support for this? php5 undefined > function pg_connect() > Is there a specific mailig list fro users? It means you did not correctly compile/install the PostgreSQL extension to php. If you compiled from source, go back to your configure directory and look at the config.log output and figure out why PostgreSQL was not detected. If you are using RPMs or some other package management, you need to get postgresql-devel and postgresql and php-postgresql in some fashion. This probably best fits on the "install" list. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? |