Php Errors

sohopros

Member
Hi,

We are using
PHP 7.4
Joomla 3.9.23
Fabrikar: 3.9.2

We have several PHP errors:

PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/warddavis/public_html/components/com_fabrik/models/element.php on line 1152
PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/warddavis/public_html/components/com_fabrik/models/list.php on line 1062
PHP Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home/warddavis/public_html/components/com_fabrik/models/list.php on line 3615
PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/warddavis/public_html/plugins/fabrik_element/fileupload/models/image.php on line 87

Is Fabrikar compatable with PHP 7.4?

Can you fix the issues?
 
Deprecated messages are not errors but warnings about stuff which will stop working in future versions.

If you set Joomla's error level to simple you won't get them anymore.

Yes, it must be fixed (some are already in GitHub) but Fabrik seems to be running also with php7.4 if you turn off the messages.
 
Back
Top