• Resolved codepuncher

    (@krypsin)


    We are seeing our error log being flooded with this:

    2025/09/16 13:30:55 [error] 35067#35067: *311437 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined property: stdClass::$store_id in /path/to/plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php on line 605” while reading response header from upstream, client: 66.249.66.15, server: http://www.example.co.uk, request: “GET /path/to/products/product-name/]?attribute-size=small HTTP/2.0”, upstream: “fastcgi://unix:/var/run/php8.1-fpm-example.sock:”, host: “www.example.co.uk:27050”

    Please can this be fixed.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support avinashcov

    (@avinashcov)

    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

    Thread Starter codepuncher

    (@krypsin)

    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?

    Plugin Support avinashcov

    (@avinashcov)

    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

    Thread Starter codepuncher

    (@krypsin)

    Hi @avinashcov ,

    Thanks for the update.
    I will check the logs tomorrow to see if anything new pops up.

    Thread Starter codepuncher

    (@krypsin)

    Great, looks like no more errors.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.