• Resolved samguide

    (@samguide)


    Hello, since upgrading to EM 6.5.2 I can’t get my Event booking Dashboard to display correctly. The following error message appears:

    Warning: Undefined array key 0 in /home/clients/baad8fec5e21aa1f0563325cb61b397c/new.lesyeuxenlair/wp-content/plugins/events-manager/classes/em-bookings-table.php on line 471

    Warning: Trying to access array offset on value of type null in /home/clients/baad8fec5e21aa1f0563325cb61b397c/new.lesyeuxenlair/wp-content/plugins/events-manager/classes/em-bookings-table.php on line 471

    Warning: Undefined array key 0 in /home/clients/baad8fec5e21aa1f0563325cb61b397c/new.lesyeuxenlair/wp-content/plugins/events-manager/classes/em-bookings-table.php on line 474

    Warning: Trying to access array offset on value of type null in /home/clients/baad8fec5e21aa1f0563325cb61b397c/new.lesyeuxenlair/wp-content/plugins/events-manager/classes/em-bookings-table.php on line 474

    Can anyone tell me what I should do? Thanks for your reply!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t think those warnings are the problem. The problem is that in the new release it’s not showing any bookings when the page loads. Try selecting “future” from the pulldown then click on the “filter” button and you should then see a list of events with bookings.

    Thread Starter samguide

    (@samguide)

    Thanks Joneiseman for your answer. If I select “pending” and click on “filter” it works… Do you have any idea how to remove my error message?

    Add the following to your wp-config.php:

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', false );
    ini_set('display_errors','Off');
    Thread Starter samguide

    (@samguide)

    Thanks a lot, the new Event Manager update fixed the problem!!!! But thanks anyway for your help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Event booking dashboard’ is closed to new replies.