Title: 100 nested error on 1.1 update
Last modified: August 21, 2016

---

# 100 nested error on 1.1 update

 *  Resolved [datto510](https://wordpress.org/support/users/datto510/)
 * (@datto510)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/)
 * Hi,
 * since the update to 1.1 the forms no longer work on my website and I get the 
   max 100 nested error. If I copy 1.0 back over 1.1 works ok again.
 * wordpress 3.8
 * cheers.
 * [http://wordpress.org/plugins/jazzy-forms/](http://wordpress.org/plugins/jazzy-forms/)

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

 *  Plugin Author [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * (@jazzigor)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509262)
 * Oh no! I’m really sorry you have such a bad experience with my software. Thank
   you for taking your time to report the issue. I haven’t seen any error on my 
   test sites upon update. (And I’m doing a whole bunch of automated tests before
   any change.)
 * Could you be so kind to point me to your live site? Even the downgraded version
   might give me a clue. If you don’t want to make it public, you can use the Jazzy
   Forms support email (see FAQ).
 *  Thread Starter [datto510](https://wordpress.org/support/users/datto510/)
 * (@datto510)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509266)
 * Hi,
 * I love your software, you have helped me out a lot.
    I have emailed you the links.
 * btw I was getting the 100 nested error when saving a page with the form in it
   before the update (but not with the original install which was a couple versions
   of WP ago), but it still worked OK on the website.
 * Thanks.
 *  Plugin Author [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * (@jazzigor)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509358)
 * The maximum function nesting error is only thrown if the corresponding limitation
   for the number of nested functions is configured in your server’s PHP settings.
 * In PHP.ini you probably can find something like
    xdebug.max_nesting_level = 100
   As a workaround you could remove this line or increase the limit to something
   much higher.
 * I have been able to reproduce the problem and found that Jazzy Forms is indeed
   making excessive use of nested functions (recursion) in its formula parser. Thank
   you very much for pointing this out! I will improve the algorithm. You can expect
   this issue to be solved in one of the upcoming updates.
 *  Thread Starter [datto510](https://wordpress.org/support/users/datto510/)
 * (@datto510)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509361)
 * Hi,
 * Thanks for that.
    There was no xdebug.max_nesting_level = 100 in my php.ini file,
   so it must be a built in php std maximum setting
 * I simply added xdebug.max_nesting_level = 200 to my php.ini file and it seems
   to be working OK 🙂
 * Thanks for your help.
 *  Plugin Author [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * (@jazzigor)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509384)
 * Once again, thank you for reporting this issue. Version 1.1.1 reduces recursion(
   the use of nested function calls).

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

The topic ‘100 nested error on 1.1 update’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jazzy-forms_dac291.svg)
 * [Jazzy Forms](https://wordpress.org/plugins/jazzy-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jazzy-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jazzy-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/jazzy-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jazzy-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jazzy-forms/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/100-nested-error-on-11-update/#post-4509384)
 * Status: resolved