Title: theaizen's Replies | WordPress.org

---

# theaizen

  [  ](https://wordpress.org/support/users/theaizen/)

 *   [Profile](https://wordpress.org/support/users/theaizen/)
 *   [Topics Started](https://wordpress.org/support/users/theaizen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/theaizen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/theaizen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/theaizen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/theaizen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/theaizen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Pay for WooCommerce] WC_Amazon_Payments_Advanced – Checkout – PHP 8](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/#post-15484218)
 * Hello,
    I contacted the developers of the plugin, they told me that in the past
   they had added this code to fix the problem.
 *     ```
       public function wc_amazon_payments_support() { 
                   global $wc_amazon_payments_advanced; 
                   if ( ! empty( $wc_amazon_payments_advanced ) && $wc_amazon_payments_advanced instanceof WC_Amazon_Payments_Advanced ) { 
                       remove_action( 
                           'woocommerce_before_checkout_form', 
                           array( 
                               $wc_amazon_payments_advanced, 
                               'checkout_message', 
                           ), 
                           5 
                       ); 
                       add_action( 
                           'yith_woocommerce_checkout_payment', 
                           array( 
                               $wc_amazon_payments_advanced, 
                               'checkout_message', 
                           ), 
                           5 
                       ); 
                   } 
               }
       ```
   
 * The developers told me that the new versions of Amazon pay applied some changes,
   including that method only in the “WC_Gateway_Amazon_Payments_Advanced_Legacy”
   class.
    They ask me to interface with you to figure out the best way to modify
   the code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Pay for WooCommerce] WC_Amazon_Payments_Advanced – Checkout – PHP 8](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/#post-15472617)
 * Hello,
    I disabled the plugins one by one to identify the conflict. The plugin
   that generates the conflict is “YITH WooCommerce Multi-step Checkout Premium”.
   What can I do? Do you have to fix this problem yourself? YITH WooCommerce Multi-
   step Checkout Premium is one of the most purchased plugins, by the way it is 
   the premium version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Pay for WooCommerce] WC_Amazon_Payments_Advanced – Checkout – PHP 8](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/#post-15471734)
 * Hello,
    the problem occurs when I open the checkout page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Reports Blank Page](https://wordpress.org/support/topic/reports-blank-page/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/reports-blank-page/#post-15463546)
 * Checking the console, I notice that I have errors in the react-dom.min.js and
   react.min.js libraries
 * react-dom.min.js:141 TypeError: Cannot read properties of undefined (reading ‘
   call’)
    at a (index.js:2:1258) Ye @ react-dom.min.js:141 react.min.js:22
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Pay for WooCommerce] WC_Amazon_Payments_Advanced – Checkout – PHP 8](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/wc_amazon_payments_advanced-checkout-php-8/#post-15463471)
 * Hello,
    the WordPress version is 5.9.2 and the WooCommerce version is 6.3.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asset CleanUp: Page Speed Booster] is_file(): open_basedir restriction in effect.](https://wordpress.org/support/topic/is_file-open_basedir-restriction-in-effect/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/is_file-open_basedir-restriction-in-effect/#post-14888260)
 * wp-content/plugins/wp-asset-clean-up/classes/Plugin.php:418
    define() wp-content/
   plugins/wp-asset-clean-up/classes/Plugin.php:418 WpAssetCleanUp\Plugin::preventAnyFrontendOptimization()
   wp-content/plugins/wp-asset-clean-up/classes/CleanUp.php:32 WpAssetCleanUp\CleanUp-
   >doClean() wp-includes/class-wp-hook.php:292 do_action(‘init’) wp-settings.php:
   560
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asset CleanUp: Page Speed Booster] is_file(): open_basedir restriction in effect.](https://wordpress.org/support/topic/is_file-open_basedir-restriction-in-effect/)
 *  Thread Starter [theaizen](https://wordpress.org/support/users/theaizen/)
 * (@theaizen)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/is_file-open_basedir-restriction-in-effect/#post-14718188)
 * WPACU_DO_EXTRA_CHECKS_FOR_AMP
    Error line:
 *     ```
       wp-content/plugins/wp-asset-clean-up/classes/Plugin.php:424
       define()
       wp-content/plugins/wp-asset-clean-up/classes/Plugin.php:424
       WpAssetCleanUp\Plugin::preventAnyFrontendOptimization()
       wp-content/plugins/wp-asset-clean-up/classes/CleanUp.php:28
       WpAssetCleanUp\CleanUp->doClean()
       wp-includes/class-wp-hook.php:292
       do_action('init')
       wp-settings.php:560
       ```
   
 * WPACU_PREVENT_ANY_FRONTEND_OPTIMIZATION
    Error line:
 *     ```
       wp-content/plugins/wp-asset-clean-up/classes/Plugin.php:437
       define()
       wp-content/plugins/wp-asset-clean-up/classes/Plugin.php:437
       WpAssetCleanUp\Plugin::preventAnyFrontendOptimization()
       wp-content/plugins/wp-asset-clean-up/classes/CleanUp.php:28
       WpAssetCleanUp\CleanUp->doClean()
       wp-includes/class-wp-hook.php:292
       do_action('init')
       wp-settings.php:560
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)