-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The script tried to execute a method or access a property of an incomplete object. #19
Comments
I was running into this error as well. I think the plugin is not supported anymore; I submitted a pull request (#14) last October, and the issue was never fixed. Unfortunately, You may want to consider forking the plugin and using that version instead. As for the fix, I was able to fix it with the following in replace:
with:
and replace:
with:
Hopefully that helps! |
Thank you @davist11 I applied that same fix to a fork for a project we are working on. |
Thank you @davist11
@mrnebbi would you consider forking and maintaining this plugin for a while? Shame to see it go abandoned. |
Getting this error a after doing a Craft 3 Update (Updated to V3.1.26)
lukeyouell\geocookie\services\GeoService::location(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "stdClass" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition
Attached is the full error page I get.
yii_base_ErrorException.htm.zip
The text was updated successfully, but these errors were encountered: