I have downloaded the vfs-0.1.2.tar.gz and setup Postgres database as required but encountered the following problems when trying to run the application via browser:
Fatal error: Call to unsupported or undefined function pg_connect() in ./db_wrapper.inc on line 70
Is there any options to be enabled in PHP for running the VFS? I appreciate someone can come forward and assist me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-09-08
I have the exact same problem.
Does anyone knows how to fix this?
Plz reply if you do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This problem occurs when your PHP installation hasn't got the Postgres support built in. If you are running off a package managed system like RedHat linux you can install the php-postgres package. Otherwise you will probably have to recompile your PHP configuring it with --with-pgsql
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have downloaded the vfs-0.1.2.tar.gz and setup Postgres database as required but encountered the following problems when trying to run the application via browser:
Fatal error: Call to unsupported or undefined function pg_connect() in ./db_wrapper.inc on line 70
Is there any options to be enabled in PHP for running the VFS? I appreciate someone can come forward and assist me.
I have the exact same problem.
Does anyone knows how to fix this?
Plz reply if you do.
This problem occurs when your PHP installation hasn't got the Postgres support built in. If you are running off a package managed system like RedHat linux you can install the php-postgres package. Otherwise you will probably have to recompile your PHP configuring it with --with-pgsql
Thank you very much.
After recompile my PHP3 with pgsql option, VFS is now able to run