Title: Error with &quot;backend.inc.php&quot;
Last modified: August 30, 2016

---

# Error with "backend.inc.php"

 *  Resolved [querin](https://wordpress.org/support/users/querin/)
 * (@querin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-with-backendincphp/)
 * Hello,
    I notice this error in the admin area, especially in the “Menu” tab:
 * Notice: Undefined offset: 1 in /***/wp-content/plugins/woocommerce-menu-extension/
   include/backend.inc.php on line 75
 * Is there a solution for this issue?
 * Regards,
    René
 * [https://wordpress.org/plugins/woocommerce-menu-extension/](https://wordpress.org/plugins/woocommerce-menu-extension/)

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

 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495454)
 * Hello querin,
 * Are you using wordpress version 4.3. If so, then there may be a problem because
   we haven’t tested our plugin in that version.
 * We will be get back to you after we tested the plugin in wordpress latest version.
 * Thanks & Regards,
    August Infotech
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495483)
 * Hello querin,
 *  Menu tab working properly at our end.
 * Thanks & Regards,
    August Infotech
 *  [Samuel Costa](https://wordpress.org/support/users/samuelmanzini/)
 * (@samuelmanzini)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495508)
 * Hi.
 * I have the same problem.
    Regards
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495519)
 * Hello,
 * Will you provide us your site URL. Mayebe because of confliction of plugin. We
   could detect the issue if you provide us URL.
 * Thanks & Regards,
    August Infotech
 *  [Samuel Costa](https://wordpress.org/support/users/samuelmanzini/)
 * (@samuelmanzini)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495526)
 * Hi.
    [http://www.escoladepaisefilhos.org](http://www.escoladepaisefilhos.org)
   Regards
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495536)
 * Hello Samuel Costa,
 * We have installed all plugins used in your site except purchasable dms-plugin-
   pro plugin , but still we haven’t found any issue.
 * Will you please mail us your site details (username & password) on “wordpress@augustinfotech.
   com” in order to detect issue at your end.
 * Thanks & Regards,
    August Infotech
 *  [Samuel Costa](https://wordpress.org/support/users/samuelmanzini/)
 * (@samuelmanzini)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495540)
 * Hi August.
    After update The Events Calendar resolved the issue.
 * Tks.
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495541)
 * Hello Samuel Costa,
 * Thanks for your patience and support. As your problem has been resolved so we
   will mark this topic as resolved.
 * If you need further any help please feel free to contact us.
 * Thanks & Regards,
    August Infotech
 *  [danbrady](https://wordpress.org/support/users/danbrady/)
 * (@danbrady)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495616)
 * Apologies for hijacking this thread, but I have the exact same notice appearing.
   Only on the theme > menus page as far as I can tell.
 * `Notice: Undefined offset: 1 in …/woocommerce-menu-extension/include/backend.
   inc.php on line 75`
 * WP 4.4.1
    PHP 5.4.45 All plugins are up to date inc WooCommerce 2.4.12
 * Dev site URL: [http://ifm-dev2.consil.co.uk/](http://ifm-dev2.consil.co.uk/)
 * Otherwise a great plugin, thanks
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495617)
 * Hello danbrady,
 * We have changes in backend.inc.php file and uploading on WooCommerce Menu Extension
   plugin.
 * We have replace line number 75 below code:
    $menu_item_url = ‘#’.$menu_item_array[
   1].’#’; to if(!empty($menu_item_array[1])){ $menu_item_url = ‘#’.$menu_item_array[
   1].’#’; }
 * You can download plugin again or simply copy & paste above contents.
 * Regards,
    August Infotech
 *  [danbrady](https://wordpress.org/support/users/danbrady/)
 * (@danbrady)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495618)
 * Thanks
 * We have the latest version, 1.3. But the code in backend.inc.php was still the
   old code. We’ve changed it manually.
 * When I switch on debug it has “Notice: Undefined variable: menu_item_url in /
   var/www/vhosts/ifm.org.uk/httpdocs/wp-content/plugins/woocommerce-menu-extension/
   include/backend.inc.php on line 79”
 * Different line and different code causing this error:
 *     ```
       79 if ( isset($menu_item->object, $menu_item->url) && $menu_item->object == 'custom' && in_array($menu_item_url, $elems) )
       80 $menu_item->type_label = ( 'AI WooCommerce' );
       ```
   
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495619)
 * Hello danbrady,
 * We have changes in backend.inc.php file and uploading on WooCommerce Menu Extension
   plugin.
 * We have add below line after 74 line number :
    Line 75 : $menu_item_url = ”;
 * Regards,
    August Infotech
 *  [Bruno Ferraz](https://wordpress.org/support/users/brunoferraz/)
 * (@brunoferraz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495624)
 * Works great for me! Thanks!!!
 * So, in the end, thats the code:
 * $menu_item_array = explode(‘#’, $menu_item->url);
    $menu_item_url = ”; if(!empty(
   $menu_item_array[1])){ $menu_item_url = ‘#’.$menu_item_array[1].’#’; }
 * God bless you guys!

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

The topic ‘Error with "backend.inc.php"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-menu-extension_262626.
   svg)
 * [WooCommerce Menu Extension](https://wordpress.org/plugins/woocommerce-menu-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-menu-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-menu-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-menu-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-menu-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-menu-extension/reviews/)

## Tags

 * [Backend](https://wordpress.org/support/topic-tag/backend/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [offset](https://wordpress.org/support/topic-tag/offset/)

 * 13 replies
 * 5 participants
 * Last reply from: [Bruno Ferraz](https://wordpress.org/support/users/brunoferraz/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-backendincphp/#post-6495624)
 * Status: resolved