• Resolved Ambyomoron

    (@josiah-s-carberry)


    I am doing various tests and have found the following error in the web server log when QEM is disabled:

    PHP Fatal error: Uncaught Error: Call to undefined function qem_generate_css() in /wordpress/wp-content/plugins/quick-event-manager/quick-event-style.php:5, referer: https://mysite.com/some-URL/

    I don’t have any actions or filters in functions.php that concern QEM. I don’t run any scripts anywhere on any pages that are relevant. I don’t have any custom CSS that refers to QEM styles.

    The referring URL could be of many different types: a picture on a page; a reply to a posting; a tag; a static page. I don’t see any cases of a URL for a post, but I don’t know if this is significant.

    AFAICS, the visitor is always a Google crawler bot. It happens several times each day. Thus it is only a tiny fraction of the total visits to the site.

    Any idea how it is possible that this function is being called when the plugin is disabled?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Delete quick-event-style.php from the server. This file is no longer required. I will make sure it’s been removed at the next update

    Thread Starter Ambyomoron

    (@josiah-s-carberry)

    Thank you. That did the trick.

    Although I still do not understand why a file, in this case quick-event-style.php, has a function that is being called in spite of the plugin being disabled.

    You are getting the error message because the Google crawlers are looking for the CSS file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call to qem_generate_css when disabled’ is closed to new replies.