• Hi, I’ve installed latest free version and configured it for Normal Checkout.
    After adding a quote request, in quote list page when I click the submit button, brings me back to a blank quote request list page…

    No order is created and no mail is sent ??

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    look in your php error log. there is an error that is stopping the script to finish. share the error with us if you can. turn on debug if you need to by adding this to your wp-config.php file.

    Make sure none of the lines are repeated(duplicated) in that file.

    define('WP_DEBUG', true);
    
    define('WP_DEBUG_LOG', true);
    
    define('WP_DEBUG_DISPLAY', false);

    try sending a quote request and then look in the wp-content directory for the file debug.log

    • This reply was modified 4 years, 10 months ago by Neah Plugins.
    Thread Starter cusumano

    (@cusumano)

    Hi!

    It is only generating error_log:

    [07-May-2020 13:35:23 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:03:05 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:05:53 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:07:06 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:07:19 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:07:25 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:07:34 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:07:39 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:08:03 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:08:17 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:09:38 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:10:27 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:15:18 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:17:02 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:17:26 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:20:03 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:20:39 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:23:58 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:27:21 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:27:53 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:29:43 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 15:57:47 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:00:58 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:02:15 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:03:59 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:07:56 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:09:23 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:25:03 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:34:45 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:34:55 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:17 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:19 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:33 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:35 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:40 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:35:49 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:36:56 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:37:12 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:37:19 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:38:10 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:38:16 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:38:37 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:39:15 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:39:36 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:40:11 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:44:40 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:46:11 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:46:17 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:46:23 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:56:33 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:56:34 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 16:56:47 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 17:04:53 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [07-May-2020 17:05:16 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/qh00mz0v/public_html/wp-content/plugins/woo-order-splitter/inc/functions.php on line 4765
    [12-May-2020 20:02:30 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:02:36 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:05:25 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:06:00 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:07:04 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:07:18 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [12-May-2020 20:07:40 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:01:37 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:01:49 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:01:59 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:03:09 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:03:51 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:03:53 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:05:20 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:05:32 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:16:22 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:16:36 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 08:56:30 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 09:39:58 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 09:57:19 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 14:19:07 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 14:47:12 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 17:08:41 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:09:25 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 17:09:30 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 17:09:35 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:10:11 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:10:31 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:10:37 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:10:43 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:10:49 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:11:14 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:12:30 UTC] PHP Notice: post è stato richiamato in maniera scorretta. Non puoi accedere direttamente alle proprietà del prodotto. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tijarah-child/woocommerce/single-product.php’), get_template_part, locate_template, load_template, require(‘/themes/tijarah-child/inc/product-sidebar.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 3.0.) in /home/qh00mz0v/public_html/wp-includes/functions.php on line 5167
    [13-May-2020 17:20:53 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 17:21:46 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:21:46 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:21:46 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:21:46 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:21:46 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:26:43 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/qh00mz0v/public_html/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gpls_woo_rfq_functions.php on line 1051
    [13-May-2020 17:27:08 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:27:08 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:27:08 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:27:08 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920
    [13-May-2020 17:27:08 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/qh00mz0v/public_html/wp-content/plugins/yith-woocommerce-product-add-ons/includes/classes/class.yith-wapo-frontend.php on line 920

    Thread Starter cusumano

    (@cusumano)

    Please help me out..

    Plugin Author Neah Plugins

    (@gplsaver)

    Did you try to put one through before sending us the file?

    Also, can you disable the yith addon as a test and try?

    Thread Starter cusumano

    (@cusumano)

    Did you try to put one through before sending us the file?

    Sorry what do you mean?

    Also, can you disable the yith addon as a test and try?

    Yes but now luck..

    Thread Starter cusumano

    (@cusumano)

    Hi ?? …

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Quote request email not sending’ is closed to new replies.