Error connecting PostgreSQL to CodeIgniter? [closed]

0

PostgreSQL connection error with CodeIgniter:

  

    
asked by anonymous 09.09.2017 / 16:14

1 answer

1

You have to activate the postgres dll in the xampp php.ini file, uncomment this line by removing ; , otherwise no command will work.

;extension=php_pgsql.dll
    
09.09.2017 / 23:50