Title: JavaScript error: createErrorNotice is null
Last modified: November 14, 2022

---

# JavaScript error: createErrorNotice is null

 *  Resolved [Gal Baras](https://wordpress.org/support/users/galbaras/)
 * (@galbaras)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/javascript-error-createerrornotice-is-null/)
 * In the plugin’s settings tab, when I click the “Save Changes” button, I get this
   on multiple sites (using v7.0.1):
 *     ```
       [DOMAIN]/wp-content/plugins/woocommerce-gateway-stripe/build/upe_settings.js?ver=3090bb72a7b597d59a77395b9fe52469
       Uncaught (in promise) TypeError: Cannot read properties of null (reading 'createErrorNotice')
           at o (upe_settings.js?ver=3090bb72a7b597d59a77395b9fe52469:1:27390)
           at o.next (<anonymous>)
           at redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:3686
           at t.any (redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:1732)
           at redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:3798
           at Array.some (<anonymous>)
           at n (redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:3773)
           at redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:3726
       ```
   
 * Settings seem to be saved.
 * Also, when clicking “Edit Keys”, the element `.components-modal__screen-overlay`
   appears at the bottom of the page, with all its contents squished to the left
   and layered on top of one another.
 * Given this element’s class, I’m guessing it should open on top of the page, so
   maybe there’s a script bug that inserts it into the wrong element?

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

 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/javascript-error-createerrornotice-is-null/#post-16197126)
 * Hello,
 * To better understand your site configuration, please share with us the following
   information:
 * > Also, when clicking “Edit Keys”, the element .components-modal__screen-overlay
   > appears at the bottom of the page, with all its contents squished to the left
   > and layered on top of one another.
 * Please send us a screenshot of what you see on your end, you can send screenshots
   via [https://snipboard.io](https://snipboard.io) – please follow the instructions
   on that page, then paste the URL in this thread.
 * Please send a copy of your site’s **System Status**? It can be found under **
   WooCommerce > Status**. Select “Get system report” and then “Copy for support”.
 * Looking forward to hearing from you.
 *  Thread Starter [Gal Baras](https://wordpress.org/support/users/galbaras/)
 * (@galbaras)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/javascript-error-createerrornotice-is-null/#post-16198368)
 * This is from one of my test sites:
 * Screen capture: [https://snipboard.io/n9RTaQ.jpg](https://snipboard.io/n9RTaQ.jpg)
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://dev.get-business-online.com/behappyinlife
       Site address (URL): https://dev.get-business-online.com/behappyinlife
       WC Version: 7.1.0
       REST API Version: ✔ 7.1.0
       WC Blocks Version: ✔ 8.7.5
       Action Scheduler Version: ✔ 3.5.3
       Log Directory Writable: ✔
       WP Version: 6.1
       WP Multisite: –
       WP Memory Limit: 256 MB
       WP Debug Mode: –
       WP Cron: –
       Language: en_AU
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: LiteSpeed
       PHP Version: 8.0.25
       PHP Post Max Size: 128 MB
       PHP Time Limit: 600
       PHP Max Input Vars: 3000
       cURL Version: 7.71.0
       OpenSSL/1.1.1p
   
       SUHOSIN Installed: –
       MySQL Version: 10.3.37-MariaDB
       Max Upload Size: 128 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 7.1.0
       WC Database Prefix: wpbhil_
       Total Database Size: 25.76MB
       Database Data Size: 19.42MB
       Database Index Size: 6.34MB
       wpbhil_woocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_woocommerce_downloadable_product_permissions: Data: 0.04MB + Index: 0.05MB + Engine MyISAM
       wpbhil_woocommerce_order_items: Data: 0.04MB + Index: 0.02MB + Engine MyISAM
       wpbhil_woocommerce_order_itemmeta: Data: 0.30MB + Index: 0.17MB + Engine MyISAM
       wpbhil_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       iwp_clone_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       IWP_processed_iterator: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_actionscheduler_actions: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
       wpbhil_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_actionscheduler_logs: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       wpbhil_cf7dbplugin_st: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
       wpbhil_cf7dbplugin_submits: Data: 3.52MB + Index: 2.38MB + Engine InnoDB
       wpbhil_commentmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
       wpbhil_comments: Data: 0.14MB + Index: 0.07MB + Engine MyISAM
       wpbhil_db7_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_es_deliverreport: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_es_emaillist: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_es_notification: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_es_sentdetails: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_et_bloom_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_ewwwio_images: Data: 0.91MB + Index: 0.36MB + Engine MyISAM
       wpbhil_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpbhil_itsec_bans: Data: 0.02MB + Index: 0.03MB + Engine MyISAM
       wpbhil_itsec_dashboard_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_itsec_distributed_storage: Data: 2.90MB + Index: 0.00MB + Engine MyISAM
       wpbhil_itsec_fingerprints: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpbhil_itsec_geolocation_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpbhil_itsec_lockouts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wpbhil_itsec_logs: Data: 0.78MB + Index: 0.12MB + Engine MyISAM
       wpbhil_itsec_mutexes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_itsec_opaque_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_itsec_temp: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wpbhil_itsec_user_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_iwp_backup_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpbhil_iwp_file_list: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_iwp_processed_iterator: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpbhil_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_litespeed_img_optm: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_options: Data: 1.23MB + Index: 0.12MB + Engine MyISAM
       wpbhil_postmeta: Data: 5.48MB + Index: 1.62MB + Engine MyISAM
       wpbhil_posts: Data: 2.23MB + Index: 0.38MB + Engine MyISAM
       wpbhil_rank_math_404_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_rank_math_internal_links: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
       wpbhil_rank_math_internal_meta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       wpbhil_rank_math_redirections: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_rank_math_redirections_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_redirection_404: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpbhil_redirection_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_redirection_items: Data: 0.03MB + Index: 0.04MB + Engine MyISAM
       wpbhil_redirection_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_termmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
       wpbhil_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_term_relationships: Data: 0.03MB + Index: 0.05MB + Engine MyISAM
       wpbhil_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       wpbhil_usermeta: Data: 0.19MB + Index: 0.11MB + Engine MyISAM
       wpbhil_users: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
       wpbhil_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_customer_lookup: Data: 0.03MB + Index: 0.03MB + Engine MyISAM
       wpbhil_wc_download_log: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wc_order_product_lookup: Data: 0.04MB + Index: 0.04MB + Engine MyISAM
       wpbhil_wc_order_stats: Data: 0.02MB + Index: 0.03MB + Engine MyISAM
       wpbhil_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_product_attributes_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_product_download_directories: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_woocommerce_gpf_google_taxonomy: Data: 0.86MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpfm_backup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlautoresponderemails: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmlautoresponders: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmlautorespondersforms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlautoresponderslists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlbounces: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlclicks: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmlcontents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlcountries: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
       wpbhil_wpmlemails: Data: 0.02MB + Index: 0.04MB + Engine MyISAM
       wpbhil_wpmlfields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmlfieldsforms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlfieldslists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlforms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlgroups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlhistoriesattachments: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlhistorieslists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlhistory: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmllatestposts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmllatestpostssubscriptions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmllinks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlmailinglists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmloptions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlorders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlposts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlsubscribermetas: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       wpbhil_wpmlsubscribers: Data: 0.06MB + Index: 0.05MB + Engine MyISAM
       wpbhil_wpmlsubscriberslists: Data: 0.02MB + Index: 0.04MB + Engine MyISAM
       wpbhil_wpmlsubscribersoptions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmltemplates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlthemes: Data: 0.11MB + Index: 0.00MB + Engine MyISAM
       wpbhil_wpmlunsubscribes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
   
       ### Post Type Counts ###
   
       attachment: 383
       flamingo_contact: 280
       flamingo_inbound: 367
       home_page: 4
       hrf_faq: 1
       itsec-dash-card: 5
       itsec-dashboard: 1
       iwp_log: 2820
       nav_menu_item: 96
       newsletter: 4
       oembed_cache: 15
       page: 76
       portfolio: 1
       post: 43
       product: 7
       product_variation: 37
       product-feed: 1
       products: 1
       shop_coupon: 12
       shop_order: 370
       shop_order_refund: 7
       slider: 3
       taxopress_logs: 1
       testimonial: 279
       wpcf7_contact_form: 5
       wpsc-product: 1
       wysijap: 1
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (30) ###
   
       InfiniteWP - Client: by Revmakx – 1.9.9
       Akismet Anti-Spam: by Automattic – 5.0.1
       Angell EYE Updater: by Angell EYE – 2.0.17
       iThemes Security: by iThemes – 8.1.3
       Classic Editor: by WordPress Contributors – 1.6.2
       Contact Form 7 - Dynamic Text Extension: by Chris Mavricos
       SevenSpark – 2.0.3
   
       Honeypot for Contact Form 7: by Nocean – 2.1.1
       Contact Form 7: by Takayuki Miyoshi – 5.6.4
       Currency Switcher for WooCommerce: by WP Wham – 2.15.1
       Disable Bloat for WordPress & WooCommerce: by Disable Bloat – 3.0.3
       Disable Genesis Schema: by Bill Erickson – 1.0
       Easy Testimonials: by Gold Plugins – 3.9.2
       EWWW Image Optimizer: by Exactly WWW – 6.9.2
       Flamingo: by Takayuki Miyoshi – 2.3
       Get Business Online Customisations: by Get Business Online Consulting – 3.41
       Genesis Shortcode Generator: by Josh Mallard – 2.0.1
       OMGF: by Daan from Daan.dev – 5.4.3
       Image Regenerate & Select Crop: by Iulia Cazan – 6.2.2
       Jetpack: by Automattic – 11.5.1
       Linear Checkout for WooCommerce by Cartimize: by Cartimize – 1.1.6
       LuckyWP Table of Contents: by LuckyWP – 2.1.4
       Media File Renamer: by Jordy Meow – 5.5.0
       PayPal for WooCommerce: by Angell EYE – 3.0.40
       Redirection: by John Godley – 5.3.5
       Rank Math SEO PRO: by Rank Math – 3.0.24
       Rank Math SEO: by Rank Math – 1.0.102
       TaxoPress: by TaxoPress – 3.6.4
       WooCommerce Stripe Gateway: by WooCommerce – 7.0.1
       WooCommerce: by Automattic – 7.1.0
       WP Sitemap Page: by Tony Archambeau – 1.9.2
   
       ### Inactive Plugins (8) ###
   
       CAOS: by Daan from Daan.dev – 4.4.5
       MonsterInsights - eCommerce Addon: by MonsterInsights Team – 8.2.0
       MonsterInsights Pro: by MonsterInsights – 8.2.0
       Newsletters: by Tribulant – 4.8.6
       Newsletters - Google Analytics: by Tribulant Software – 1.3.1
       Newsletters - WooCommerce Subscribers: by Tribulant – 1.2
       WP Fastest Cache: by Emre Vona – 1.0.7
       WP Fastest Cache Premium: by Emre Vona – 1.6.2
   
       ### Dropin Plugins (2) ###
   
       advanced-cache.php: advanced-cache.php
       maintenance.php: maintenance.php
   
       ### Must Use Plugins (1) ###
   
       InfiniteWP - Client Loader: by Revmakx – 1.0.1
   
       ### Settings ###
   
       API Enabled: ✔
       Force SSL: ✔
       Currency: AUD ($)
       Currency Position: left
       Thousand Separator: ,
       Decimal Separator: .
       Number of Decimals: 2
       Taxonomies: Product Types: external (external)
       grouped (grouped)
       simple (simple)
       variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
       exclude-from-search (exclude-from-search)
       featured (featured)
       outofstock (outofstock)
       rated-1 (rated-1)
       rated-2 (rated-2)
       rated-3 (rated-3)
       rated-4 (rated-4)
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
       Enforce Approved Product Download Directories: –
   
       ### WC Pages ###
   
       Shop base: #937 - /books-products/
       Cart: #1129 - /cart/
       Checkout: #1130 - /checkout/
       My account: #1132 - /my-account/
       Terms and conditions: ❌ Page not set
   
       ### Theme ###
   
       Name: Beautiful Pro Theme
       Version: 1.1
       Author URL: https://www.studiopress.com/
       Child Theme: ✔
       Parent Theme Name: Genesis
       Parent Theme Version: 3.4.0
       Parent Theme Author URL: https://www.studiopress.com/
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: beautiful-pro/woocommerce/emails/email-styles.php
   
       ### Currency Switcher Settings ###
   
       WooCommerce Currency Switcher Plugin: yes
       Currency switcher on per product basis: yes
       Revert to shop's default currency on checkout: no
       Apply currency conversion to fixed amount coupons: yes
       Add currency selector for fixed amount coupons: no
       Apply currency conversion to shipping amount: 
       Apply currency conversion to minimum order amount required for free shipping: yes
       Apply currency conversion to cart fees: yes
       Apply currency conversion to WooCommerce Price Filter Widget: 
       Switcher placement: Array
       (
           [0] => single_page_after_price_select
       )
       Switcher wrapper: %currency_switcher%
       Switcher item format: %currency_code%
       Link list switcher separator: 
       Reposition page after currency switch: yes
       Rounding: round
       Number of decimals: 2
       Make "pretty price": no
       Apply rounding and "pretty price" to shipping rates: no
       Apply rounding and "pretty price" to shop's default currency: no
       Order currency: no
       Format price: no
       Currencies: 
       Currency (shop's default): [AUD] Australian dollar
       Total additional currencies: 1
       Additional currency #1: yes
       alg_currency_switcher_currency_1: USD
       Exchange Rates: 
       Exchange rates updates: daily
       Exchange rates server: ecb
       Free Currency Converter API Key: not set
       CoinMarketCap API Key: 
       Exchange rates offset: 0
       #1 AUD/USD (United States (US) dollar): 0.66679604
       alg_currency_switcher_exchange_rate_server_AUD_USD: default
       alg_currency_switcher_exchange_rate_offset_type_AUD_USD: default
       percent: 0
       Currency Countries (by IP): 
       Currency Countries (by IP): 
       Enter countries as comma separated text: 
       Override country: 
       #1 [USD] United States (US) dollar: Array
       (
           [0] => 
       )
       Currency Languages (Locales): 
       Currency Languages (Locales): 
       Enter locales as comma separated text: 
       Always use locale to assign currency: 
       #1 [USD] United States (US) dollar: Array
       (
           [0] => 
       )
       Price Formats: yes
       #0 [AUD] Australian dollar: left
       Additional currency code position (optional): none
       Thousand separator: ,
       Decimal separator: .
       Number of decimals: 2
       Currency Symbol: AUD
       #1 [USD] United States (US) dollar: left
       Additional currency code position (optional): none
       Thousand separator: ,
       Decimal separator: .
       Number of decimals: 2
       Currency Symbol: USD
       Flags: 
       #0 [AUD] Australian dollar: 
       #1 [USD] United States (US) dollar: 
       Price conversion method: 
       Fix mini cart: yes
       Disable on URI: 
       Additional price filters: 
       Price filters to remove: 
       Session save path: 
   
       ### Admin ###
   
       Enabled Features: activity-panels
       analytics
       coupons
       customer-effort-score-tracks
       experimental-products-task
       experimental-import-products-task
       experimental-fashion-sample-products
       shipping-smart-defaults
       shipping-setting-tour
       homescreen
       marketing
       multichannel-marketing
       mobile-app-banner
       navigation
       onboarding
       onboarding-tasks
       remote-inbox-notifications
       remote-free-extensions
       payment-gateway-suggestions
       shipping-label-banner
       subscriptions
       store-alerts
       transient-notices
       woo-mobile-welcome
       wc-pay-promotion
       wc-pay-welcome-page
   
       Disabled Features: minified-js
       new-product-management-experience
       settings
   
       Daily Cron: ✔ Next scheduled: 2022-11-15 01:04:38 +10:00
       Options: ✔
       Notes: 62
       Onboarding: completed
   
       ### Action Scheduler ###
   
       Complete: 36
       Oldest: 2022-10-16 04:35:17 +1000
       Newest: 2022-11-15 08:05:33 +1000
   
       Failed: 11
       Oldest: 2022-09-18 04:20:20 +1000
       Newest: 2022-10-18 05:50:18 +1000
   
       Pending: 2
       Oldest: 2022-11-16 08:05:33 +1000
       Newest: 2022-11-18 14:35:37 +1000
   
       ### Status report information ###
   
       Generated at: 2022-11-15 10:31:04 +10:00
       ```
   

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

The topic ‘JavaScript error: createErrorNotice is null’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=3177277)
 * [WooCommerce Stripe Payment Gateway](https://wordpress.org/plugins/woocommerce-gateway-stripe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-gateway-stripe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Gal Baras](https://wordpress.org/support/users/galbaras/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/javascript-error-createerrornotice-is-null/#post-16198368)
 * Status: resolved