开发者

Wordpress permissions

开发者 https://www.devze.com 2023-01-20 16:13 出处:网络
I\'m getting \"You do not have sufficient permissions to access this page.\" when visiting this page from the admin menu /wp-admin/edit.php?page=edit.phpBut, if I take out the parameters at the end, i

I'm getting "You do not have sufficient permissions to access this page." when visiting this page from the admin menu /wp-admin/edit.php?page=edit.php But, if I take out the parameters at the end, it works "/wp-admin/edit.php" Also getting it on "/wp-admin/edit.php?post_type=page&page=edit.php开发者_JS百科?post_type=page"

Any ideas? I've been all over google, but had little luck.


Step one when you run into permissions/access denied errors is to disable plugins one at a time. I suspect you have a user levels/permissions-related plugin installed that's interfering. When you narrow it down to the plugin you can investigate that further.

0

精彩评论

暂无评论...
验证码 换一张
取 消