verbb / wishlist

A Craft CMS plugin for wishlists for your users to save things to
Other
11 stars 12 forks source link

Updating Search Indexes - Typed static property verbb\wishlist\Wishlist::$plugin must not be accessed before initialization #132

Closed goodmixer closed 1 month ago

goodmixer commented 6 months ago

Describe the bug

Since updating to Craft 4 I'm getting multiple warnings of failed items in Queue Manager with the following message Typed static property verbb\wishlist\Wishlist::$plugin must not be accessed before initialization.

Everything seems to be working as expected though.

Running Craft CMS 4.5.13 & Verbb Wishlist 2.0.7

Steps to reproduce

Craft CMS version

4.5.13

Plugin version

Wishlist 2.0.7

Multi-site?

NO

Additional context

No response

engram-design commented 6 months ago

I've seen these errors crop up before, but something is trying to call Wishlist before the plugin has been initialized. It's tricky to pinpoint exactly where this comes from, as it could be triggered by another plugin as well.

Are you able to send through your log files to support@verbb.io for us to take a look? We're just interested in the stack trace for the error, to be able to look back on where it's being triggered from. This will likely be in your /storage/logs/queue.log file.