• Hi, Thanks for making this awesome plugin.

    I am currently using this plugin inside another plugin. All functions are working fine but when I go to Setting Page I see this error.

    Fatal error: Uncaught Error: Call to a member function get_available_modules() on null in /wp-content/plugins/my-custom-plugin/mu-addons/admin-menu-editor/includes/settings-page.php on line 137

    Screenshot: https://prnt.sc/1h8tj72

    Currently, I edited your code and added a check like this -> https://prnt.sc/1h8u8id

    Could you please fix the issue from your plugin side?

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    This error doesn’t happen when using Admin Menu Editor normally, so I would guess that it has something to do with trying to insert AME into another plugin. In particular, it sounds like at least one of the PHP variables that is used by AME was either removed or incorrectly renamed.

    The error would probably have to be fixed by the developer who created the other plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Settings Page is showing errors.’ is closed to new replies.