Events Made Easy › Forums › Generic › cant create/ edit events since wp 3.5
- This topic has 3 replies, 2 voices, and was last updated 11 years, 10 months ago by Franky.
-
AuthorPosts
-
Fri 4 Jan 2013 at 17:26 #43882AnonymousInactive
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…
Fri 4 Jan 2013 at 18:14 #50059FrankyKeymasterProbably your permissions are off (not correctly set). Check those in the Settings page (search for “Access rights”).
Sat 5 Jan 2013 at 13:37 #50060AnonymousInactiveYes… 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.
Sat 5 Jan 2013 at 20:22 #50061FrankyKeymasterThis 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?
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.