I’ve installed the plugin but it’s not showing in the admin menu under Settings or anywhere else, any ideas?
Thanks
]]>Following up on the other discussion in “Not sufficient permission”
The prompt uses the following the query parameter page=wpengine_check
which is no longer correct. It now appears to be page=wpengine_compat
.
As general info, the “insufficient permission” message is generic and is also visible when attempting to access pages that don’t actually exist.
]]>For those of us running debug mode while maintaining compatibility, there’s a notice due to attempt to access a possibly-unset index.
In wpengine-ready/init.php, on lines 94 and 98, before the comparison of $_REQUEST[‘page’], check to see if it’s available with isset() or !empty().
Alternately, you might use the $plugin_page global for an already-sanitized value.
]]>After activating WPEngine Ready and trying to go to the settings page, I get the “You do not have sufficient permissions to access this page.” warning.
]]>