Hi! I am getting this error on the top of my desktop when logged in as administrator:
=> Array ( [http_request_failed] => Array ( [0] => cURL error 60: SSL: no alternative certificate subject name matches target host name ‘acumbamail.com’ ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) ) WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => cURL error 60: SSL: no alternative certificate subject name matches target host name ‘acumbamail.com’ ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) )
It doesn’t show up when logged as a client, but it doesn’t allow me to work properly (add, delete media, for example, among other things). The problem and the message disappear when I deactive Accumbamail plugin, so I am sure it is related to this.
Do you need any more details to help me solve this issue?
Thank you very much!
]]>We are getting this error about this plugin:
[10-Oct-2024 07:04:23 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function AcumbamailAPI::newOrderWoocommerce(), 1 passed in /home/uavtcice/public_html/wp-content/plugins/acumbamail-signup-forms/acumbamail.php on line 122 and exactly 2 expected in /home/uavtcice/public_html/wp-content/plugins/acumbamail-signup-forms/api/acumbamail.class.php:563
Stack trace: 0 /home/uavtcice/public_html/wp-content/plugins/acumbamail-signup-forms/acumbamail.php(122): AcumbamailAPI->newOrderWoocommerce(6979) 1 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(324): acumbamail_woocommerce_new_order_action(6979, Object(WC_Order)) 2 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 3 /home/uavtcice/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 4 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php(103): do_action(‘woocommerce_new…’, 6979, Object(WC_Order)) 5 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(186): WC_Order_Data_Store_CPT->create(Object(WC_Order)) 6 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(214): WC_Data_Store->create(Object(WC_Order)) 7 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(252): WC_Abstract_Order->save() 8 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(452): WC_Order->save() 9 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1269): WC_Checkout->create_order(Array) 10 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(520): WC_Checkout->process_checkout() 11 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(324): WC_AJAX::checkout(”) 12 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 13 /home/uavtcice/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 14 /home/uavtcice/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(96): do_action(‘wc_ajax_checkou…’) 15 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(324): WC_AJAX::do_wc_ajax(”) 16 /home/uavtcice/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(false, Array) 17 /home/uavtcice/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 18 /home/uavtcice/public_html/wp-includes/template-loader.php(13): do_action(‘template_redire…’) 19 /home/uavtcice/public_html/wp-blog-header.php(19): require_once(‘/home/uavtcice/…’) 20 /home/uavtcice/public_html/index.php(17): require(‘/home/uavtcice/…’) 21 {main}
Hi,
Acumbamail plugin is slow on my site.
Please advice on how to use another way instead of the plugin.
HTTP URL
https://acumbamail.com/api/1/getListsInternal/Stack traceclass-wp-http.php in WP_Http→request at line 620http.php in WP_Http→post at line 179acumbamail.class.php in wp_remote_post at line 446acumbamail.class.php in AcumbamailAPI→callAPI at line 328acumbamail.php in AcumbamailAPI→getLists at line 148class-wp-hook.php in acumbamail_admin_init at line 310admin-ajax.php in do_action at line 45
]]>Need to place a form in the content, is there any shortcode available for this plugin?
]]>Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘acumbamail_display_non_classic_form’ not found or invalid function name in /wp-includes/class-wp-hook.php on line 298
WP version: 4.7.2
Acumbamail version: 2.0.2
Thank you!!!
]]>Your plugin contain url with http. If it’s installing in a page with ssl the page isn’t green bar.
Problems:
/plugins/acumbamail-signup-forms/assets/alt-checkbox/jquery.alt-checkbox.icon-font.css:12:@import url(https://weloveiconfonts.com/api/?family=fontawesome);
/plugins/acumbamail-signup-forms/inc/frontend.php:74: echo ‘<form id=”wordpress-form-acm” action=”https://acumbamail.com/signup/’.$chosen_list.’/” method=”POST”>’;
./plugins/acumbamail-signup-forms/inc/frontend.php:105: echo ‘<section class=”subscribe block”><div class=”subscribe-pitch”><h3>’.$title.'</h3><p id=”acumba_info”>’.$subtitle.'<p></div><form id=”wordpress-form-acm” action=”https://acumbamail.com/signup/’.$chosen_list.’/” method=”POST” class=”subscribe-form”>’;
Solutions:
/plugins/acumbamail-signup-forms/assets/alt-checkbox/jquery.alt-checkbox.icon-font.css:12:@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/plugins/acumbamail-signup-forms/inc/frontend.php:74: echo ‘<form id=”wordpress-form-acm” action=”https://acumbamail.com/signup/’.$chosen_list.’/” method=”POST”>’;
./plugins/acumbamail-signup-forms/inc/frontend.php:105: echo ‘<section class=”subscribe block”><div class=”subscribe-pitch”><h3>’.$title.'</h3><p id=”acumba_info”>’.$subtitle.'<p></div><form id=”wordpress-form-acm” action=”https://acumbamail.com/signup/’.$chosen_list.’/” method=”POST” class=”subscribe-form”>’;
]]>Hi,
If I try to access to the admin page of the plugin with PHP 5.5.X in localhost there is an error:
Parse error: syntax error, unexpected end of file in xxxx\wp-content\plugins\acumbamail-signup-forms\inc\admin_page.php on line 142
I read the code and the problem is the php like this:
“<? ” instead of “<?php ” (lines 34,37,103)
Could you add in the next release?
Thanks in advance
]]>i am trying subscrbe and not work, check out my site : https://blog.neatproj.com/
]]>