Support

Home Forums Event Espresso Premium EE4 Beaver Builder page builder error

EE4 Beaver Builder page builder error

Posted: January 12, 2017 at 2:13 pm


asteiner

January 12, 2017 at 2:13 pm

Hi,

I have an error on my Beaver Builder page:
Warning: array_flip(): Can only flip STRING and INTEGER values! in /home/../event-espresso-core-reg/modules/single_page_checkout/EED_Single_Page_Checkout.module.php on line 423

EE4 version is up-to-date 4.9.25


Josh

  • Support Staff

January 12, 2017 at 4:36 pm

Hi there,

Is that PHP warning happening only when you try to use the page builder on the registration checkout page, or does the warning happen on other pages while using the page builder too?


asteiner

January 12, 2017 at 4:52 pm

Hi Josh,

On other pages too, without any EE module.

Thanks for quick reply.


Josh

  • Support Staff

January 13, 2017 at 7:17 am

That shouldn’t be happening. As far as I can tell, that warning should only appear on the page that has the [ESPRESSO_CHECKOUT] short code. I can make a ticket for the dev team to see if there’s a way to avoid that warning when the Beaver Builder plugin does its thing, and for now you can make sure that WP_DEBUG is set to false and if need be, you set:
@ini_set( 'display_errors', 0 );
in the wp-config.php file.


asteiner

January 13, 2017 at 8:32 am

WP_DEBUG is already set to false, I’m still getting this Warning and can’t use page builder. Maybe this shortcode is somewhere in the page but I cannot see it and cannot use Page builder to remove it..


Josh

  • Support Staff

January 13, 2017 at 8:55 am

That’s why I mentioned you might need to add:
@ini_set( 'display_errors', 0 );
to the wp-config.php file.


asteiner

January 13, 2017 at 1:18 pm

That worked! Thanks!

The support post ‘EE4 Beaver Builder page builder error’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso