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


Recent Events
  • 28/08/2023 CalendARI v. 1.3.0 supports Joomla! 4.x/PHP 8.x

    CalendARI is a Joomla! events manager component and now It is compatible with Joomla! 4.x.

  • 19/08/2023 ARI Quiz 3.10.0 with Joomla! 4 support

    Joomla! quiz extension with J! 3.x/4.x and PHP 8.x support.


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 2 Weeks, 1 Day 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 2 Weeks, 1 Day ago Karma: 741
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