Title: Fatal error when changing order statuses
Last modified: September 12, 2022

---

# Fatal error when changing order statuses

 *  Resolved [Oliver](https://wordpress.org/support/users/kr2k/)
 * (@kr2k)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-when-changing-order-statuses/)
 * Hi!
 * I get a fatal error when changing order statuses to “completed” or “processing”
   when product in order has been deleted (returns `false` when called).
 * Error I get:
 * `CRITICAL Uncaught Error: Call to a member function is_type() on bool in .../
   wp-content/plugins/woo-gift-cards-lite/public/class-woocommerce-gift-cards-lite-
   public.php:858`
 * **I have made a temporary fix:**
 * Instead of using isset( $product ) on line 858, it should also check for false
   values, so that the following check for type `$product->is_type( 'wgm_gift_card')`
   would not fail.
 * I changed `isset( $product )` to `! empty( $product )`
 * Can you please fix this issue in the next version release?

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP Swings](https://wordpress.org/support/users/wpswings/)
 * (@wpswings)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-when-changing-order-statuses/#post-16003827)
 * Hello,
 * Thanks for pointing out the issue,
 * Our team will fix this in our next coming update.
 * Regards,

Viewing 1 replies (of 1 total)

The topic ‘Fatal error when changing order statuses’ is closed to new replies.

 * ![](https://ps.w.org/woo-gift-cards-lite/assets/icon-128x128.gif?rev=2903101)
 * [Ultimate Gift Cards for WooCommerce](https://wordpress.org/plugins/woo-gift-cards-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-gift-cards-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-gift-cards-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-gift-cards-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-gift-cards-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-gift-cards-lite/reviews/)

## Tags

 * [fatal](https://wordpress.org/support/topic-tag/fatal/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Swings](https://wordpress.org/support/users/wpswings/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-when-changing-order-statuses/#post-16003827)
 * Status: resolved