You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: FS_Plugin::__construct(): The script tried to access a property on
an incomplete object. Please ensure that the class definition "FS_Plugin" of the
object you are trying to operate on was loaded before unserialize() gets
called or provide an autoloader to load the class definition in
/.../freemius/includes/entities/class-fs-plugin.php on line 134
I’m using Docket Cache plugin and I’ve discovered that the preload objects feature was causing this issue with the very ugly Freemius library. If I disable this in Docket Cache then error disappear from the logs.
The text was updated successfully, but these errors were encountered:
I’m getting the following warnings on my page when this plugin is active. It was identified by Query Monitor
FS_Plugin::__construct(): The script tried to access a property on an incomplete object. Please ensure that the class definition “FS_Plugin” of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition
🐞 bug report
Behavior:
What is the issue? (*)
This appears as a PHP warning:
What is the expected behavior?
No warning
I found this information online on something similar (also a Freemius SDK issue): https://wordpress.org/support/topic/error-message-related-to-this-plugin/ the important part goes:
The text was updated successfully, but these errors were encountered: