Events Made Easy Forums Generic cant create/ edit events since wp 3.5

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43882
    Anonymous
    Inactive

    since update to version 3.5 i can’t edit old events (or create some new events) – because i have only one entry in the menu bar (events –> options).

    anybody else with the same issue? How can i create a new event (directlink?).

    Thank in advance…

    #50059
    Franky
    Keymaster

    Probably your permissions are off (not correctly set). Check those in the Settings page (search for “Access rights”).

    #50060
    Anonymous
    Inactive

    Yes… it sounds so.

    i got some lines of error, when i open the setting page. Eg.

    Warning: array_merge(): Argument #2 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_merge(): Argument #1 is not an array in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 198 Warning: array_keys() expects parameter 1 to be array, null given in /httpdocs/wp/wp-content/plugins/events-made-easy/eme_functions.php on line 201

    and so one…

    i work with all admin permissions…

    Thanks for any advice.

    #50061
    Franky
    Keymaster

    This is the 1.0.4 version you’re using, no? There the code is as follows:

    foreach ( $wp_roles->role_names as $role=>$name ) {
    $role_caps = get_role($role);
    $caps = array_merge($caps, $role_caps->capabilities);
    }

    So if the get_role call fails, the $role_caps->capabilities is no array. But this only fails if you don’t have all needed permissions …

    Which wordpress version are you using? And are you sure you’re logged in as admin?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top