admin管理员组文章数量:1277384
There is a admin page that gives me this error on the page itself when I try to access it: “Sorry, you are not allowed to access this page.”
In the console it logs: “Failed to load resource: the server responded with a status of 403 ()”
the page: site/wp-admin/options-general.php?page=menu_editor
I staged the site on localhost, this same error occurs there as well.
Here is what I tried so far: -conflict test with plugins -making sure the directories have the 755 and files have the 644 permissions
There is a admin page that gives me this error on the page itself when I try to access it: “Sorry, you are not allowed to access this page.”
In the console it logs: “Failed to load resource: the server responded with a status of 403 ()”
the page: site/wp-admin/options-general.php?page=menu_editor
I staged the site on localhost, this same error occurs there as well.
Here is what I tried so far: -conflict test with plugins -making sure the directories have the 755 and files have the 644 permissions
Share Improve this question asked Oct 27, 2021 at 22:11 harin1904harin1904 213 bronze badges 1 |2 Answers
Reset to default 0As i can not allowed to comment, I post it here: Please Make sure when you are login to wp-admin, in usermeta table you have a role of 'administration' in $prefix->capabilities meta_key.
Because this Message comes when you try login, that user has different role other than admin.
Thank you.
My bad if I was being unclear. But it was a specific admin page that I was trying to access, hence the URL.
Turns out another admin had restricted that page to themselves before I was around. So only their account could access it.
Bit of miscommunication due to working remotely.
本文标签: Admin Page access
版权声明:本文标题:Admin Page access 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741245547a2364803.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
/wp-admin/options-general.php?page=menu_editor
is not a valid URL in core WP, so if that ever worked it was probably related to a third-party plugin or theme. – vancoder Commented Oct 27, 2021 at 22:28