Fatal error: Call to undefined function pg_escape_string() |
6/9/2017 11:49:31 PM |
PHPRunner General questions | |
K
Khampol author
Hello,
Fatal error: Call to undefined function pg_escape_string() in /home/admin/web/xxxxxxx.info/public_html/xxxx/connections/PostgreConnection.php on line 30
|
|
![]() |
dermemo 6/10/2017 |
You need to install the Postgres PHP package sudo apt-get install php5-pgsql
sudo service apache2 restart |