Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

[SOLVED] Db issues, ARI DataTables needs help
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED] Db issues, ARI DataTables needs help
#48387
[SOLVED] Db issues, ARI DataTables needs help 10 Years, 3 Months ago Karma: 2
So for a good 24 months the site was working great. And using ARI Data Tables perfectly.

My site is a Joomla site. I have some custom PHP code within Joomla articles, and other custom PHP code executed as a stand-alone script as well.

Some time recently, they upgraded to PHP 5.5.35. From what I can tell from online docs, this version deprecated mysql_ functions. Some db code I had didn't work anymore. I added some statements in the php.ini file to "enable" PDO functionality, re-wrote the code to use PDO, and presto, that custom PHP code works now.

(However, the entire Joomla site works still, and from what I know, uses mysql_ functions to access the db.)

But....... the only parts of the site that still don't work are the ARI Data Tables pages. There are 3 of them. Looking at a module in the Joomla back end, it says that ARI is using mysqli_ functions. PHP statements extension_loaded("mysqli") and class_exists("mysqli") both report NO, even if I added mysqli.so to the php.ini file.


Does anyone have any thoughts to get the 3 ARI Data Tables pages working?
Last Edit: 2014/03/15 07:25 By JugglingReferee.
The administrator has disabled public write access.
 
#48388
Re:Db issues, only ARI DataTables access still solve 10 Years, 3 Months ago Karma: 2
Solved it myself. lol


Changed db type from mysqli to mysql.
The administrator has disabled public write access.
 
Go to topPage: 1