Strange permissions issue
-
I have a site that has 900+ TablePress tables and a user with the editor role. The user is able to edit almost all of the tables just fine, but for whatever reason is not able to edit a table which he has created. The edit button doesn’t show up, but when I craft an edit link, this error gets thrown
This message was triggered by tablepress.
Call stack:
wp_die()
wp-content/plugins/tablepress/controllers/controller-admin.php:494TablePress_Admin_Controller->load_admin_page()
wp-includes/class-wp-hook.php:308do_action('load-toplevel_page_tablepress')
wp-admin/admin.php:237
I can see from the code that this just checks whether the user has the ‘tablepress_edit_table’ role and I can see that, indeed, the user has it. In fact, he has no problem editing other tables he has authored or tables authored by other people.
Is this some kind of meta data issue? Any idea?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Strange permissions issue’ is closed to new replies.