Trying to use phpgrid with Posstgres 9.4

QuestionsTrying to use phpgrid with Posstgres 9.4
ITSpecialisst asked 8 years ago

Hi,
I'm trying to evaluate your PHPGRID for a commercial product (we then would by the enterprise license). But when I try to initiate the object with

$g = new jqgrid($db_conf);

nothing happens. I even tried the provided example script "db-layer-pgsql.php" under "demos/loading". Same result here: everything coming after "$g = new jqgrid($db_conf);" is not executed and the script is aborted an no errors are displayed.

Environment: Windows 7 64bit, Apache 2.4, PHP 5.6

Can anyone help ?

kind regards

1 Answers
Abu Ghufran answered 8 years ago

Please check apache error log file for error details.
It could be due to missing pgsql driver in php config.

Turn errors on. Goto jqgrid_dist.php make it 'on'

error_reporting(E_ALL); // show all messages
ini_set("display_errors","on"); // changed from off to on

Your Answer

10 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?