Title: Incorrect installation
Last modified: June 23, 2020

---

# Incorrect installation

 *  Resolved [artyus](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/incorrect-installation/)
 * Hello!
 * Thanks for your plugin, I’m only testing it for now, but already found it an 
   interesting option to use.
 * But it seems that your plugin does not behave correctly during installation, 
   choosing a place in the menu. I found a conflict with another plugin, I informed
   its developer, who replied that they use a standard system during installation.
   Apparently, a mistake in your development.
 * Please read the discussion of the problem.
    [https://wordpress.org/support/topic/php-errors-and-conflicts-with-other-plugins/#post-13006473](https://wordpress.org/support/topic/php-errors-and-conflicts-with-other-plugins/#post-13006473)
 * I ask you to check and correct this misunderstanding, this is not very good if
   certain items disappear from the administrator menu when installing your plug-
   in.
 * Yours faithfully,
    Farid Taziev.

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

 *  Thread Starter [artyus](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13017554)
 * I took [another screenshot](https://yadi.sk/i/5b1EaRnCPNVrNA).
 * This error occurs on the site when you activate your plugin. I think this is 
   the very reason.
 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13024141)
 * Hi [@artyus](https://wordpress.org/support/users/artyus/) ,
 * Sorry for delayed reply. We are looking into this and will update you in a day
   or two.
 * Regards,
    Nitesh
 *  Thread Starter [artyus](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13027542)
 * 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](https://yadi.sk/i/PUVT1k3c7evjCw): WooRewards is displayed
   in the menu.
    See [screenshot 2](https://yadi.sk/i/_Q91-zRir-2Nlw): 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](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13048434)
 * Hi, did you manage to reproduce the described error?
 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13048497)
 * Hi [@artyus](https://wordpress.org/support/users/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](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13049765)
 * 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](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13057983)
 * 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](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13058098)
 * 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.

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

The topic ‘Incorrect installation’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-woocommerce-auction/assets/icon-256x256.gif?rev
   =2682280)
 * [Ultimate Auction for WooCommerce - Excellent WP Auction Plugin](https://wordpress.org/plugins/ultimate-woocommerce-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-woocommerce-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [artyus](https://wordpress.org/support/users/artyus/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/incorrect-installation/#post-13058098)
 * Status: resolved