• Resolved Christoph

    (@camthor)


    Hi,

    Thank you for the plugin!

    I got a fatal error on the menu page:

    Fatal error: Uncaught Error: Call to a member function get() on boolean in /.../wp-content/plugins/menu-icons/includes/settings.php:694

    Turns out that $theme->parent() returned false. Could be caused by recent changes to the child theme functions. (As workaround I wrapped it with if (!empty($theme->parent())) – now all working again.)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    Thank you for reporting this error. Can you give us more details on exactly when this error is appearing so we could test the code properly, as we aren’t able to reproduce it?

    Let us know, and thank you for reporting this issue with the solution. ??

    Thread Starter Christoph

    (@camthor)

    Sorry, after almost 2 months I don’t remember the details ?? . If I see the error again I will post more information. Maybe it was caused by an error in the child theme functions. Just a guess.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error on menu page’ is closed to new replies.