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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

ARI SmartContent - DataTable error
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI SmartContent - DataTable error
#52392
ARI SmartContent - DataTable error 10 Years ago Karma: 0
Dear Support,

when using the ARI SmartContent - DataTable i found this error :

Notice: Undefined index: * in C:\Apache24\htdocs\BeStarFx_BP_v4\libraries\arismartcontent\htmltable\tmpl\htmltable.php on line 98

as the attached error... please help... thks
Last Edit: 2014/12/03 12:14 By ferdigerungan.Reason: re-attach file
The administrator has disabled public write access.
 
#52393
Re:ARI SmartContent - DataTable error 10 Years ago Karma: 760
Hello,

Send a screenshot of module settings and screenshot(s) of data source settings by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52404
Re:ARI SmartContent - DataTable error 10 Years ago Karma: 0
Ive have sent u an email... please check your inbox.. thks
The administrator has disabled public write access.
 
#52420
Re:ARI SmartContent - DataTable error 10 Years ago Karma: 760
Upgrade the extension to v. 2.2.2 or open <joomla_directory>\administrator\components\com_arismartcontent\kernel\Application\ARISmartContent\Providers\Database\class.DatabaseQueryProvider.php file, find the following code:

if (strpos($dbCol['base_expr'], '*') != false)

and replace it with the following one:

if (strpos($dbCol['base_expr'], '*') !== false)

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1