Warning : Undefined array key 0 - Frontend.php on line 232

Good day,

I keep getting this error when I install BF
Warning : Undefined array key 0 in D:\garage\laragon\www\hwt-bricks\wp-content\plugins\bricksforge\includes\Frontend.php on line 232

I have the latest Brick Builder version and here is a list of plugins installed

|All-in-One WP Migration (7.77)|by ServMask|
|All-in-One WP Migration Unlimited Extension (2.52)|by ServMask|
|Bricksforge (1.0.1)|by Bricksforge|
|Code Snippets (3.4.2)|by Code Snippets Pro|
|Crocoblock Wizard (1.2.8)|by Crocoblock|
|JetEngine (3.2.3.2)|by Crocoblock|
|JetSmartFilters (3.2.0)|by Crocoblock|
|OxyProps (1.11.0)|by Cédric Bontems - The Web Forge|

EDIT: I have deactivated all plugins to check compatibility but still get the same error

Any idea what the issue might be?

It’s just a warning, not an error. You seem to have WP_DEBUG set to true? If so, set it to false :blush: Then it will disappear.

Will remove this in the next release :+1:

Thank you for the quick response :slight_smile:

My Debug is set to false.

Is there some server configuration which includes showing warnings? Normally PHP does not display warnings unless you configure it to do so. Could you check this?

You sir are a Legend. Thank you so much. I just added the following in the ini

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Sorry for adding this under bugs (Which its cleary not. Only me being an Idiot)

1 Like

Happy to help! :grin:

1 Like