Eckstein
Forum Replies Created
-
FYI I am on PHP 8.3, not 8.1, sorry for wrong info.
Looking at the plugin code, the problem seems to be that it’s looking for $_GET parameters (like ‘column’) when on the Select Data screen and if they don’t exist, it’s throwing the error. I think this has to do with the fact that PHP 8 has much stricter rules on NULL values and throws errors where previous versions did not.
Anyway, hopefully that’s helpful. For now I will just suppress the errors since they’re just warnings and seem to have no effect on functionality.
Thanks for trying! I’m using the dbDelta method.
It must be something with my setup I need to uncover, thank you for troubleshooting, have a good day!
Thanks for taking a look. Could you maybe let me know what the code is looking for at those lines?
Or, could you try to setup this exact database and let me know if you get the error:$sync_jobs_table_name = $wpdb->prefix . 'idemailwiz_sync_jobs'; $sync_jobs_sql = "CREATE TABLE IF NOT EXISTS $sync_jobs_table_name ( jobId INT, deleteAfter DATETIME, jobState VARCHAR(50), retryAfter DATETIME, startAfter VARCHAR(255), campaignId INT, syncType VARCHAR(50), syncStatus VARCHAR(50), syncPriority INT DEFAULT 1, PRIMARY KEY (jobId), INDEX jobId (jobId), INDEX campaignId (campaignId), INDEX syncType (syncType) ) $charset_collate;";Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Double widgets in footerOK, I found the setting to disable widget support, and that fixed this. If you’re having the problem (and you don’t need to make your widgets sticky) just use that option on the advanced tab.
Thank you for posting a real review amongst many clearly fake reviews so I didn’t have to waste my time find this out myself!
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] PHP error in wp-adminThe part of your WC Payments plugin that is throwing the error, is this:
wp_register_script(
'WCPAY_ADMIN_ORDER_ACTIONS',
plugins_url( 'dist/order.js', WCPAY_PLUGIN_FILE ),
array_merge( $script_asset['dependencies'], [ 'jquery-tiptip' ] ),
WC_Payments::get_file_version( 'dist/order.js' ),
true
);It seems like it’s trying to register a script. I have SG Optimizer enabled and it is combining and minifying both my CSS and Jquery. Is it possible that this is the cause of the error?
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] PHP error in wp-adminThanks Saif. Those were resolved after 12/15, so I think they’re unrelated. I don’t have any custom code (beyond some CSS) that does anything on the wp_admin side surrently.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] PHP error in wp-adminSure thing, here you go:
WordPress Environment WordPress address (URL): http://pondpartpicker.com Site address (URL): http://pondpartpicker.com WC Version: 7.2.2 REST API Version: ✔</img> 7.2.2 WC Blocks Version: ✔</img> 8.9.2 Action Scheduler Version: ✔</img> 3.4.0 Log Directory Writable: ✔</img> WP Version: 6.1.1 WP Multisite: – WP Memory Limit: 768 MB WP Debug Mode: – WP Cron: ✔</img> Language: en_US External object cache: ✔</img> Server Environment Server Info: Apache PHP Version: 7.4.33 PHP Post Max Size: 256 MB PHP Time Limit: 120 PHP Max Input Vars: 3000 cURL Version: 7.66.0 OpenSSL/1.1.1q-fips SUHOSIN Installed: – MySQL Version: 5.7.39-42-log Max Upload Size: 256 MB Default Timezone is UTC: ✔</img> fsockopen/cURL: ✔</img> SoapClient: ✔</img> DOMDocument: ✔</img> GZip: ✔</img> Multibyte String: ✔</img> Remote Post: ✔</img> Remote Get: ✔</img> Database WC Database Version: 7.2.2 WC Database Prefix: aik_ Total Database Size: 76.38MB Database Data Size: 42.56MB Database Index Size: 33.82MB aik_woocommerce_sessions: Data: 0.08MB + Index: 0.02MB + Engine InnoDB aik_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_woocommerce_order_itemmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB aik_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_acfw_gift_cards: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_acfw_store_credits: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_acfw_virtual_coupons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_actionscheduler_actions: Data: 5.52MB + Index: 4.84MB + Engine InnoDB aik_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_actionscheduler_logs: Data: 3.52MB + Index: 4.03MB + Engine InnoDB aik_aioseo_cache: Data: 0.20MB + Index: 0.03MB + Engine InnoDB aik_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_aioseo_posts: Data: 0.41MB + Index: 0.02MB + Engine InnoDB aik_aioseo_terms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_atum_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_atum_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_atum_product_data: Data: 0.14MB + Index: 0.05MB + Engine InnoDB aik_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_braapf_product_stock_status_parent: Data: 0.06MB + Index: 0.02MB + Engine InnoDB aik_braapf_product_variation_attributes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_braapf_term_taxonomy_hierarchical: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_braapf_variable_attributes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_comments: Data: 0.06MB + Index: 0.09MB + Engine InnoDB aik_content_tabs_ultimate_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_content_tabs_ultimate_style: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_csp3_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_depicter_documents: Data: 1.45MB + Index: 0.03MB + Engine InnoDB aik_depicter_options: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB aik_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_indexnow_failed_submissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_indexnow_passed_submissions: Data: 0.09MB + Index: 0.00MB + Engine InnoDB aik_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_automations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_automation_runs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_automation_run_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_automation_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_automation_versions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_log: Data: 0.30MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_newsletters: Data: 0.06MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_scheduled_tasks: Data: 0.06MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB aik_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB aik_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_subscriber_tag: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_mailpoet_tags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_options: Data: 3.42MB + Index: 0.22MB + Engine InnoDB aik_oxi_div_import: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_postmeta: Data: 6.52MB + Index: 6.03MB + Engine InnoDB aik_posts: Data: 1.52MB + Index: 0.50MB + Engine InnoDB aik_sgs_log_events: Data: 2.02MB + Index: 0.00MB + Engine InnoDB aik_sgs_log_visitors: Data: 0.22MB + Index: 0.00MB + Engine InnoDB aik_sp_domain_mapping: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_termmeta: Data: 0.14MB + Index: 0.16MB + Engine InnoDB aik_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB aik_term_relationships: Data: 0.11MB + Index: 0.09MB + Engine InnoDB aik_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Engine InnoDB aik_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_usermeta: Data: 0.13MB + Index: 0.03MB + Engine InnoDB aik_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB aik_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_wc_product_attributes_lookup: Data: 0.08MB + Index: 0.08MB + Engine InnoDB aik_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wc_product_meta_lookup: Data: 0.13MB + Index: 0.27MB + Engine InnoDB aik_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_wpml_mails: Data: 1.52MB + Index: 0.00MB + Engine InnoDB aik_wps_hit: Data: 0.09MB + Index: 0.14MB + Engine InnoDB aik_wps_index: Data: 7.52MB + Index: 12.02MB + Engine InnoDB aik_wps_key: Data: 0.27MB + Index: 0.17MB + Engine InnoDB aik_wps_object_term: Data: 1.19MB + Index: 1.34MB + Engine InnoDB aik_wps_object_type: Data: 0.02MB + Index: 0.08MB + Engine InnoDB aik_wps_query: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_wps_uri: Data: 0.08MB + Index: 0.05MB + Engine InnoDB aik_wps_user_agent: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_zbscrm_api_keys: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_admlog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_aka: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_zbs_companies: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_zbs_contacts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_customfields: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_zbs_dbmigration_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_dbmigration_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_zbs_events: Data: 0.02MB + Index: 0.06MB + Engine InnoDB aik_zbs_event_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_externalsources: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_zbs_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_invoices: Data: 0.02MB + Index: 0.08MB + Engine InnoDB aik_zbs_lineitems: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB aik_zbs_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB aik_zbs_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_object_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_quotes: Data: 0.02MB + Index: 0.08MB + Engine InnoDB aik_zbs_quotes_templates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_security_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_segments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_segments_conditions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_settings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_sys_cronmanagerlogs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_sys_email: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_sys_email_hist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB aik_zbs_tags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_tags_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB aik_zbs_tax_table: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_temphash: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_tracking: Data: 0.02MB + Index: 0.00MB + Engine InnoDB aik_zbs_transactions: Data: 0.02MB + Index: 0.14MB + Engine InnoDB Post Type Counts acf-field: 136 acf-field-group: 13 attachment: 884 atum_supplier: 2 br_filters_group: 14 br_product_filter: 28 customize_changeset: 9 jb_store_css: 10 mailpoet_page: 1 nav_menu_item: 66 page: 20 pi_fees_rule: 1 post: 6 ppp_block: 25 product: 255 product_variation: 381 revision: 128 shop_coupon: 12 shop_order: 19 super-simple-slider: 1 was: 1 wcpcsu-custom-post: 1 wp_global_styles: 2 wp_show_posts: 1 wpcf7_contact_form: 2 wpcode: 11 wpes_setting: 1 Security Secure connection (HTTPS): ✔</img> Hide errors from visitors: ✔</img> Active Plugins (56) Admin CSS MU: by Arun Basil Lal – 2.7 Advanced Coupons for WooCommerce Free: by Rymera Web Co – 4.5.1.1 Advanced Coupons for WooCommerce Premium: by Rymera Web Co – 3.5.2 Advanced Custom Fields PRO: by WP Engine – 6.0.6 Advanced Gift Cards for WooCommerce: by Rymera Web Co – 1.3.1 All in One SEO Pro: by All in One SEO Team – 4.2.8 Better Admin Bar: by David Vongries – 4.0.5 Change Colors for WooCommerce: by flawlesstheme – 1.0.0 Classic Widgets: by WordPress Contributors – 0.3 Contact Form 7: by Takayuki Miyoshi – 5.7.2 Custom Post Type UI: by WebDevStudios – 1.13.4 Custom Sidebars: by WebFactory Ltd – 3.36 Customer Reviews for WooCommerce: by CusRev – 5.13.0 Depicter: by Averta – 1.5.5 Email Customizer for WooCommerce: by ThemeHigh – 2.5.4 Enable Media Replace: by ShortPixel – 4.0.1 Facebook for WooCommerce: by Facebook – 3.0.6 Font Awesome: by Font Awesome – 4.3.2 Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 8.11.0 Site Kit by Google: by Google – 1.90.1 IndexNow: by Microsoft Bing – 1.0.1 WPCode Lite: by WPCode – 2.0.5 Jetpack Boost: by Automattic - Jetpack Site Speed team – 1.6.0 Jetpack: by Automattic – 11.6 Max Mega Menu: by megamenu.com – 3.0 Moosend Website Tracking: by Moosend – 1.0.190 Fonts Plugin | Google Fonts Typography: by Fonts Plugin – 3.2.6 Payment Gateways by User Roles for WooCommerce: by Imaginate Solutions – 1.2.4 Reveal IDs: by Oliver Schlöbe – 1.5.4 SiteGround Optimizer: by SiteGround – 7.2.9 SiteGround Security: by SiteGround – 1.3.8 Sticky Menu (or Anything!) on Scroll: by WebFactory Ltd – 2.32 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.24 Variation Swatches for WooCommerce: by CartFlows – 1.0.6 WC Hide Shipping Methods: by Rynaldo Stoltz – 1.5 CTX Feed Pro: by WebAppick Author – 5.4.13 Widget CSS Classes: by Jory Hogeveen – 1.5.4.1 WooCommerce Backorder Manager: by jeffrey-wp – 2.3 WooCommerce Cart Abandonment Recovery: by CartFlows Inc – 1.2.21 WPC Product Bundles for WooCommerce (Premium): by WPClever – 6.7.0 WPC Product Bundles for WooCommerce: by WPClever – 6.7.0 Product Gallery Slider for WooCommerce: by Codeixer – 2.2.7.1 WooCommerce Advanced Shipping: by Jeroen Sormani – 1.1.0 WooCommerce AJAX Products Filter: by BeRocket – 3.1.3.3 Customizer for WooCommerce: by SkyVerge – 2.7.7 WooCommerce Google Analytics Integration: by WooCommerce – 1.5.18 WooCommerce Payments: by Automattic – 5.2.1 WooCommerce Product Search: by itthinx – 4.7.0 WooCommerce Shipping & Tax: by WooCommerce – 2.1.0 WooCommerce: by Automattic – 7.2.2 WooSidebars: by WooCommerce – 1.4.6 WP Mail Logging: by SendLayer – 1.10.5 WP Mail SMTP: by WPForms – 3.7.0 WPForms Lite: by WPForms – 1.7.8 Related Products for WooCommerce: by WebToffee – 1.4.6 Jetpack CRM: by Automattic - Jetpack CRM team – 5.5.1 Inactive Plugins (24) Admin Menu Editor: by Janis Elsts – 1.10.4 Afterpay Gateway for WooCommerce: by Afterpay – 3.5.0 All in One SEO: by All in One SEO Team – 4.2.8 ATUM Inventory Management for WooCommerce: by Stock Management Labs™ – 1.9.25.1 Bulk Page Creator: by Dagan Lev – 1.1.4 Coming soon and Maintenance mode WpDevArt: by wpdevart – 3.7.2 Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd: by SeedProd – 6.15.6 Conditional extra fees for WooCommerce: by PI Websolution – 1.0.90 Google Listings and Ads: by WooCommerce – 2.3.5 Login with Google: by rtCamp – 1.3.1 MailPoet: by MailPoet – 4.3.0 One page checkout and layouts for Woocommerce: by BluePlugins – 3.2.0 OptinMonster: by OptinMonster Popup Builder Team – 2.11.1 Product Carousel Slider & Grid Ultimate Pro for WooCommerce: by wpWax – 3.7.0 SeedProd Pro: by SeedProd – 6.15.7 Super Simple Slider: by Out the Box – 1.0.09 TP WooCommerce Product Gallery: by TP Plugins – 1.1.1 TrustPulse API: by – 1.0.7 Variation Price Display Range for WooCommerce: by WPXtension – 1.3.1 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft – 3.2.10 WPC Fly Cart for WooCommerce: by WPClever – 5.3.0 WP Show Posts: by Tom Usborne – 1.1.3 WPSSO Core: by JS Morisset – 13.11.0 WPSSO Product Metadata for WooCommerce SEO: by JS Morisset – 1.13.2 Dropin Plugins (2) advanced-cache.php: advanced-cache.php object-cache.php: Memcached Settings API Enabled: – Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: advanced_gift_card (advanced_gift_card) external (external) grouped (grouped) simple (simple) subscription (subscription) variable (variable) variable subscription (variable-subscription) woosb (woosb) 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: ✔</img> Order datastore: WC_Order_Data_Store_CPT WC Pages Shop base: #994 - /shop/ Cart: #25 - /cart/ Checkout: #26 - /checkout/ My account: #27 - /my-account/ Terms and conditions: #1037 - /terms-of-use/ Theme Name: PPP Theme Version: 1.0 Author URL: http://pondpartpicker.com/ Child Theme: ❌</img> – 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: ✔</img> Templates Overrides: ppp_theme/woocommerce/archive-product.php ppp_theme/woocommerce/checkout/form-checkout.php ppp_theme/woocommerce/content-product.php ppp_theme/woocommerce/global/wrapper-end.php ppp_theme/woocommerce/global/wrapper-start.php ppp_theme/woocommerce/loop/loop-end.php ppp_theme/woocommerce/loop/loop-start.php ppp_theme/woocommerce/myaccount/view-order.php ppp_theme/woocommerce/single-product/product-attributes.php ppp_theme/woocommerce/single-product/tabs/tabs.php ppp_theme/woocommerce/single-product.php 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: ✔</img> Next scheduled: 2023-01-02 04:17:54 -08:00 Options: ✔</img> Notes: 40 Onboarding: completed WooCommerce Payments Version: 5.2.1 Connected to WPCOM: Yes Blog ID: 210344338 Account ID: acct_1LfFsX2HrpYbZ7lp Action Scheduler Canceled: 2 Oldest: 2022-12-23 11:25:28 -0800 Newest: 2022-12-23 14:55:21 -0800 Complete: 12,664 Oldest: 2022-12-30 08:50:11 -0800 Newest: 2023-01-01 19:44:59 -0800 Failed: 18 Oldest: 2022-11-27 09:53:38 -0800 Newest: 2022-12-27 20:15:22 -0800 Pending: 13 Oldest: 2023-01-01 19:59:59 -0800 Newest: 2023-03-10 10:47:21 -0800 Status report information Generated at: 2023-01-01 19:48:00 -08:00 `2022-12-15T04:38:57+00:00 CRITICAL syntax error, unexpected end of file in /home/customer/www/pondpartpicker.com/public_html/wp-content/plugins/woo-product-bundle-premium/includes/class-woosb.php on line 2723 2022-12-15T04:48:50+00:00 CRITICAL syntax error, unexpected '{' in /home/customer/www/pondpartpicker.com/public_html/wp-content/plugins/woo-product-bundle-premium/includes/class-woosb.php on line 1545 2022-12-15T04:49:00+00:00 CRITICAL syntax error, unexpected '{' in /home/customer/www/pondpartpicker.com/public_html/wp-content/plugins/woo-product-bundle-premium/includes/class-woosb.php on line 1545Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] PHP error in wp-adminHere is the full text of the warning:
Warning: array_merge(): Expected parameter 1 to be an array, null given in /home/customer/www/pondpartpicker.com/public_html/wp-content/plugins/woocommerce-payments/includes/admin/class-wc-payments-admin.php on line 563Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Change Q&A Tab TitlePerfect, the cr_qna_tab_title filter worked great, thank you!
Forum: Plugins
In reply to: [Gmail SMTP] From email not workingGmail blocks this setting from working due to recent security restrictions. The way around it is to create a “send mail as” account in your gmail account and then you can select that email when creating the app on Google.
Or, if you’re using a google apps account, create a new user, log in as that user, and create the app using that email.
Forum: Plugins
In reply to: [Simple Image Sizes] Add media – list sizes images don't worksGood luck. This plugin hasn’t been updated in 7 months. I would find a different solution.
This has seemed to fix itself as mysteriously as it broke. Looked at the page again today and it’s working fine again. I haven’t made any changes to code or theme settings, so it’s very strange…
@tomciopl Well, I don’t really want to edit the plugin files directly if I can avoid it, but thanks.
@bradvin I tried the dev version with the same result. Here is the link to the page: http://tpsonline.org/tickets/ You can see all the images at the bottom. Thanks.