SOLVED: PHP Warning & PHP Depreciated warnings on error_log

Status
Not open for further replies.

dimoss

Well-Known Member
Joomla 4.2.9
Fabrik #4 Gamma 3
Cassiopeia
vanilla J & F installation

Hi,

I am getting this error recorded in my error_log in the Joomla root:
PHP Warning: Array to string conversion in /home/xxx/xxx/components/com_fabrik/models/list.php on line 6696
PHP Warning: Undefined array key 1905 in /home/xxx/xxx/components/com_fabrik/models/listfilter.php on line 1360
PHP Warning: Undefined array key "" in /home/xxx/xxx/plugins/fabrik_element/yesno/yesno.php on line 307
PHP Warning: Trying to access array offset on value of type bool in /home/xxx/xxx/plugins/fabrik_element/fileupload/fileupload.php on line 427

Also this one
PHP Deprecated: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/xxx/xxx/libraries/vendor/joomla/string/src/phputf8/mbstring/core.php on line 114

Logging has been set to Simple.

Anyone who got similar warning and is there any way to get rid of them?
Thanks
 
Last edited:
/listfilter.php on line 1360
is trying to access $elements[$elid];

Does an element with id 1905 exist, is accessible...?
Maybe it doesn't exist any longer but is still used/selected in some order, watch, custom code etc?
 
/listfilter.php on line 1360
is trying to access $elements[$elid];

Does an element with id 1905 exist, is accessible...?
Maybe it doesn't exist any longer but is still used/selected in some order, watch, custom code etc?

Hi @troester

there is no element id: 1905.
The last id in elements db table is 596.
 
More PHP warnings:

PHP Warning: Undefined variable $data in /home/xxx/xxx/libraries/fabrik/fabrik/fabrik/Helpers/Php.php(69) : eval()'d code on line 7
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top