Hi @krypsin,
Thank you for creating this thread.
We have fixed this issue in our latest version of the plugin. Kindly update the plugin to V7.2.11.
If you still face any issues, you may reach out to us directly at info@conversios.io, and our Support Team will assist you further.
Regards
Team Conversios
Hi there,
Thanks for the update.
I can see that error is resolved but there are new ones still:
2025/09/19 14:16:42 [error] 35067#35067: *339203 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined property: stdClass::$data in /path/to/plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php on line 614PHP message: PHP Warning: Attempt to read property "store_id" on null in /path/to/plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php on line 614PHP message: PHP Warning: Undefined property: stdClass::$data in /path/to/plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php on line 614PHP message: PHP Warning: Attempt to read property "store_id" on null in /path/to/plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php on line 614" while reading response header from upstream, client: 45.32.183.128, server: www.example.co.uk, request: "HEAD /?statuscake HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.1-fpm-example.sock:", host: "www.example.co.uk:27050"
Looks like there is no error checking in the code:
$this->update_subscription_details_api_to_db();
$google_detail_res = $this->customApiObj->getGoogleAnalyticDetail();
$store_id = $google_detail_res->data->store_id;
Please can this be fixed too?
hi @krypsin,
Thank you for your comments and updates.
We have taken care of it in our latest version. Kindly switch the plugin to version V7.2.12.
If you still notice any issues further, kindly reach out to our support team at info@conversios.io, and they will be happy to assist you accordingly.
Regards
Hi @avinashcov ,
Thanks for the update.
I will check the logs tomorrow to see if anything new pops up.
Great, looks like no more errors.
Thanks!