DUPLICATE: Class-wp-list-util.php Warning on All Pages

I’m getting an error on all of my pages after updating to the latest version:

Warning : Undefined array key “name” in /home/{username}/public_html/nwsys.com/wp-includes/class-wp-list-util.php on line 198

This error is plastered everywhere and makes the website unreadable.
This spits out a warning with the username that is hosting wordpress website.

There are two other duplicate posts but they have no real conclusion:

DUPLICATE: Warnings on the frontend (class-wp-list-util.php) - Bugs - Bricks Community Forum

WAIT: PHP error after adding class - Bugs - Bricks Community Forum

Please let me know if you need me to send you the link to my website. I can send it through DMs.

I disabled the warning text by adding these lines of code to the wp-config.php file for my website:

ini_set(‘display_errors’,‘Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);

The “ini_set(‘display_errors’,‘Off’);” is the line that made errors disappear.
The second most important is “define(‘WP_DEBUG’, false);”.

I hope that helped anyone else that ran into this issue.

It’s only hiding the issue, but at least my website is readable…

Also… I noticed another issue with my website. Some images were gone and showed a message that said “not found” and I couldn’t replace the image or anything. So I had to make a brand new element to replace the old element.
Not sure if that’s related but I thought it was interesting. Maybe something got corrupted while upgrading to the newest version of Bricks Builder (1.12.4).

Hi @24kConnect,

as your issue seems to be the same as the one in the topic you linked, I will mark this topic as duplicate, and will ask you to provide more information in the following topic:

Because I can’t replicate this issue, it’s best if you can send us a temporary login credentials to your test/staging website and a link to this topic to help@bricksbuilder.io using the email address you used during the purchase, so we can have a look?

Thanks.
Matej