• Resolved mattf10

    (@mattf10)


    The plugin continues to fill my logs with this error message:

    MeowCommon_Admin is called too early. Please make sure it is called after the plugins_loaded filter.

    Please update your code so the hook is called in the correct order.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @mattf10,

    Can you try with the latest version? Also, please let me know if you are using other plugins by Meow Apps; they should be all up to date.

    Thread Starter mattf10

    (@mattf10)

    Yes, I’m using the latest version (5.2.2) and not using any other Meox apps plugins on the site.

    The warning is triggered by requests to ‘/wp-admin/’ such as ‘/wp-admin/edit.php’ and ‘/wp-admin/post.php’

    The site is a WooCommerce shop, but not all these requests are related to the shop. I hope that helps but pls let me know if you need more info.

    Thanks for the great plugin(s) and for looking into this ??

    annieici

    (@annieici)

    Hello, was there any solution or plugin conflict found relating to this? One of my client sites has just the lightbox plugin, it’s updated, and I’m seeing this error. I tried some updates and removed the cache, but nothing has helped yet.

    Please fix this. The constructor of your MeowCommon_Admin class is calling $this->is_user_admin() on line 53 and causing this log message during every admin page load.

    There are 5 error_log() calls in your plugin. Delete them all please. We can’t act on any of this information. One of them is inside a function called timer_log_elapsed() that your plugin never seems to use. There’s lots of code in comments. Please make all our sites faster by deleting every extra line in every file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.