• Resolved bhammie85

    (@bhammie85)


    Hi, I just downloaded Events Manager 5.5.5 to use with WordPress 4.1.1.

    I receive the following errors when either publishing or updating a recurring event:

    Notice: Undefined index: event_attributes in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 1985
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined index: recurrence_rsvp_days in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2021
    
    Notice: Undefined variable: cat_slugs_count in /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php on line 2102
    
    Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php:1985) in /Applications/MAMP/htdocs/LUCA/wp-admin/post.php on line 233
    
    Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/LUCA/wp-content/plugins/events-manager/classes/em-event.php:1985) in /Applications/MAMP/htdocs/LUCA/wp-includes/pluggable.php on line 1178

    It does not matter whether the recurrence is daily, weekly, monthly, etc.

    I also disabled all other plugins and still had the same problem. Any ideas on how to fix it?

    Thanks!

    https://wordpress.org/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    since it’s not a fatal error, you can try to disable your wordpress or php display_errors

    eg. add this lines in your wp-config.php

    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    or

    @ini_set('log_errors','On');
    @ini_set('display_errors','Off');
    Thread Starter bhammie85

    (@bhammie85)

    Ok that worked. Thank you!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks for the update and glad it’s working now.

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

The topic ‘Undefined Index error when adding or editing recurring events’ is closed to new replies.