[resolved] Warning: Attempt to modify property of non-object […]

Home Page Forums WooCommerce Custom Tabs [resolved] Warning: Attempt to modify property of non-object […]

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

    Posts

  • #425

    Grzegorz

    Participant

    suddenly I got:
    Warning: Attempt to modify property of non-object in [...]/plugins/woocommerce-custom-tabs/woocommerce-custom-tabs.php on line 504

    I’ve fixed it by quick if statement:
    if($value->response[ plugin_basename(__FILE__) ]) unset($value->response[ plugin_basename(__FILE__) ]);

    #426

    WebshopLogic

    Keymaster

    Hi Grzegorz!

    Thank you for taking the time to let me know about this.
    We have fixed the problem as you suggested, it will be available in the next version (v1.0.6) in a few days.

    Regards,
    Peter Rath
    WebshopLogic

    #445

    WebshopLogic

    Keymaster

    The fix is available in v1.0.6, we have just issued.

    Best Regards,
    Peter Rath
    WebshopLogic

    #447

    Grzegorz

    Participant

    thx :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.