Access Array Offset Error

Hi there, just finished installing my new x-pro website. However, I’m getting this error
Notice : Trying to access array offset on value of type bool in /var/www/exemarkets.com/wp-content/themes/pro/framework/functions/helpers.php on line 106

Any idea on what might have happened?

Hi @aidid,

Thank you for writing in, that’s only a notice and should not do harm on the site. To get rid of that, please edit your wp-config.php file and change the define( 'WP_DEBUG', true ); to define( 'WP_DEBUG', false );

More details about WP DEBUG here.

Let us know how it goes,
Cheers!

Hi @aidid,

Just wanted to let you know I looked into this and made a correction to prevent it from happening again. This fix will be in the next point release which we are pushing out today.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.