Sunday, 20 May 2012
On 05:59 by Unknown No comments
This happens when the PostgreSQL module is missing.
Make sure that you uncomment / create the extension line in you php.ini.
Like:
Expand|Select|Wrap|Line Numbers
extension=pgsql.so ; For Unix
extension=pgsql.dll ; For Windows
Also, make sure that the file actually exist in the directory specified by the extension_dir directive.
You can look for the PostgreSQL info in the phpinfo() output to see if it has been loaded properly. If you can't find it, it hasn't been loaded.
or:
0 down vote
You need to install the php-pgsql package or whatever it's called for your platform. Which I don't think you said by the way.
On Ubuntu it'll be something like this:
sudo apt-get install php5-pgsql
Subscribe to:
Post Comments (Atom)
Search
Popular Posts
-
(CNN) -- It's a truth of the modern digital age: If you're using a Web service for free, you're not the customer. You're ...
-
Rich text editors(RTE) can really save you a lot of work that is for those who do not like going the cms way.The cms comes comes with a RTE....
-
->http://voices.yahoo.com/changing-permissions-locked-folders-ubuntu-linux-2927907.html ->http://lowfatlinux.com/linux-chmod-chown.htm...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
To access the php.ini file /etc/php5/apache2/php.ini To make it work you should make you php.ini look like this: ; display_errors Defaul...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
Client sided solution This error can simply be an issue with cookies in your web browser, so either delete all stored cookies or selecti...
-
PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license.[1] PostgreSQL contains ...
-
This bug is so annoying: To fix it; click on the info icon before <?php then select html 4.0 transitional For Failing to open proje...
-
right click on the project >properties>run>then change console type to standard output
Recent Posts
Sample Text
Blog Archive
-
▼
2012
(37)
-
▼
May
(14)
- reverting a single file on svn
- Enabling writing into the /var/www directory
- SSH Access
- Fatal error: Call to undefined function pg_connect...
- POSTGRE SQL
- Enabling display of php Errors
- working with tar files in ubuntu
- Enabling writing into the var/www directory
- Installing Lamp
- Removing a folder with tis content
- Linux file permissions/Folder locks
- Subversion on Ubuntu
- security on php
- checking for errors
-
▼
May
(14)
Sample Text
Powered by Blogger.
Social Icons
Followers
About Me
Featured Posts
Popular Posts
-
(CNN) -- It's a truth of the modern digital age: If you're using a Web service for free, you're not the customer. You're ...
-
Rich text editors(RTE) can really save you a lot of work that is for those who do not like going the cms way.The cms comes comes with a RTE....
-
->http://voices.yahoo.com/changing-permissions-locked-folders-ubuntu-linux-2927907.html ->http://lowfatlinux.com/linux-chmod-chown.htm...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
To access the php.ini file /etc/php5/apache2/php.ini To make it work you should make you php.ini look like this: ; display_errors Defaul...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
Client sided solution This error can simply be an issue with cookies in your web browser, so either delete all stored cookies or selecti...
-
PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license.[1] PostgreSQL contains ...
-
This bug is so annoying: To fix it; click on the info icon before <?php then select html 4.0 transitional For Failing to open proje...
-
right click on the project >properties>run>then change console type to standard output
0 comments:
Post a Comment