• I get the following message on the page for My Bookings in the column for the cancel link:

    Warning: strstr(): Empty needle in /home/azsgpiller/public_html/wp-content/plugins/events-manager/templates/templates/my-bookings.php on line 99

    In the code, in version I find this om line 99:

    // @deprecated – stop using this and use em_my_bookings_booking_action_links below
    $actions_text = apply_filters(’em_my_bookings_booking_actions’, $cancel_link_text, $EM_Booking, $cancel_links);
    if( strstr( $actions_text, $cancel_link_text ) )

    Where do I put the code? On the My Bookings page, there is only this text: ‘CONTENTS’ and in the settings i point at the My Bookings page.

    • This topic was modified 1 year, 7 months ago by CyberBengt.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Make sure the value of WP_DEBUG is set to false in your wp-config.php file.

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', false );
    Thread Starter CyberBengt

    (@cyberbengt)

    No debug is on. All set to false.

    You might want to check with your web host to see if this is due to some setting on the server. PHP warnings should not go to the screen if debug is turned off.

    what version of PHP and mysql are your servers running?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning text on My Bookings page’ is closed to new replies.