Conversation
supportHello, I get the following error occasionally in the dashboard Fatal error: Classes\Mail_Integration_365\Mail::send(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "TheNetworg\OAuth2\Client\Token\AccessToken" 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 /home/customer/www/growth-labs.co.uk/public_html/wp-content/plugins/mail-integration-365/classes/mail_integration_365/mail.php on line 151 Does this indicate that the client needs to reauthenticate their Mail365 account? Thanks
Anyone?
@one3rdnerd that message would suggest to me that the database still contains the pre-version 1.8.3 authentication object which isn’t namespaced. Version 1.8.3 onwards searches for a namespaced object in the database, hence you’ll get an error about an incomplete object, as the object exists but not as the plugin expects. To get around this, as stated on the main page of the plugin, you need to reauthorise to overwrite the object with the new namespaced object.
Hi @one3rdnerd I am closing this topic because it has become stale. This plugin has now come under new management. If you still have questions related to this plugin then please feel free to re-open this topic or create a new one. Thanks! – Marco
Anyone?
@one3rdnerd that message would suggest to me that the database still contains the pre-version 1.8.3 authentication object which isn’t namespaced. Version 1.8.3 onwards searches for a namespaced object in the database, hence you’ll get an error about an incomplete object, as the object exists but not as the plugin expects. To get around this, as stated on the main page of the plugin, you need to reauthorise to overwrite the object with the new namespaced object.
Hi @one3rdnerd I am closing this topic because it has become stale. This plugin has now come under new management. If you still have questions related to this plugin then please feel free to re-open this topic or create a new one. Thanks! – Marco