After installing I ran the demo. Get Popup Error : Undefined

QuestionsAfter installing I ran the demo. Get Popup Error : Undefined
Victor Harrison asked 8 years ago

Installed PHPGRID;
Added tables to an existing database and Loaded them;
Modified the config.php;
Run **any** of the demo scripts and I get the same popup: Header = Error & Red banner sub-header = 'undefined'. Message area is blank.

> MySQL database
> PHP 5.5
>define("PHPGRID_LIBPATH",dirname(__FILE__).DIRECTORY_SEPARATOR."lib".DIRECTORY_SEPARATOR); Seems to resolves correctly
> Even did this in the alternate-row.php in the demo directory:
$db_conf = array();
$db_conf["type"] = "mysqli";
$db_conf["server"] = PHPGRID_DBHOST; // or you mysql ip
$db_conf["user"] = PHPGRID_DBUSER; // username
$db_conf["password"] = PHPGRID_DBPASS; // password
$db_conf["database"] = PHPGRID_DBNAME; // database

// pass connection array to jqgrid()
$g = new jqgrid($db_conf);

> URL: https://designprowess.netfirms.com/growingkidschicago.org/Functions/phpgrid/index.php#

Help would be very-VERY-V E R Y much appreciated.

1 Answers
Abu Ghufran answered 8 years ago

Free version does not work on https. Need to upgrade for https support.

Your Answer

4 + 7 =

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?