Title: nesting level
Last modified: August 24, 2016

---

# nesting level

 *  Resolved [iqbal1486](https://wordpress.org/support/users/iqbal1486/)
 * (@iqbal1486)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/nesting-level/)
 * Hello plugin developer.
 * When i click on view your store it triger a fatal error.
 * Fatal error: Maximum function nesting level of ‘100’ reached, aborting! in C:\
   wamp\www\multivendor\wp-includes\wp-db.php on line 1081
 * I have wordpress woocomerce and wcvendor installed. No other plugin are there.
   
   I need a solution. plz help me out?
 * [https://wordpress.org/plugins/wc-vendors/](https://wordpress.org/plugins/wc-vendors/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [iqbal1486](https://wordpress.org/support/users/iqbal1486/)
 * (@iqbal1486)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/nesting-level/#post-6077596)
 * solved this error.
    need to change the hook name in a given file on line no: 
   29 wc-vendors/classes/front/class-vendor-shop.php
 * change this filter:
    add_filter( ‘post_type_archive_link’, array( ‘WCV_Vendor_Shop’,‘
   change_archive_link’ ) ); to this:
 * add_filter( ‘admin_init’, array( ‘WCV_Vendor_Shop’, ‘change_archive_link’ ) );

Viewing 1 replies (of 1 total)

The topic ‘nesting level’ is closed to new replies.

 * ![](https://ps.w.org/wc-vendors/assets/icon.svg?rev=1645455)
 * [WC Vendors - WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors](https://wordpress.org/plugins/wc-vendors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-vendors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-vendors/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-vendors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-vendors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-vendors/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [iqbal1486](https://wordpress.org/support/users/iqbal1486/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/nesting-level/#post-6077596)
 * Status: resolved