mrgrooves
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedThank you, Emre!
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedYou bet I will! ??
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedWell, it worked, but with errors. The carts were getting recovered. I added an exclude condition now similar to your suggestion (no regex) and the cart recovery works.
Thank you very much for pointing me in the right direction with regards to the regex warning.
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedI can’t exclude it, as we have already confirmed this with 100% certainty to be the issue. Without that specific rule, all abandoned cart urls were defaulting to the homepage. Unless you implemented some changes to the plugin since July 11, 2023 that would automatically exclude all URLs with string queries, there is no reason why it would now work.
Did you implement any such change?
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedThere is a need, I am afraid. The cart rebuilding was not working without it and it took us ages to figure out the issue. Once I added the exclusion rule, the function worked.
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedDone. I added the rule like this now. It should work the same, but without the error, right?
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedHere.
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedAccording to ChatGPT (if it is of any help):
Potential Solution:
- The problem might be caused by the contents of
$value->content
not being a properly formatted regex pattern. It’s possible that$value->content
contains special regex characters that need to be escaped, or it forms an invalid regex pattern. - To fix this, you can use
preg_quote()
to escape any special regex characters in$value->content
. Here’s the modified line of code:
if(preg_match("/".preg_quote($value->content, '/')."/i", $request_url)){
preg_quote()
will escape any regex special characters in$value->content
, making it safe to use inpreg_match()
. The second parameter'/
‘ is to escape any slashes since your regex pattern is delimited by slashes.
Forum: Plugins
In reply to: [WP Fastest Cache] Apache error: preg_match(): Compilation failedEvery couple of minutes. I’ve gone back only to yesterday through the log and there are hundreds of such warnings in that time span.
A while after emptying cache the plugin updated the poster. So, we are all good now.
Thank you. It is a wonderful tool!
Forum: Plugins
In reply to: [WooCommerce] BUG: Can’t dismiss WooCommerce notice on outdated theme filesThanks, Igor.
I turned on the troubleshooting mode in the WP Tools and when I enabled WooCommerce, the notification was gone. It hasn’t reappeared, so hopefully that fixed it.
Forum: Plugins
In reply to: [WooCommerce] BUG: Can’t dismiss WooCommerce notice on outdated theme files@anastas10s We updated those couple of template files, but the issue remains.
I realized that the updating those templates would of course have no impact since we only customized the front end and NOT the admin. I am trying to dismiss WooCommerce admin message and what we do with the templates front-end has no relevance or impact to it.
So, I can only conclude that this is a bug in WooCommerce.
I’ll try to attach a screenshot here, so that there is no misunderstanding.
https://drive.google.com/file/d/1SCzgyWW_CRo_y6t3KeLZK94xha0Be1Sb/view?usp=share_link
- This reply was modified 1 year, 10 months ago by mrgrooves. Reason: Can't insert an image into this dumb-ass WP support forum
Forum: Plugins
In reply to: [WooCommerce] BUG: Can’t dismiss WooCommerce notice on outdated theme filesThank you. I’ll look into that and hopefully that will fix it. I’ll be back if not ??
Forum: Plugins
In reply to: [WooCommerce] BUG: Can’t dismiss WooCommerce notice on outdated theme files### WordPress Environment ### WordPress address (URL): https://library.gorangrooves.com Site address (URL): https://library.gorangrooves.com WC Version: 7.2.1 REST API Version: ? 7.2.1 WC Blocks Version: ? 8.9.2 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 6.1.1 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ? Language: en_US External object cache: ? ### Server Environment ### Server Info: Apache PHP Version: 7.4.33 PHP Post Max Size: 24 MB PHP Time Limit: 60 PHP Max Input Vars: 1000 cURL Version: 7.58.0 OpenSSL/1.1.1 SUHOSIN Installed: – MySQL Version: 5.5.5-10.1.48-MariaDB-0ubuntu0.18.04.1 Max Upload Size: 16 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 7.2.1 WC Database Prefix: qaNlPQ_ Total Database Size: 123.68MB Database Data Size: 94.28MB Database Index Size: 29.40MB qaNlPQ_woocommerce_sessions: Data: 0.95MB + Index: 0.03MB + Engine MyISAM qaNlPQ_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM qaNlPQ_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_downloadable_product_permissions: Data: 2.79MB + Index: 3.00MB + Engine MyISAM qaNlPQ_woocommerce_order_items: Data: 0.34MB + Index: 0.20MB + Engine MyISAM qaNlPQ_woocommerce_order_itemmeta: Data: 3.73MB + Index: 1.55MB + Engine MyISAM qaNlPQ_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_actionscheduler_actions: Data: 6.02MB + Index: 3.20MB + Engine InnoDB qaNlPQ_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_actionscheduler_logs: Data: 3.02MB + Index: 3.03MB + Engine InnoDB qaNlPQ_ac_abandoned_cart_history_lite: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_ac_email_templates_lite: Data: 0.01MB + Index: 0.00MB + Engine MyISAM qaNlPQ_ac_guest_abandoned_cart_history_lite: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_ac_sent_history_lite: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_aiowps_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_aiowps_failed_logins: Data: 0.08MB + Index: 0.08MB + Engine InnoDB qaNlPQ_aiowps_global_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_aiowps_login_activity: Data: 0.34MB + Index: 0.00MB + Engine InnoDB qaNlPQ_aiowps_login_lockdown: Data: 0.02MB + Index: 0.05MB + Engine InnoDB qaNlPQ_aiowps_permanent_block: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_as3cf_items: Data: 1.52MB + Index: 0.33MB + Engine InnoDB qaNlPQ_betterdocs_analytics: Data: 0.45MB + Index: 1.08MB + Engine InnoDB qaNlPQ_betterdocs_search_keyword: Data: 0.05MB + Index: 0.00MB + Engine InnoDB qaNlPQ_betterdocs_search_log: Data: 0.06MB + Index: 0.03MB + Engine InnoDB qaNlPQ_bv_fw_requests: Data: 1.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_bv_ip_store: Data: 1.52MB + Index: 0.50MB + Engine InnoDB qaNlPQ_bv_lp_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_cfs_sessions: Data: 0.03MB + Index: 0.01MB + Engine MyISAM qaNlPQ_cfs_values: Data: 0.03MB + Index: 0.05MB + Engine MyISAM qaNlPQ_commentmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM qaNlPQ_comments: Data: 3.38MB + Index: 0.74MB + Engine MyISAM qaNlPQ_dgwt_wcas_index: Data: 0.05MB + Index: 0.02MB + Engine InnoDB qaNlPQ_dgwt_wcas_invindex_doclist: Data: 2.14MB + Index: 2.59MB + Engine InnoDB qaNlPQ_dgwt_wcas_invindex_wordlist: Data: 0.27MB + Index: 0.17MB + Engine InnoDB qaNlPQ_dgwt_wcas_stats: Data: 0.11MB + Index: 0.00MB + Engine InnoDB qaNlPQ_eg_grids: Data: 0.08MB + Index: 0.01MB + Engine MyISAM qaNlPQ_eg_item_elements: Data: 0.01MB + Index: 0.01MB + Engine MyISAM qaNlPQ_eg_item_skins: Data: 0.69MB + Index: 0.01MB + Engine MyISAM qaNlPQ_eg_navigation_skins: Data: 0.08MB + Index: 0.01MB + Engine MyISAM qaNlPQ_fbv: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_fbv_attachment_folder: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_gl_coupon_ip: Data: 0.06MB + Index: 0.00MB + Engine InnoDB qaNlPQ_itsec_bans: Data: 0.02MB + Index: 0.03MB + Engine InnoDB qaNlPQ_itsec_distributed_storage: Data: 3.05MB + Index: 0.00MB + Engine MyISAM qaNlPQ_itsec_fingerprints: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_itsec_geolocation_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_itsec_lockouts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_itsec_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_itsec_mutexes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_itsec_opaque_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_itsec_temp: Data: 0.21MB + Index: 0.20MB + Engine MyISAM qaNlPQ_itsec_user_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_omnisend_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_options: Data: 11.73MB + Index: 0.96MB + Engine MyISAM qaNlPQ_podsrel: Data: 0.02MB + Index: 0.06MB + Engine InnoDB qaNlPQ_postmeta: Data: 12.24MB + Index: 4.50MB + Engine MyISAM qaNlPQ_posts: Data: 21.70MB + Index: 0.45MB + Engine MyISAM qaNlPQ_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_css_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_revslider_sliders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_sliders_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_slides: Data: 0.08MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_sib_model_contact: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_solid_affiliates_bulk_payouts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_solid_affiliate_affiliates: Data: 0.02MB + Index: 0.05MB + Engine InnoDB qaNlPQ_solid_affiliate_affiliate_customer_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB qaNlPQ_solid_affiliate_affiliate_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_solid_affiliate_affiliate_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB qaNlPQ_solid_affiliate_affiliate_product_rates: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_solid_affiliate_creatives: Data: 0.02MB + Index: 0.03MB + Engine InnoDB qaNlPQ_solid_affiliate_payouts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB qaNlPQ_solid_affiliate_referrals: Data: 0.22MB + Index: 0.11MB + Engine InnoDB qaNlPQ_solid_affiliate_store_credit_transactions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB qaNlPQ_solid_affiliate_visits: Data: 0.52MB + Index: 0.30MB + Engine InnoDB qaNlPQ_srfw_post_templates: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_srfw_reviews: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM qaNlPQ_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM qaNlPQ_term_relationships: Data: 0.01MB + Index: 0.03MB + Engine MyISAM qaNlPQ_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM qaNlPQ_tinvwl_analytics: Data: 0.05MB + Index: 0.02MB + Engine InnoDB qaNlPQ_tinvwl_items: Data: 0.04MB + Index: 0.01MB + Engine MyISAM qaNlPQ_tinvwl_lists: Data: 0.01MB + Index: 0.01MB + Engine MyISAM qaNlPQ_usermeta: Data: 3.99MB + Index: 2.71MB + Engine MyISAM qaNlPQ_users: Data: 0.31MB + Index: 0.28MB + Engine MyISAM qaNlPQ_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wc_admin_notes: Data: 0.09MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wc_customer_lookup: Data: 0.23MB + Index: 0.25MB + Engine InnoDB qaNlPQ_wc_download_log: Data: 0.44MB + Index: 0.39MB + Engine MyISAM qaNlPQ_wc_fs_licensed_products: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_fs_license_key_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_fs_product_licenses_keys: Data: 2.52MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wc_fs_product_licenses_keys_generator_rules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_fs_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_order_coupon_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB qaNlPQ_wc_order_product_lookup: Data: 0.48MB + Index: 0.48MB + Engine InnoDB qaNlPQ_wc_order_stats: Data: 0.27MB + Index: 0.30MB + Engine InnoDB qaNlPQ_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB qaNlPQ_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB qaNlPQ_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfBadLeechers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfBlockedCommentLog: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfBlockedIPLog: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfBlocks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfBlocksAdv: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfConfig: Data: 0.23MB + Index: 0.01MB + Engine MyISAM qaNlPQ_wfCrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfFileMods: Data: 1.29MB + Index: 0.20MB + Engine MyISAM qaNlPQ_wfHits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfHoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfIssues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfKnownFileList: Data: 0.65MB + Index: 0.09MB + Engine MyISAM qaNlPQ_wfLeechers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfLockedOut: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfLocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfLogins: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfNet404s: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfNotifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfPendingIssues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfReverseCache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfScanners: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfSNIPCache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfStatus: Data: 0.03MB + Index: 0.02MB + Engine MyISAM qaNlPQ_wfThrottleLog: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wfVulnScanners: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_woochimp_scheduled_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wpfb_badges: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_floats: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_getapps_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_gettwitter_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_nofitifcation_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_post_templates: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_reviewfunnel: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_reviews: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfb_total_averages: Data: 0.02MB + Index: 0.02MB + Engine InnoDB qaNlPQ_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB qaNlPQ_wpml_mails: Data: 3.50MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wptao_events: Data: 0.02MB + Index: 0.01MB + Engine MyISAM qaNlPQ_wptao_events_meta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM qaNlPQ_wptao_events_tags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wptao_fingerprints: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wptao_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM qaNlPQ_wptao_users_meta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM qaNlPQ_wptao_users_tags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM ### Post Type Counts ### _pods_group: 2 _pods_pod: 4 acf-field: 1 acf-field-group: 1 attachment: 563 cfs: 13 custom_css: 2 customize_changeset: 2 docs: 23 nav_menu_item: 19 oembed_cache: 1 page: 37 post: 11 product: 45 revision: 17 shop_coupon: 35 shop_order: 2646 shop_order_refund: 13 shortcoder: 12 vc_grid_item: 2 vc_settings_preset: 6 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (60) ### FS License Manager: by Firas Saidi – 4.4.8 Adaptive Images for WordPress: by Nevma – 0.6.72 Advanced Custom Fields: by Delicious Brains – 5.12.3 FiboSearch - AJAX Search for WooCommerce (Pro): by FiboSearch Team – 1.21.1 All-in-One WP Migration Unlimited Extension: by ServMask – 2.47 All-in-One WP Migration: by ServMask – 7.69 All In One WP Security: by All In One WP Security & Firewall Team – 5.1.4 WP Offload Media: by Delicious Brains – 3.1.0 Angell EYE Updater: by Angell EYE – 2.0.17 BetterDocs Pro: by WPDeveloper – 2.2.2 BetterDocs: by WPDeveloper – 2.2.2 WordPress Backup & Security Plugin - BlogVault: by Backup by BlogVault – 4.84 Bulk Regenerate Download Permissions for WooCommerce Orders Pro: by WP Wham – 1.4.3 Change Case: by Michael Aronoff – 2.3 Custom Ajax By JO: by – Custom Field Suite: by Matt Gibbs – 2.6.2.1 Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 4.5 GTM4WP: by Thomas Geiger – 1.16.2 Email Encoder - Protect Email Addresses: by Ironikus – 2.1.3 Enable Media Replace: by ShortPixel – 4.0.1 Essential Grid: by ThemePunch – 3.0.15 FileBird: by Ninja Team – 5.0.8 Site Kit by Google: by Google – 1.90.0 Health Check & Troubleshooting: by The www.ads-software.com community – 1.5.1 jQuery Updater: by Ramoonus – 3.6.1 WPBakery Page Builder: by Michael M - WPBakery.com – 6.10.0 Omnisend for Woocommerce: by Omnisend – 1.10.8 OneSignal Push Notifications: by OneSignal – 2.3.3 PayPal for WooCommerce: by Angell EYE – 3.1.0 PixelYourSite: by PixelYourSite – 9.2.2 Pods - Custom Content Types and Fields: by Pods Framework Team – 2.8.7 Redis Object Cache: by Till Krüss – 2.2.2 Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.5 Review Slider for WooCommerce: by LJ Apps – 1.2 Slider Revolution: by ThemePunch – 6.6.7 Safe SVG: by 10up – 2.0.3 Shortcoder: by Aakash Chakravarthy – 6.1 Show Current Template: by JOTAKI Taisuke – 0.4.6 Simple Revisions Delete by bweb: by Brice CAPOBIANCO – 1.5.1 Solid Affiliate: by Solid Plugins – 1.0.35 TI WooCommerce Wishlist: by TemplateInvaders – 2.0.17 Advanced Editor Tools (previously TinyMCE Advanced): by Automattic – 5.6.0 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.24 WavePlayer: by Luigi Pulcini – 2.4.4 WooCommerce Coupon Limit (IP): by Gorangrooves – 1.0.0 WooCommerce Dynamic Pricing & Discounts(Customized): by RightPress – 2.4.3 CTX Feed Pro: by WebAppick Author – 5.4.9 Woo Custom Downloads: by GoranGrooves – 4.5.0 Premmerce Permalink Manager for WooCommerce: by premmerce – 2.3.7 Woocommerce Add to cart Ajax for variable products: by Rishi Mehta - Rcreators Websolutions – 2.2 WooCommerce Email Test: by RaiserWeb – 1.2.2 WooCommerce Filter Orders by Product: by Kowsar Hossain – 3.2.1 PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 3.2.6 WooCommerce: by Automattic – 7.2.1 WP Fastest Cache Premium: by Emre Vona – 1.6.8 WP Fastest Cache: by Emre Vona – 1.0.9 WP Mail SMTP: by WPForms – 3.7.0 WP Review Slider Pro (Premium): by LJ Apps – 11.4.8 WPFront Scroll Top: by Syam Mohan – 2.0.7.08086 Embed Plus YouTube WordPress Plugin: by Embed Plus YouTube Plugin Team – 14.1.4.1 ### Inactive Plugins (0) ### ### Dropin Plugins (1) ### object-cache.php: Redis Object Cache Drop-In ### Must Use Plugins (2) ### aios-firewall-loader.php: by – Health Check Troubleshooting Mode: by – 1.8.0 ### Settings ### API Enabled: ? Force SSL: – Currency: USD ($) 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: – Order datastore: WC_Order_Data_Store_CPT ### WC Pages ### Shop base: #350 - /shop/ Cart: #351 - /cart/ Checkout: #352 - /checkout/ My account: #353 - /my-account/ Terms and conditions: #1472 - /terms-and-conditions/ ### Theme ### Name: GoranGrooves Library Version: 1.0.0 Author URL: Child Theme: ? – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ? ### Templates ### Overrides: Library/woocommerce/archive-product.php version - is out of date. The core version is 3.4.0 Library/woocommerce/auth/footer.php Library/woocommerce/auth/form-grant-access.php version 2.4.0 is out of date. The core version is 4.3.0 Library/woocommerce/auth/form-login.php version 2.4.0 is out of date. The core version is 7.0.1 Library/woocommerce/auth/header.php Library/woocommerce/cart/cart-empty.php version 2.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/cart/cart-item-data.php Library/woocommerce/cart/cart-shipping.php version 2.5.0 is out of date. The core version is 3.6.0 Library/woocommerce/cart/cart-totals.php Library/woocommerce/cart/cart.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/cart/cross-sells.php version 3.0.0 is out of date. The core version is 4.4.0 Library/woocommerce/cart/mini-cart.php version 2.5.0 is out of date. The core version is 5.2.0 Library/woocommerce/cart/proceed-to-checkout-button.php version 2.4.0 is out of date. The core version is 7.0.1 Library/woocommerce/cart/shipping-calculator.php version 2.0.8 is out of date. The core version is 7.0.1 Library/woocommerce/checkout/cart-errors.php version 2.4.0 is out of date. The core version is 3.5.0 Library/woocommerce/checkout/form-billing.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/checkout/form-checkout.php version 2.3.0 is out of date. The core version is 3.5.0 Library/woocommerce/checkout/form-coupon.php version 2.2 is out of date. The core version is 7.0.1 Library/woocommerce/checkout/form-login.php version 2.0.0 is out of date. The core version is 3.8.0 Library/woocommerce/checkout/form-pay.php version 2.5.0 is out of date. The core version is 7.0.1 Library/woocommerce/checkout/form-shipping.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/checkout/payment-method.php version 2.3.0 is out of date. The core version is 3.5.0 Library/woocommerce/checkout/payment.php version 2.5.0 is out of date. The core version is 7.0.1 Library/woocommerce/checkout/review-order.php version 2.3.0 is out of date. The core version is 5.2.0 Library/woocommerce/checkout/terms.php version 2.5.0 is out of date. The core version is 3.4.0 Library/woocommerce/checkout/thankyou.php version 3.0.0 is out of date. The core version is 3.7.0 Library/woocommerce/content-product.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/content-single-product.php version 1.6.4 is out of date. The core version is 3.6.0 Library/woocommerce/content-widget-product.php version 2.5.0 is out of date. The core version is 3.5.5 Library/woocommerce/emails/admin-cancelled-order.php version 2.5.0 is out of date. The core version is 4.1.0 Library/woocommerce/emails/admin-failed-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/admin-new-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-completed-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-invoice.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-new-account.php version 1.6.4 is out of date. The core version is 6.0.0 Library/woocommerce/emails/customer-note.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-on-hold-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-processing-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-refunded-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/customer-reset-password.php version 2.0.0 is out of date. The core version is 4.0.0 Library/woocommerce/emails/email-addresses.php version 3.0.0 is out of date. The core version is 5.6.0 Library/woocommerce/emails/email-customer-details.php Library/woocommerce/emails/email-downloads.php Library/woocommerce/emails/email-footer.php version 2.3.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/email-header.php version 2.4.0 is out of date. The core version is 4.0.0 Library/woocommerce/emails/email-order-details.php version 3.0.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/email-order-items.php version 3.4.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/email-styles.php version 2.3.0 is out of date. The core version is 4.0.0 Library/woocommerce/emails/plain/admin-cancelled-order.php version 2.5.0 is out of date. The core version is 4.1.0 Library/woocommerce/emails/plain/admin-failed-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/admin-new-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-completed-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-invoice.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-new-account.php version 2.0.0 is out of date. The core version is 6.0.0 Library/woocommerce/emails/plain/customer-note.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-on-hold-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-processing-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-refunded-order.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/customer-reset-password.php version 2.3.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/email-addresses.php version 2.2.0 is out of date. The core version is 5.6.0 Library/woocommerce/emails/plain/email-customer-details.php version 2.5.0 is out of date. The core version is 3.4.0 Library/woocommerce/emails/plain/email-order-details.php version 2.5.0 is out of date. The core version is 3.7.0 Library/woocommerce/emails/plain/email-order-items.php version 3.0.0 is out of date. The core version is 5.2.0 Library/woocommerce/global/breadcrumb.php Library/woocommerce/global/form-login.php version 2.1.0 is out of date. The core version is 7.0.1 Library/woocommerce/global/quantity-input.php version 2.5.0 is out of date. The core version is 7.2.1 Library/woocommerce/global/sidebar.php Library/woocommerce/global/wrapper-end.php version 1.6.4 is out of date. The core version is 3.3.0 Library/woocommerce/global/wrapper-start.php version 1.6.4 is out of date. The core version is 3.3.0 Library/woocommerce/loop/add-to-cart.php version 3.0.0 is out of date. The core version is 3.3.0 Library/woocommerce/loop/loop-end.php Library/woocommerce/loop/loop-start.php version 2.0.0 is out of date. The core version is 3.3.0 Library/woocommerce/loop/no-products-found.php Library/woocommerce/loop/orderby.php version 2.2.0 is out of date. The core version is 3.6.0 Library/woocommerce/loop/pagination.php version 2.2.2 is out of date. The core version is 3.3.1 Library/woocommerce/loop/price.php Library/woocommerce/loop/rating.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/loop/result-count.php version 3.0.0 is out of date. The core version is 3.7.0 Library/woocommerce/loop/sale-flash.php Library/woocommerce/myaccount/dashboard.php version 2.6.0 is out of date. The core version is 4.4.0 Library/woocommerce/myaccount/downloads.php version 3.0.0 is out of date. The core version is 3.2.0 Library/woocommerce/myaccount/form-add-payment-method.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/form-edit-account.php version 2.6.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/form-edit-address.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/form-login.php version 2.6.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/form-lost-password.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/form-reset-password.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/lost-password-confirmation.php version 2.6.0 is out of date. The core version is 3.9.0 Library/woocommerce/myaccount/my-account.php version 2.6.0 is out of date. The core version is 3.5.0 Library/woocommerce/myaccount/my-address.php Library/woocommerce/myaccount/my-downloads.php Library/woocommerce/myaccount/my-orders.php Library/woocommerce/myaccount/navigation.php Library/woocommerce/myaccount/orders.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/myaccount/payment-methods.php Library/woocommerce/myaccount/view-order.php Library/woocommerce/notices/error.php version 1.6.4 is out of date. The core version is 3.9.0 Library/woocommerce/notices/notice.php version 1.6.4 is out of date. The core version is 3.9.0 Library/woocommerce/notices/success.php version 1.6.4 is out of date. The core version is 3.9.0 Library/woocommerce/order/order-again.php Library/woocommerce/order/order-details-customer.php version 3.0.0 is out of date. The core version is 5.6.0 Library/woocommerce/order/order-details.php version 3.0.0 is out of date. The core version is 4.6.0 Library/woocommerce/product-searchform.php version 2.5.0 is out of date. The core version is 7.0.1 Library/woocommerce/single-product/add-to-cart/external.php version 2.1.0 is out of date. The core version is 7.0.1 Library/woocommerce/single-product/add-to-cart/grouped.php version 3.0.6 is out of date. The core version is 7.0.1 Library/woocommerce/single-product/add-to-cart/simple.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/single-product/add-to-cart/variable.php version 2.5.0 is out of date. The core version is 6.1.0 Library/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php version 3.0.0 is out of date. The core version is 7.0.1 Library/woocommerce/single-product/add-to-cart/variation.php Library/woocommerce/single-product/meta.php Library/woocommerce/single-product/photoswipe.php Library/woocommerce/single-product/price.php Library/woocommerce/single-product/product-attributes.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/single-product/product-image.php version 3.0.2 is out of date. The core version is 3.5.1 Library/woocommerce/single-product/product-thumbnails.php version 3.0.2 is out of date. The core version is 3.5.1 Library/woocommerce/single-product/rating.php version 2.3.2 is out of date. The core version is 3.6.0 Library/woocommerce/single-product/related.php version 3.0.0 is out of date. The core version is 3.9.0 Library/woocommerce/single-product/review-meta.php version 3.0.0 is out of date. The core version is 3.4.0 Library/woocommerce/single-product/review-rating.php version 3.0.0 is out of date. The core version is 3.6.0 Library/woocommerce/single-product/review.php Library/woocommerce/single-product/sale-flash.php Library/woocommerce/single-product/share.php version 1.6.4 is out of date. The core version is 3.5.0 Library/woocommerce/single-product/short-description.php version 1.6.4 is out of date. The core version is 3.3.0 Library/woocommerce/single-product/stock.php Library/woocommerce/single-product/tabs/additional-information.php Library/woocommerce/single-product/tabs/description.php Library/woocommerce/single-product/tabs/tabs.php version 2.4.0 is out of date. The core version is 3.8.0 Library/woocommerce/single-product/title.php Library/woocommerce/single-product/up-sells.php Library/woocommerce/single-product-reviews.php version 2.3.2 is out of date. The core version is 4.3.0 Library/woocommerce/single-product.php Library/woocommerce/content-product_cat.php version 2.6.1 is out of date. The core version is 4.7.0 Library/woocommerce/taxonomy-product_cat.php version 1.6.4 is out of date. The core version is 4.7.0 Library/woocommerce/taxonomy-product_tag.php version 1.6.4 is out of date. The core version is 4.7.0 Outdated Templates: ? Learn how to update ### Bulk Regenerate Download Permissions Settings ### License Key: (set) Enable: yes Enable: no Enable: no Enable: yes If your server has limited resources, increasing this value will slow down background processing and reduce the load on your server.: 100 Send an email to this address when the process is complete.: (set) ### 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-12-21 17:17:56 -05:00 Options: ? Notes: 114 Onboarding: completed ### TI WooCommerce Wishlist Templates ### Overrides: – ### Action Scheduler ### Complete: 8,993 Oldest: 2022-11-20 09:44:48 -0500 Newest: 2022-12-20 13:30:54 -0500 Pending: 3 Oldest: 2022-12-20 13:36:31 -0500 Newest: 2022-12-21 01:33:29 -0500 ### Status report information ### Generated at: 2022-12-20 13:33:20 -05:00 `
Forum: Plugins
In reply to: [WooCommerce] BUG: Can’t dismiss WooCommerce notice on outdated theme filesHi there,
thanks for your response and sorry my delayed response.I am unable to dismiss the message without updating the templates. I don’t want to touch the templates. I just want to dismiss the message, as before, which is now persistent.
I don’t know what is going on with WC notifications.
I am unable to paste anything into this comment BTW. I don’t know why, but will try in a subsequent comment.
- The problem might be caused by the contents of