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?

PHP 8.1 -Call to undefined function create_functio
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: PHP 8.1 -Call to undefined function create_functio
#71315
PHP 8.1 -Call to undefined function create_functio 9 Months, 3 Weeks ago Karma: 0
We are in the process of upgrading to Joomla 4.x, and really need to also upgrade PHP from 7.4 to PHP 8.1.

However, under PHP 8.1, we're getting the following error:


Call to undefined function create_function()
.../plugins/content/aridatatables/aridatatables/kernel/Mambot/class.MambotHelper.php:31

26
27 self::_currentCallback($callback);
28 $backtrack_limit = @ini_set("pcre.backtrack_limit", -1);
29
30 $result = preg_replace_callback($tagRegExp,
31 create_function('$matches',
32 'return ' . $className . '::parseTagList($matches);'),
33 $text);
34
35 @ini_set("pcre.backtrack_limit", $backtrack_limit);
36

Can you please help us resolve this?

Thanks!
The administrator has disabled public write access.
 
#71316
Re:PHP 8.1 -Call to undefined function create_functio 9 Months, 3 Weeks ago Karma: 748
Hello,

"Content - ARI Data Tables" plugin is not included into "ARI Data Tables" package since v. 2.0 and it is not supported. Delete it please from J4 site. "Content - Load Modules" native Joomla! plugin can be used to embed "ARI Data Table" modules into articles.

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