PHPGrid not supporting mysqli functions

QuestionsPHPGrid not supporting mysqli functions
GH asked 11 years ago

Hi, Was their an update done to support mysqli functions as the mysql will no longer exist before long.

5 Answers
Abu Ghufran answered 11 years ago

Hello,

Mysqli support is there in latest build of licensed version (using data abstraction layer – adodb)
I'll be releasing a free version update in some time.

Lubos answered 10 years ago

Hello,

I have licensed version 1.4.8 build 105-20130424.
It works with mysqli functions?

I reworked the program :
$db_conf = array();
$db_conf["type"] = "mysqli";
$db_conf["server"] = "localhost";
$db_conf["user"] = "xxx";
$db_conf["password"] = "xxx";
$db_conf["database"] = "xxx";

$gad = new jqgrid($db_conf);

I get message : Call to a member function Execute() on a non-object in /www/evid/lib/inc/jqgrid_dist.php on line 65

Thanks for the answer
Lubos

Abu Ghufran answered 10 years ago

Hello,

This happens when you use older version of jqgrid_dist.php (free). Kindly override the 'lib' folder from purchased build.
Make sure you have lib/inc/adodb folder placed.

You can get latest build by emailing me your order number.

PS: Mysqli is now supported in free version too.

Lubos Vitu answered 10 years ago

Hello.

I had paid version, but today I bought the update.
Thank you.

Lubos.

Abu Ghufran answered 10 years ago

Thanks, let me know for any help.
You can email me at [email protected] too.

Your Answer

17 + 1 =

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?