ostark / upper

Integrates Edge Caches like Fastly, KeyCDN, Cloudflare and Varnish with Craft.
MIT License
102 stars 22 forks source link

Unabled to find tag. Unknown Event 'craft\\events\\ElementEvent'. #35

Closed timkelty closed 3 years ago

timkelty commented 4 years ago

Seeing this in my logs alot:

{
    "message": "Unabled to find tag. Unknown Event 'craft\\events\\ElementEvent'.",
    "context": {
        "trace": [],
        "memory": 11372896,
        "category": "upper"
    },
    "level": 300,
    "level_name": "WARNING",
    "channel": "craftcms",
    "datetime": {
        "date": "2019-11-26 16:31:06.124181",
        "timezone_type": 3,
        "timezone": "America/Detroit"
    },
    "extra": []
}
ostark commented 4 years ago

This EventRegistrar class is so ugly, I should invest some time in the 2.0 release. The WARNING should be a NOTICE.

There is probably a new ElementEvent I don't handle properly.