Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter tothubbusiness

    (@tothubbusiness)

    Here are all the plugins that I have. There’s no plugin called ‘Dreamhost’.
    Dreamhost is our hosting provider, where we have hosted our wordpress website. So which plugin do you want me to disable?

    All 29 plugins:
    1. Akismet Anti-Spam
    2. All-in-One WP Migration
    3. Conditional Discounts for WooCommerce by ORION
    4. CURCY – WooCommerce Multi Currency Premium
    5. Elementor
    6. Enable Media Replace
    7. Health Check & Troubleshooting
    8. Insight Core
    9. Insight Product Brands for Woocommerce
    10. Insight Swatches
    11. Loco Translate
    12. LottieFiles
    13. Payment Plugins for Stripe WooCommerce
    14. Regenerate Thumbnails
    15. Sales Countdown Timer Premium for WooCommerce and WordPress
    16. Shoppable Images Lite
    17. Site Kit by Google
    18. Template Library and Redux Framework
    19. Thememove Addons For Elementor
    20. WooCommerce
    21. WordPress Reset
    22. WP Fastest Cache
    23. WPC Frequently Bought Together for WooCommerce (Premium)
    24. WPC Product Bundles for WooCommerce (Premium)
    25. WPC Product Tabs for WooCommerce (Premium)
    26. WPC Smart Compare for WooCommerce
    27. WPC Smart Compare for WooCommerce (Premium)
    28. WPC Smart Wishlist for WooCommerce (Premium)
    29. WPForms Lite

    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi MrClayton

    Can you point out which plugin is this? I’ll deactivate and test

    Thread Starter tothubbusiness

    (@tothubbusiness)

    I just checked the log. This doesn’t make sense to me. Log is below:

    2022-06-14T15:44:52+00:00 CRITICAL Uncaught TypeError: array_search(): Argument #2 ($haystack) must be of type array, null given in /home/dh_rwk4jj/tot-hub/wp-content/plugins/dreamhost-panel-login.php:178
    Stack trace:
    #0 /home/dh_rwk4jj/tot-hub/wp-content/plugins/dreamhost-panel-login.php(178): array_search('dreamhost-panel...', NULL)
    #1 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-hook.php(307): dh_sso_disable_my_plugin_update(Array, 'https://api.wor...')
    #2 /home/dh_rwk4jj/tot-hub/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array)
    #3 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-http.php(232): apply_filters('http_request_ar...', Array, 'https://api.wor...')
    #4 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-http.php(614): WP_Http->request('https://api.wor...', Array)
    #5 /home/dh_rwk4jj/tot-hub/wp-includes/http.php(179): WP_Http->post('https://api.wor...', Array)
    #6 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/src/Integrations/WPorg/Translations.php(84): wp_remote_post('https://api.wor...', Array)
    #7 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/src/Integrations/WPorg/Translations.php(108): WPForms\Integrations\WPorg\Translations->get_translation_packages()
    #8 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-hook.php(307): WPForms\Integrations\WPorg\Translations->download_translations('')
    #9 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #10 /home/dh_rwk4jj/tot-hub/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #11 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/includes/class-install.php(137): do_action('wpforms_install')
    #12 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/includes/class-install.php(59): WPForms_Install->run()
    #13 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/includes/class-install.php(82): WPForms_Install->install(false)
    #14 /home/dh_rwk4jj/tot-hub/wp-content/plugins/wpforms/includes/class-install.php(117): WPForms_Install->manual(true)
    #15 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-hook.php(307): WPForms_Install->admin('')
    #16 /home/dh_rwk4jj/tot-hub/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #17 /home/dh_rwk4jj/tot-hub/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #18 /home/dh_rwk4jj/tot-hub/wp-admin/admin.php(175): do_action('admin_init')
    #19 /home/dh_rwk4jj/tot-hub/wp-admin/plugins.php(10): require_once('/home/dh_rwk4jj...')
    #20 {main}
      thrown in /home/dh_rwk4jj/tot-hub/wp-content/plugins/dreamhost-panel-login.php on line 178
    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi there MrClayton

    I am back. We had a fix on the card not being displayed and the Google Pay option. However, we’re still not fixed with the issue of ‘Error processing checkout. Please try again’
    See image here

    Can you please help us out from this one. We’ve been struggling a lot here. Don’t know what’s really going wrong. Running in test environment at the moment with test card 4242… But we keep getting the ‘Error processing’ message at the top

    Thanks
    Tot-Hub

    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi @mrclayton

    Here is the excerpt from the ‘wp_footer’ file of our theme

    `<?php
    /**
    * The template for displaying the footer.
    *
    * @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials
    *
    * @package Minimog
    * @since 1.0
    */

    ?>
    </div><!– /.content-wrapper –>

    <?php Minimog_THA::instance()->footer_before(); ?>

    <?php minimog_load_template( ‘footer/entry’ ); ?>

    <?php Minimog_THA::instance()->footer_after(); ?>

    </div><!– /.site –>

    <?php wp_footer(); ?>
    </body>
    </html>

    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi @mrclayton

    You are right. With a different theme, I can clearly see the credit card form and also the Gpay radio button. Now coming to the point where you say our theme ‘Minimog’ is rendering the checkout page on its own’ How can we tweak or get the correct checkout.js file to start seeing these form and Gpay buttons in our theme

    Kind Regards

    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi @mrclayton

    Well I am. You can clearly see here – Checkout
    How to load these JS files then ??

    Regards

    Thread Starter tothubbusiness

    (@tothubbusiness)

    Hi @mrclayton

    1. I have removed the other ‘woocomerce stripe’ plugin from the wordpress, now only 1 plugin exists – Payment Plugins for Stripe WooComerce
    2. I have deactivated ‘wp fastest cache’ so it won’t bother
    3. I removed all browser history and cache and ran the checkout page again. But it returned with the same error
    4. I did notice this before but forgot to mention it to you. But I can see that ‘ApplePay’ and ‘Gpay’ are both greyed out when I inspect the checkout page. See this screenshot
    5. Additionally, when I click on the Credit/Debit cards button. It does not display the form to enter the card details

    6. I just learnt from this website Apple Pay allowed country list, that Apple Pay is not supported in India. I believe that’s why it might not come anyways. I’ll just disable Apple Pay then.
    7. But, GPay is well supported. I registered with Google pay today. I already had entered the merchant ID details in the Plugin settings area. So atleast Gpay and debit/credit functionality should work smooth.

    ?? Really want this to work. I triple-checked the STRIPE plugin details on the STRIPE website all seems fine. Something is not right

    • This reply was modified 2 years, 5 months ago by tothubbusiness. Reason: Edits to Apple Pay not supported in my country - India. But Gpay is well supported here. So both debit/credit cards and Gpay should work smooth on the website
Viewing 8 replies - 1 through 8 (of 8 total)