José Rebelo
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Error 500 – admin-ajax.phpw/ default theme Ajax loading works
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Error 500 – admin-ajax.phphi, with version 3.0.1 not resolve Ajax error, with 2.48.0 give also Ajax error, plugin it is now deactivate on my website.
woocommerce v9.8.5 | wp v6.8.1 | Ecomall theme v 1.2.6
log above like you ask, I send the same error to template ecomal team
[19-May-2025 13:08:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined method YITH_WooCompare_Admin::add_product_url() in .../wp-content/themes/ecomall/framework/woo_hooks.php:1696
Stack trace:
#0 .../wp-includes/class-wp-hook.php(324): ecomall_add_compare_button_to_product_list()
#1 .../wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 .../wp-includes/plugin.php(517): WP_Hook->do_action()
#3 .../wp-content/themes/ecomall/woocommerce/content-product.php(58): do_action()
#4 .../wp-includes/template.php(812): require('/home/u59700597...')
#5 .../wp-content/plugins/woocommerce/includes/wc-core-functions.php(285): load_template()
#6 .../wp-content/plugins/themesky/elementor/ajax-functions.php(330): wc_get_template_part()
#7 .../wp-content/plugins/themesky/elementor/woocommerce/products_in_category_tabs.php(572): ts_get_product_content_in_category_tab()
#8 .../wp-content/plugins/elementor/includes/base/controls-stack.php(2374): TS_Elementor_Widget_Products_In_Category_Tabs->render()
#9 .../wp-content/plugins/elementor/includes/base/widget-base.php(636): Elementor\Controls_Stack->render_by_mode()
#10 .../wp-content/plugins/elementor/includes/base/widget-base.php(774): Elementor\Widget_Base->render_content()
#11 .../wp-content/plugins/elementor/includes/base/element-base.php(482): Elementor\Widget_Base->print_content()
#12 .../wp-content/plugins/themesky/class-elementor.php(265): Elementor\Element_Base->print_element()
#13 .../wp-includes/class-wp-hook.php(324): TS_Elementor_Addons->elementor_lazy_load()
#14 .../wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#15 .../wp-includes/plugin.php(517): WP_Hook->do_action()
#16 .../wp-admin/admin-ajax.php(192): do_action()
#17 {main}
thrown in .../wp-content/themes/ecomall/framework/woo_hooks.php on line 1696
[19-May-2025 13:08:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined method YITH_WooCompare_Admin::add_product_url() in .../wp-content/themes/ecomall/framework/woo_hooks.php:1696
Stack trace:
#0 .../wp-includes/class-wp-hook.php(324): ecomall_add_compare_button_to_product_list()
#1 .../wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 .../wp-includes/plugin.php(517): WP_Hook->do_action()
#3 .../wp-content/themes/ecomall/woocommerce/content-product.php(58): do_action()
#4 .../wp-includes/template.php(812): require('/home/u59700597...')
#5 .../wp-content/plugins/woocommerce/includes/wc-core-functions.php(285): load_template()
#6 .../wp-content/plugins/themesky/elementor/woocommerce/products.php(368): wc_get_template_part()
#7 .../wp-content/plugins/elementor/includes/base/controls-stack.php(2374): TS_Elementor_Widget_Products->render()
#8 .../wp-content/plugins/elementor/includes/base/widget-base.php(636): Elementor\Controls_Stack->render_by_mode()
#9 .../wp-content/plugins/elementor/includes/base/widget-base.php(774): Elementor\Widget_Base->render_content()
#10 .../wp-content/plugins/elementor/includes/base/element-base.php(482): Elementor\Widget_Base->print_content()
#11 .../wp-content/plugins/themesky/class-elementor.php(265): Elementor\Element_Base->print_element()
#12 .../wp-includes/class-wp-hook.php(324): TS_Elementor_Addons->elementor_lazy_load()
#13 .../wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#14 .../wp-includes/plugin.php(517): WP_Hook->do_action()
#15 .../wp-admin/admin-ajax.php(192): do_action()
#16 {main}
thrown in .../wp-content/themes/ecomall/framework/woo_hooks.php on line 1696- This reply was modified 11 months, 2 weeks ago by José Rebelo.
Forum: Plugins
In reply to: [AAA Option Optimizer] Critical errorit is working now with updates from the 2 plugins. regards
closed
Forum: Plugins
In reply to: [AAA Option Optimizer] Critical errortks
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Stuck on Complianz pageyes it is resolved! Tks
I’m wordpress v 6.7.2
regards
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Stuck on Complianz pageyes this topic is not resolved. I want to rollback to 7.1.5, but gives error:
Downloading update from https://downloads.wordpress.org/plugin/_complianz-gdpr.7.1.5.zip…
Download failed. Not FoundForum: Plugins
In reply to: [New User Approve] Notifications by mailTks for reply
it is disable now
best regards to all
the solution works for me. tks @slier
- This reply was modified 1 year, 5 months ago by José Rebelo.
Forum: Plugins
In reply to: [Simple Admin Language Change] plugin errorthank you. best regards
Forum: Fixing WordPress
In reply to: Blocks are overlappingyes, this is because safari. thank you for help.
it is resolved. I add this css snippet from @misterelvis fix plugin
https://telltec.ch/projects/safari-18-wordpress-classic-editor-fix/
/**
* Add the needed CSS to admin head
*/
function add_fix_css_to_admin_area() {
echo '
<style>
/* Temporary Fix for classic editor bug in Safari 18 - Addded by Safari 18 Classic Editor Fix plugin */
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>
';
}
add_action('admin_head', 'add_fix_css_to_admin_area');best regards
Forum: Plugins
In reply to: [Bulky - Bulk Edit Products for WooCommerce] filter not workingForum: Plugins
In reply to: [Bulky - Bulk Edit Products for WooCommerce] filter not workingI try several things in self-service guide, but without result
how a clean uninstall for this plugin? database include
tks
- This reply was modified 1 year, 9 months ago by José Rebelo.