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?

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 1 Year, 3 Months 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 1 Year, 3 Months ago Karma: 760
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