Thread Starter
artyus
(@artyus)
I took another screenshot.
This error occurs on the site when you activate your plugin. I think this is the very reason.
Plugin Author
Nitesh
(@nitesh_singh)
Hi @artyus ,
Sorry for delayed reply. We are looking into this and will update you in a day or two.
Regards,
Nitesh
Thread Starter
artyus
(@artyus)
Unfortunately, a lot of work is currently underway and there is no way to allocate time for testing directly on the site. But this is not necessary. As developers of the plugin, I am sure you are constantly testing it on various assemblies.
The problem is present, even if only three plugins are installed on WordPress in their latest versions:
1. WooCommerce (Version 4.2.2 | Author: Automattic)
2. WooRewards (Version 3.15.0 | Author: Long Watch Studio)
3. Ultimate WooCommerce Auction Plugin (Version 2.0.10 | Author: Nitesh Singh)
See screenshot 1: WooRewards is displayed in the menu.
See screenshot 2: After installing your plugin, WooRewards disappears from the menu, its place takes your plugin. But WooRewards is active.
Yours faithfully,
Farid Taziev.
Thread Starter
artyus
(@artyus)
Hi, did you manage to reproduce the described error?
Plugin Author
Nitesh
(@nitesh_singh)
Hi @artyus ,
Yes, we did reproduce the issue. This issue is happening due to the priority set to display the widget. We will have to see how can we set different priority without affecting the functionality of the plugin. And then release a new update with the fix soon.
Regards,
Nitesh
Thread Starter
artyus
(@artyus)
If this can help you, then WooCommerce shows a php-error, which, as I understand it, is also associated with your plugin (Query Monitor detected):
wp-content/plugins/woocommerce/templates/notices/error.php:22
wc_get_template()
wp-content/plugins/woocommerce/includes/wc-core-functions.php:270
wc_get_template_html()
wp-content/plugins/ultimate-woocommerce-auction/includes/class-uwa-scripts.php:125
UWA_Scripts->uwa_register_front_scripts()
wp-includes/class-wp-hook.php:287
do_action('wp_enqueue_scripts')
wp-includes/script-loader.php:2294
wp_enqueue_scripts()
wp-includes/class-wp-hook.php:287
do_action('wp_head')
wp-includes/general-template.php:2884
wp_head()
wp-content/themes/weaver-xtreme/header.php:58
load_template('wp-content/themes/weaver-xtreme/header.php')
wp-includes/template.php:672
locate_template()
wp-includes/general-template.php:41
get_header('page')
wp-content/themes/weaver-xtreme/includes/lib-layout.php:431
weaverx_page_lead()
wp-content/themes/weaver-xtreme/page.php:11
Plugin Author
Nitesh
(@nitesh_singh)
Hello,
Apologies for the inconvenience. This was a bug in our plugin file. We have recognized it and also ready with the fix. We will soon release the update for free plugin with the fix.
Here are steps:
File name : wp-content\plugins\ultimate-woocommerce-auction\includes\admin\class-uwa-admin.php
Line no : 126 — in function uwa_admin_main_menu()
Find :
add_menu_page(__('Auctions', 'woo_ua'), __('Auctions', 'woo_ua'), 'manage_options', 'uwa_general_setting', array($this, 'uwa_auction_setting_page_handler'),$menu_icon, 57.77);
and replace with
add_menu_page(__('Auctions', 'woo_ua'), __('Auctions', 'woo_ua'), 'manage_options', 'uwa_general_setting', array($this, 'uwa_auction_setting_page_handler'),$menu_icon, '57.77');
Regards,
Thread Starter
artyus
(@artyus)
Hello!
Yes, these two quotation marks corrected everything. Thanks for the promptness, I’m waiting for a full update.
Have a nice day!
Respectfully,
Farid Taziev.