Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter JBwebdes

    (@jbwebdes)

    You have been a huge help to me today – thank you!! Yes, define(‘DISABLE_WP_CRON’, true); was found in wp-config.php and I changed it to false. The past due actions were manually run and they were also being automatically run after WP-Cron was enabled in wp-config.php. I looked and found that a server-side cron job was already setup on our web host and it runs twice every hour – though I am not 100% sure the command is correct. (I can share that here if you would be able to help me with that.) I will keep my eye on the actions and see if they process without accumulating past due actions.

    I also deactivated the Search Exclude plugin and the Bulk Order From plugins. I kept the Clearsale plugin activated as that is needed to process order transactions. I will send an update in a few days after we get a feel for how things are going.

    Thread Starter JBwebdes

    (@jbwebdes)

    When I look at WooCommerce > Status > Logs and look for fatal errors, the first time I see a fatal error is on 1/25/26. It happens right after clearsale_integrationsend. Here’s the error detail:

    2026-01-25T13:13:38+00:00Critical Uncaught TypeError: array_merge(): Argument #1 must be of type array, string given in /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/search-exclude/lib/controllers/class-frontend.php:59 Additional context{ “error”: { “type”: 1, “file”: “/home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/search-exclude/lib/controllers/class-frontend.php”, “line”: 59 }, “remote-logging”: true, “backtrace”: [ “”, “#0 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/search-exclude/lib/controllers/class-frontend.php(59): array_merge(”, Array)”, “#1 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(341): QuadLayers\QLSE\Controllers\Frontend->search_filter(Object(WP_Query))”, “#2 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array)”, “#3 /home/customer/www/stewartsystems.aero/public_html/wp-includes/plugin.php(570): WP_Hook->do_action(Array)”, “#4 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-query.php(1910): do_action_ref_array(‘pre_get_posts’, Array)”, “#5 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-query.php(3958): WP_Query->get_posts()”, “#6 /home/customer/www/stewartsystems.aero/public_html/wp-includes/post.php(2622): WP_Query->query(Array)”, “#7 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/woocommerce-bulk-order-form/includes/abstract-template-product-search.php(223): get_posts(Array)”, “#8 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/wc-bulk-order-form-pro/form_templates/class-standard-product-search-pro.php(285): WooCommerce_Bulk_Order_Form_Template_Product_Search->get_products(true)”, “#9 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/wc-bulk-order-form-pro/form_templates/class-standard-product-search-pro.php(179): WooCommerce_Bulk_Order_Form_Standard_Product_Search_Pro->search_by_title(Array)”, “#10 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/wc-bulk-order-form-pro/form_templates/class-standard-product-search-pro.php(36): WooCommerce_Bulk_Order_Form_Standard_Product_Search_Pro->search_by_all(Array)”, “#11 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/wc-bulk-order-form-pro/form_templates/class-standard-product-search-pro.php(23): WooCommerce_Bulk_Order_Form_Standard_Product_Search_Pro->render_query(Array)”, “#12 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(341): WooCommerce_Bulk_Order_Form_Standard_Product_Search_Pro->init_class(”, Array)”, “#13 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(”, Array)”, “#14 /home/customer/www/stewartsystems.aero/public_html/wp-includes/plugin.php(570): WP_Hook->do_action(Array)”, “#15 /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/woocommerce-bulk-order-form/includes/class-frontend-ajax.php(49): do_action_ref_array(‘wc_bof_render_s…’, Array)”, “#16 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(341): WooCommerce_Bulk_Order_Form_Ajax_FrontEnd->product_search(”)”, “#17 /home/customer/www/stewartsystems.aero/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(”, Array)”, “#18 /home/customer/www/stewartsystems.aero/public_html/wp-includes/plugin.php(522): WP_Hook->do_action(Array)”, “#19 /home/customer/www/stewartsystems.aero/public_html/wp-admin/admin-ajax.php(207): do_action(‘wp_ajax_nopriv_…’)”, “#20 {main}”, “thrown” ] }2026-01-25T13:13:39+00:00Critical Uncaught TypeError: array_merge(): Argument #1 must be of type array, string given in /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/search-exclude/lib/controllers/class-frontend.php:59 Additional context2026-01-25T13:13:42+00:00Critical Uncaught TypeError: array_merge(): Argument #1 must be of type array, string given in /home/customer/www/stewartsystems.aero/public_html/wp-content/plugins/search-exclude/lib/controllers/class-frontend.php:59 Additional context

    If you like WooCommerce please leave us a ★★★★★ rating. A huge thanks in advance!

    Version 10.6.1

    On 1/29/26, there is a fatal error after clearsale_integrationget

    On 2/3/26, there’s a fatal error after clearsale_integrationsend

    On 2/4/26, there’s a fatal error after clearsale_integrationsend and wc_logger

    On 2/6/26, there’s a fatal error after clearsale_integrationget and wc_logger

    On 2/10/26, there’s a fatal error after place-order-debug-e141390b and wc_logger

    This pattern continues. Perhaps an issue with the Clearsale plugin functionality?

    Thread Starter JBwebdes

    (@jbwebdes)

    The customer’s website is https://stewartsystems.aero/

    Thread Starter JBwebdes

    (@jbwebdes)

    Thanks for these web sites, Joy! I think I have used them over the years… good idea for me to bookmark them for future reference. 🙂

    Thread Starter JBwebdes

    (@jbwebdes)

    Joy – thank you SO much for what you shared. In double checking things, I found that the class was not applied to the column as I thought it was. Simple mistake – easy fix. I appreciate how you explained the properties to me and how they work together. The overflow-y was not one that I was familiar with so this really helped.

    Curious… are there any forums you would recommend that are for HTML/CSS questions?

    Thread Starter JBwebdes

    (@jbwebdes)

    It turns out the reason my Ultimate Member extensions wouldn’t update is the URL associated with them on my UM account was to the development URL. The site had since been changed to the live URL. Once I updated the URLs for the extensions on my UM account, I was able to successfully update the extensions. I hope this may help someone out!

    Thread Starter JBwebdes

    (@jbwebdes)

    Oh, you are so kind – thank you!

    Thread Starter JBwebdes

    (@jbwebdes)

    Yes, the instructions on the web page you mentioned (WP Simple Shopping Cart – How to Sell Digital Downloads) were followed. The confirmation email is being sent to the seller – with the digital download link – but not to me, the buyer.

    Thread Starter JBwebdes

    (@jbwebdes)

    Thank you so much for your suggestions!

    The Buyer Email Body contains the default content:
    Dear {first_name} {last_name}

    Thank you for your purchase! You ordered the following item(s):

    {product_details}

    When I looked at the Cart Orders, it said that the buyer email had been sent to my email address. The PayPal IPN has been setup properly. I do not have any security plugins installed on the site, only Fusion Builder and Fusion Core (plugins for the Avada WordPress theme being used), WP Simply PayPal Shopping Cart, Contact Form 7, and Compact Audio Player.

    According to my PayPal account activity details, the funds are cleared right away. (Just did another test purchase and see it listed as completed.)

    I set the WP Simply PayPal Shopping Cart to debug mode before making my last test purchase. Everything looks as though it was successful:

    [01/15/2019 4:09 PM] – SUCCESS :Order post id: 109
    [01/15/2019 4:09 PM] – SUCCESS :Checking price. Original price: 0.99. Paid price: 0.99
    [01/15/2019 4:09 PM] – SUCCESS :Applying filter – wspsc_buyer_notification_email_body
    [01/15/2019 4:09 PM] – SUCCESS :Product Email successfully sent to (my email address)
    [01/15/2019 4:09 PM] – SUCCESS :Applying filter – wspsc_seller_notification_email_body
    [01/15/2019 4:09 PM] – SUCCESS :Notify Email successfully sent to (site owner’s email address)
    [01/15/2019 4:09 PM] – SUCCESS :Updating Affiliate Database Table with Sales Data if Using the WP Affiliate Platform Plugin.
    [01/15/2019 4:09 PM] – SUCCESS :Not Using the WP Affiliate Platform Plugin.
    [01/15/2019 4:09 PM] – SUCCESS :Paypal class finished.

    I still did not receive the email from the plugin with the download link. I checked my spam folder and it is not there as well. (It is a gmail email address.)

    Thread Starter JBwebdes

    (@jbwebdes)

    An email is being sent to the seller notifying him of the purchase made and the email includes the download link. Any idea why the email with the download link is not being sent to the buyer?

    I just found out why all emails are being sent but not the activation email. By default, the activation email is disabled. In your WordPress dashboard, go to Ultimate Member > Settings > Email. Click the gear button to the right of “Account Activation Email” and check the box on the screen that appears. Save the changes.

    Thread Starter JBwebdes

    (@jbwebdes)

    Thanks for the solution! Thought I’d post it here in case it might help someone else.

    “There is an option in the Express Checkout checkouts for “Landing Page” and it can be set via drop down list to either Login or Billing. Yours was set to Login and needs to be Billing.”

    Thread Starter JBwebdes

    (@jbwebdes)

    No, they didn’t ask for screenshots. What do you need a video of and how do I go about making a video?

    Thread Starter JBwebdes

    (@jbwebdes)

    I contacted PayPal support and the ball was thrown back in your court. 🙂 Here was their response:

    I understand that the credit card option is missing from your website. Unfortunately we don’t have the ability to help you on this as the plugin itself is not develop by PayPal. You might need to reach out plugin support in order to solve that issue.
    [Q] Also, I’m looking more closely at everything and am noticing when I create a new sandbox seller account, click on the link to upgrade to Pro, a pop-up screen appears with a message at the bottom that says, “We experienced some issues on our end while creating this Sandbox account. Please delete it and try it again.” I’ve deleted, logged out of developer.paypal.com, logged back in, created a new seller account, and the same message appears. Any suggestions?
    [A] This is intermittent issue when creating a sandbox account and also happening during upgrading sandbox account to Pro. Usually the issue will solve automatically after a few hours after the error occur at the first time.

    They made it sound like the credit card option not appearing as an option in PayPal is a plugin issue. Any help on this?

    Thread Starter JBwebdes

    (@jbwebdes)

    I can certainly contact PayPal support. Thank you!

Viewing 15 replies - 1 through 15 (of 16 total)