Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error in API response "Maximum function nesting level of '100' reached, aborting!" #2218

Closed
mattab opened this issue Mar 22, 2011 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 22, 2011

This happens in some cases, yet to be identified, eg.

http://demo.piwik.org/?module=API&method=CustomVariables.getCustomVariables&idSite=1&period=week&date=last5&format=Rss

@robocoder
Copy link
Contributor

Should there be a check for if($this->applyFilterRecursively) ?

@mattab
Copy link
Member Author

mattab commented Mar 23, 2011

I'm not sure what the problem is, but it seems related to #2133 somehow. Annoying bugs for sure, so hard to debug

@mattab
Copy link
Member Author

mattab commented Mar 23, 2011

(In [4169]) Refs #2218 Thanks for the tip Anthon, it helped me see the light...
Now the filter object itself will take care of applying recursively when the table was recursively loaded indeed.
Leaving open until I can check that all occurences on demo are fixed

@mattab
Copy link
Member Author

mattab commented Mar 23, 2011

to test with known buggy requests

@mattab
Copy link
Member Author

mattab commented Apr 3, 2011

Confirmed that error is fixed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants