KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Sample reports/advanced/input_and_export/index.php does not work #487

Open Daniel Amamoo-Otchere opened this topic on on Oct 4, 2018 - 1 comments

Daniel Amamoo-Otchere commented on Oct 4, 2018

Hello the samples downloaded with the build does not work

I get the error Fatal error: Uncaught PDOException: could not find driver in C:\wamp64\www\koolreport\datasources\PdoDataSource.php on line 57

Urgent help required for connecting using PDO to postgresql connection

my config file has the following:

<?php return array( __ "postdb"=>array(

    "connectionString"=>"pgsql:host=127.0.0.1;port=5432;dbname=xyz",
    "username"=>"postgres",
    "password"=>"543",__
),

);

Urgent assistance required

KoolReport commented on Oct 5, 2018

Please open your php.ini, looking for

;extension=php_pgsql.dll
;extension=php_pdo_pgsql.dll

in Window

or

;extension=php_pgsql.so
;extension=php_pdo_pgsql.so

in Linux.

and remove the ";" to enable for postgresql for pdo

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
bug

Inputs