We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I'm getting this error and I cannot import subscriptions:
PHP Fatal error: Uncaught TypeError: WCS_Related_Order_Store_Cached_CPT::set_empty_renewal_order_cache(): Argument #1 ($subscription) must be of type WC_Subscription, bool given, called in /wp-includes/class-wp-hook.php on line 324 and defined in /wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/data-stores/class-wcs-related-order-store-cached-cpt.php:443 Stack trace: #0 /wp-includes/class-wp-hook.php(324): WCS_Related_Order_Store_Cached_CPT->set_empty_renewal_order_cache(false) #1 /wp-includes/plugin.php(205): WP_Hook->apply_filters(false, Array) #2 /wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/wcs-functions.php(198): apply_filters('wcs_created_sub...', false) #3 /wp-content/plugins/woocommerce-subscriptions-importer-exporter/includes/class-wcs-importer.php(345): wcs_create_subscription(Array) #4 /wp-content/plugins/woocommerce-subscriptions-importer-exporter/includes/class-wcs-importer.php(159): WCS_Importer::import_subscription(Array) #5 /wp-content/plugins/woocommerce-subscriptions-importer-exporter/includes/class-wcs-importer.php(80): WCS_Importer::import_start('/Users/davidper...', 7116, 10646) #6 /wp-content/plugins/woocommerce-subscriptions-importer-exporter/includes/class-wcs-import-admin.php(596): WCS_Importer::import_data(Array) #7 /wp-includes/class-wp-hook.php(324): WCS_Import_Admin->ajax_request_handler('') #8 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /wp-includes/plugin.php(517): WP_Hook->do_action(Array) #10 /wp-admin/admin-ajax.php(188): do_action('wp_ajax_wcs_imp...') #11 {main} thrown in /wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/data-stores/class-wcs-related-order-store-cached-cpt.php on line 443
Where could I resolve?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I'm getting this error and I cannot import subscriptions:
Where could I resolve?
The text was updated successfully, but these errors were encountered: