Just installed the 4.9.21 update and now see the following error on the top of my front page. It appears on the WP static front page regardless of which page I set to the front page and does not appear on a page if that page is not set to the front page.
Warning: strpos(): Empty needle in …. /wp-content/plugins/event-espresso-core-reg/modules/single_page_checkout/EED_Single_Page_Checkout.module.php on line 400
That’s a good indication that your site has display_errors enabled. In which case, you can add this to your wp-config.php file on the line right after the WP_DEBUG constant: @ini_set( 'display_errors', 0 );
The support post ‘EE 4.9.21.p – strpos(): Empty needle’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.