imdtracy
Forum Replies Created
-
I have the latest version of gravity forms, and the error was happening with all other plugins disabled and default twenty twenty-five theme. You’re correct however — when I tried a fresh installation in a test environment, I didn’t have any errors there. I used ChatGPT to try to diagnose what might be going on in my specific environment, and it gave me a suggestion that worked, if this is helpful for anyone else:
Add this temporarily to functions.php and then visit any admin page once, which will run the snippet. Then it can be removed from functions.php:
add_action( 'admin_init', function() {
global $wpdb;
// Only delete known Insert Pages transient or options safely by name
$wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name IN ('insert_pages_settings', 'insert_pages_mce_plugin')" );
// Remove any user meta keys that specifically mention wpInsertPages
$wpdb->query( "DELETE FROM {$wpdb->usermeta} WHERE meta_key LIKE '%wpInsertPages%'" );
});It seems something was stuck in the database somewhere, even after I updated Insert Pages and cleared all other caches. The snippet cleared everything out and everything is working now.
Yes, I tried both options, and I get the error either way.
Thanks for your help. However, the issue on Github was immediately closed with this response: “Thanks for reporting the bug. However, we have stopped development on the current iteration of the beta Product Editor and are rethinking how we’ll approach this. So we don’t recommend using it.”
So does this mean the only option is to downgrade back to the old editor? I’d enabled the beta editor probably 8 months ago, forgotten about it, and just assumed that by now the new editor was part of the core plugin. Other than this bug, the beta editor is a huge improvement over the old editing experience, so finding out that this is no longer in development is hugely disappointing.
Is there a timeline on whatever is going to replace the beta editor?
Okay, I disabled the Beta Product Editor, and I was able to add teal as expected. I really love the new product editor, and I’d honestly forgotten that it was still in beta and there might be some issues. Are you also able to replicate the issue where any attribute selected beyond #10 will disappear if you go back and edit anything else in the attributes dropdown? It doesn’t seem like that would be the intended behavior.
WordPress Environment<br><br>WC Version: 9.8.5<br>Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site.<br>Action Scheduler Version: ✔ 3.9.2<br>Log Directory Writable: ✔<br>WP Version: 6.8.1<br>WP Multisite: –<br>WP Memory Limit: 768 MB<br>WP Debug Mode: –<br>WP Cron: ✔<br>Language: en_US<br>External object cache: – Server Environment<br><br>Server Info: LiteSpeed<br>PHP Version: 8.2.28<br>PHP Post Max Size: 128 MB<br>PHP Time Limit: 300<br>PHP Max Input Vars: 1000<br>cURL Version: 8.13.0<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 8.0.39-cll-lve<br>Max Upload Size: 128 MB<br>Default Timezone is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database<br><br>WC Database Version: 9.8.5<br>WC Database Prefix: wp7a_<br>Total Database Size: 21.54MB<br>Database Data Size: 17.77MB<br>Database Index Size: 3.77MB<br>wp7a_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp7a_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_woocommerce_tax_rates: Data: 0.08MB + Index: 0.09MB + Engine InnoDB<br>wp7a_woocommerce_tax_rate_locations: Data: 0.11MB + Index: 0.14MB + Engine InnoDB<br>wp7a_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_acfw_store_credits: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_actionscheduler_actions: Data: 0.23MB + Index: 0.17MB + Engine InnoDB<br>wp7a_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_actionscheduler_logs: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp7a_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wp7a_ewwwio_images: Data: 0.19MB + Index: 0.16MB + Engine InnoDB<br>wp7a_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_gf_addon_feed: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_gf_entry: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gf_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp7a_gf_entry_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_gf_form_meta: Data: 0.03MB + Index: 0.00MB + Engine InnoDB<br>wp7a_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gf_form_view: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gf_rest_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_gla_budget_recommendations: Data: 0.19MB + Index: 0.11MB + Engine InnoDB<br>wp7a_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_options: Data: 4.52MB + Index: 0.11MB + Engine InnoDB<br>wp7a_postmark_log: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp7a_postmeta: Data: 9.52MB + Index: 0.45MB + Engine InnoDB<br>wp7a_posts: Data: 0.50MB + Index: 0.13MB + Engine InnoDB<br>wp7a_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_usermeta: Data: 0.14MB + Index: 0.03MB + Engine InnoDB<br>wp7a_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp7a_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp7a_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp7a_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp7a_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp7a_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp7a_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_wc_product_attributes_lookup: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp7a_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wc_product_meta_lookup: Data: 0.06MB + Index: 0.11MB + Engine InnoDB<br>wp7a_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp7a_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wpo_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_wpo_options: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wp7a_yoast_indexable: Data: 0.05MB + Index: 0.09MB + Engine InnoDB<br>wp7a_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp7a_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp7a_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp7a_yoast_seo_links: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wpaa_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_comments: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wpaa_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpaa_options: Data: 0.36MB + Index: 0.03MB + Engine InnoDB<br>wpaa_postmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wpaa_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpaa_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpaa_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB Post Type Counts<br><br>attachment: 172<br>comics: 1<br>custom_css: 2<br>fl-builder-history: 26<br>fl-builder-template: 13<br>fl-theme-layout: 3<br>mailpoet_page: 1<br>nav_menu_item: 12<br>oembed_cache: 3<br>page: 15<br>post: 1<br>product: 16<br>product_variation: 272<br>redirect_rule: 2<br>revision: 31<br>shop_coupon: 2<br>shop_order: 9<br>shop_order_placehold: 1<br>wp_font_face: 36<br>wp_font_family: 12<br>wp_global_styles: 2<br>wp_navigation: 1<br>wp_template: 1<br>wp_template_part: 2 Security<br><br>Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (3)<br><br>Payment Plugins for PayPal WooCommerce: by Payment Plugins<br>[email protected] – 1.1.4<br><br>Payment Plugins for Stripe WooCommerce: by Payment Plugins<br>[email protected] – 3.3.86<br><br>WooCommerce: by Automattic – 9.8.5 Inactive Plugins (16)<br><br>ActiveCampaign Postmark (Official): by Andrew Yates & Matt Gibbs – 1.19.1<br>Beaver Builder Plugin (Agency Version): by The Beaver Builder Team – 2.9.0.4<br>Beaver Themer: by The Beaver Builder Team – 1.5.0.3<br>EWWW Image Optimizer: by Exactly WWW – 8.1.4<br>Google for WooCommerce: by WooCommerce – 2.9.13<br>Gravity Forms: by Gravity Forms – 2.9.8<br>Gravity Forms Mailchimp Add-On: by Gravity Forms – 5.6.0<br>Mailchimp for WooCommerce: by Mailchimp – 5.4<br>Repeat Order for Woocommerce: by polyres – 1.3.3<br>Safe Redirect Manager: by 10up – 2.2.2<br>Under Construction: by WebFactory Ltd – 4.02<br>UpdraftPlus - Backup/Restore: by TeamUpdraft<br>DavidAnderson – 2.25.5.0<br><br>WooCommerce.com Update Manager: by Automattic – 1.0.3<br>WooCommerce Product Options: by Barn2 Plugins – 2.4.0<br>WooCommerce Shipping: by WooCommerce – 1.7.0<br>Yoast SEO: by Team Yoast – 25.1 Dropin Plugins ()<br><br>advanced-cache.php: advanced-cache.php Settings<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: USD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: ✔<br>Enforce Approved Product Download Directories: ✔<br>HPOS feature enabled: ✔<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: – Logging<br><br>Enabled: ✔<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 days<br>Level threshold: –<br>Log directory size: 21 KB WC Pages<br><br>Shop base: ❌ Page not set<br>Cart: #8 - /shop/cart/ - Contains the woocommerce/cart block<br>Checkout: #9 - /shop/checkout/ - Contains the woocommerce/checkout block<br>My account: #10 - /shop/my-account/ - Contains the [woocommerce_my_account] shortcode<br>Terms and conditions: ❌ Page not set Theme<br><br>Name: Twenty Twenty-Five<br>Version: 1.2<br>Author URL: https://ww.wp.xz.cn<br>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<br>Theme type: Block theme<br>WooCommerce Support: ❌ Not declared Templates<br><br>Overrides: /home/incidentalwild/dev.incidentalwildland.com/wp-content/plugins/woocommerce/templates/block-notices/error.php<br>/home/incidentalwild/dev.incidentalwildland.com/wp-content/plugins/woocommerce/templates/block-notices/notice.php<br>/home/incidentalwild/dev.incidentalwildland.com/wp-content/plugins/woocommerce/templates/block-notices/success.php Admin<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br>add-to-cart-with-options-stepper-layout<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>use-wp-horizon<br>blockified-add-to-cart<br><br>Daily Cron: ✔ Next scheduled: 2025-05-19 16:51:44 -05:00<br>Options: ✔<br>Notes: 103<br>Onboarding: completed Action Scheduler<br><br>Complete: 159<br>Oldest: 2025-04-18 23:57:11 -0500<br>Newest: 2025-05-19 10:57:25 -0500<br><br>Pending: 4<br>Oldest: 2025-05-19 11:38:37 -0500<br>Newest: 2025-05-19 21:14:20 -0500<br><br>Failed: 384<br>Oldest: 2024-05-29 11:56:34 -0500<br>Newest: 2025-05-19 10:39:05 -0500 Status report information<br><br>Generated at: 2025-05-19 11:38:41 -05:00<br>It’s a client site, and they are using the Classic Editor plugin instead of blocks. The theme is Beaver Builder theme.
I’m having a similar issue with photo captions. Paragraph text renders correctly, but any text that is a photo caption is rendered as white on white in Jetpack emails.
Forum: Plugins
In reply to: [RSS Enhancements for The Events Calendar] All Day EventsIt’s not possible with conditional Mailchimp tags unfortunately, but I did come up with a solution after scouring TEC’s documentation. Posted below if anyone else wants to try this. Basically, I fudged a formatted date into the
<category>tag. A little hacky, but I don’t use categories with TEC and categories do not show in TEC’s RSS feed by default anyway. The code outputs both All Day and Multi-day events in the format I’m looking for within the ‘<category>’ tag. Then I was able to pull that into Mailchimp using*|RSSITEM:CATEGORIES|*. My PHP is beginner level, but I was able to follow what you did. Thanks again for the plugin!function my_enhanced_date_format () { // Add a formatted date that properly displays All Day events and multi-day events (fudged into the <category> tag) $my_start_date = tribe_get_start_date(); // get formatted tribe start date and time $my_end_date = tribe_get_end_date(); // get formatted tribe end date and time if ( tribe_event_is_multiday( $event ) ) { // check if tribe event is multi-day echo "<category>$my_start_date to $my_end_date</category>"; } elseif ( tribe_event_is_all_day( $event ) ) { // check if tribe event is all day echo '<category>All Day</category>'; } else { echo "<category>$my_start_date</category>"; } } add_action( 'r34ecre_rss_modify_item_after', 'my_enhanced_date_format', 1 );Forum: Plugins
In reply to: [RSS Enhancements for The Events Calendar] All Day EventsI’ve confirmed that they have selected “All day” on those events. Below is an example from the RSS feed of one of the all day events. It does say “All day” within the <content:encoded> tags, but I assume the date/time is being pulled in from the <pubDate> tag?
<item> <title>Sunflower Winter Invitational</title> <link>https://visitemporia.com/event/sunflower-winter-invitational/</link> <dc:creator><![CDATA[Kelly]]></dc:creator> <pubDate>Sat, 04 Feb 2023 06:00:00 +0000</pubDate> <guid isPermaLink="false">https://visitemporia.com/?post_type=tribe_events&p=36626</guid> <description><![CDATA[<p>USA Gymnastics Sanctioned Trampoline and Tumbling Competition hosted by Sunflower Gymnastics.</p> <p>The post <a rel="nofollow" href="https://visitemporia.com/event/sunflower-winter-invitational/">Sunflower Winter Invitational</a> appeared first on <a rel="nofollow" href="https://visitemporia.com">Visit Emporia, Kansas</a>.</p> ]]></description> <content:encoded><![CDATA[<div class="tribe-events-schedule tribe-clearfix"> <h2 class="tribe-events-schedule__datetime"> <span class="tribe-events-schedule__date tribe-events-schedule__date--start"> February 4, 2023 </span> <span class="tribe-events-schedule__all-day">All day</span> </h2> </div>Thank you! I got it working from that code snippet.
I have deactivated all other plugins and switched to default 2020 theme. I’m still seeing the error on the front end and seeing this in debug mode:
02-19-2020 @ 10:26:44 – Square.js Response:
Array
(
[digital_wallet_type] => NONE
[card_brand] => VISA
[last_4] => 1111
[exp_month] => 2
[exp_year] => 2021
[billing_postal_code] => 66801
)02-19-2020 @ 10:26:44 – Square.js Response:
Array
(
[code] => EXPECTED_STRING
[type] => INVALID_REQUEST_ERROR
[message] => Expected a string value.: verification_details.billing_contact.address_lines[1]
)Any resolution for this yet?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Attachments don't work – ERROR PostmanWpMailSame here. I also have a problem sending attachments, while using the SendGrid API.
I purchased the Pro version the other day, and I started a support ticket for this on the website. Thank you for your help.
No errors in the console, no errors when wp debug is enabled. The page with the grouped calendar is just blank.
Plugin Settings:
- Event Sources Tab: Google API is set up and was working until latest update
- Calendar Tab: No attached calendar
- Advanced Tab: No boxes checked
Calendar Settings:
- Event Source: Google Calendar, Default, List View
- Events Tab: Calendar start=today, Earliest event=1 month before start date, Latest event=2 months after start date
- Appearance Tab: Span= 5 events, Theme=Light, no other boxes checked
- Google Calendar Tab: Calendar [email protected], no search query, recurring events=show all, max events=2500
- Advanced Tab: All settings default except refresh interval set to 2 hours