I am trying to install for the first time to run with a Postgres database. I get through the initial index.php to configue the database server and connect. The next screen is the install.php screen. I enter a user and password and I get the error:
Fatal error: Call to undefined function: modifylimitquery() in index.php on line 129
I am running 0.8.2
Any ideas?
Thanks....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to install for the first time to run with a Postgres database. I get through the initial index.php to configue the database server and connect. The next screen is the install.php screen. I enter a user and password and I get the error:
Fatal error: Call to undefined function: modifylimitquery() in index.php on line 129
I am running 0.8.2
Any ideas?
Thanks....
Versions of PEAR that came with PHP before version 4.1.0 don't have the required functions, so an upgrade is in order.