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

"Maximum recursion level of 20 reached", and browser hang #5628

Closed
anonymous-matomo-user opened this issue May 7, 2008 · 12 comments
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

I saw this error, for the statistics of today, in a site with >5,000 visits/day:

+++++++++++++++++++++++++

Uncaught exception: ‘Maximum recursion level of 20 reached. You have probably set a DataTable_Row with an associated DataTable which belongs already to its parent hierarchy.’

+++++++++++++++++++++++++

in every plugin that shows no graphic. (In those, the graphic appears empty and with light yellow background).
And just a bit later, the statistic page for this site and for today became inaccessible, because it hangs both IE and Firefox (???).
So now, there’s no info for this site, but the rest of sites, or this site for other days, show their infos ok (if I don’t take into account Ticket #203).

@mattab
Copy link
Member

mattab commented May 8, 2008

Hi rsg, because it is impossible for us to reproduce such a data-dependant bug, the only way to fix this would be if you can give me access to your piwik. If you think this is possible, please email your ftp/DB details to matt@piwik.org
thanks

@anonymous-matomo-user
Copy link
Author

Hi matt,
may be it’s related to Ticket #203, which you’ve just patched.
I’ve modified my DB following your instructions for piwik_archive_blob_XXXX_XX tables, so I’m gonna wait to see if statistics for next days are ok.
I’ll let you know the results.
thanx

@anonymous-matomo-user
Copy link
Author

Attachment: error description as it appears in “List of Keywords” plugin
[error – List of Keywords.txt](http://issues.piwik.org/attachments/5628/error_-_List_of_Keywords.txt)

@anonymous-matomo-user
Copy link
Author

Attachment: error description as it appears in “Overview with graph” plugin
[error – Overview with graph.txt](http://issues.piwik.org/attachments/5628/error_-_Overview_with_graph.txt)

@anonymous-matomo-user
Copy link
Author

Attachment: error description as it appears in “Visitor browsers” plugin
[error – Visitor browsers.txt](http://issues.piwik.org/attachments/5628/error_-_Visitor_browsers.txt)

@anonymous-matomo-user
Copy link
Author

Attachment: error description as it appears in “Visitor countries” plugin
[error – Visitor countries.txt](http://issues.piwik.org/attachments/5628/error_-_Visitor_countries.txt)

@anonymous-matomo-user
Copy link
Author

Attachment: web page as it appears for the day in which the error jumps.
[error – piwik web.png](http://issues.piwik.org/attachments/5628/error_-_piwik_web.png)

@mattab
Copy link
Member

mattab commented May 29, 2008

rsg, the only thing I can think of is that some of your website URLs may have more than 20 slashes in them, am I right?

Do you have this error every day?

@anonymous-matomo-user
Copy link
Author

No, my urls have six slashes (http://www.site.org/path1/path2/path3/index.php?module=Home&action=in…).

The error appears just for ONE site with high traffic (I have other sites which have run for a month without errors), and just for a SPECIFIC DAY.

I had this error twice: in both cases, I deleted that site in piwik, I also manually deleted the site’s data (delete from… where idsite=X), and upgraded piwik: in the first occasion I upgraded just the DB (#203), and in the second one I upgraded from v0.1.5 to v0.2.1 (I just decompressed piwik over the old one, DB is the same).

So the error seems data dependant. If it appears again, I’ll let you know (It seems to appear after ten days of traffic or so…).

thanx

@anonymous-matomo-user
Copy link
Author

note: now the error DOESN’T hang the browser, as stated in the first description. (It was only related to patched #203).

@mattab
Copy link
Member

mattab commented Jun 26, 2008

(In 525) – improved echo output of DataTable (now showing user friendly output of datatable_Array)
- refs #5628 hopefully fixed by limiting the number of levels in the Actions table hierarchy
- refs #5544 started cleaning html code (patch by milianw)

@mattab
Copy link
Member

mattab commented Jul 21, 2008

fixed publised in 0.2.6
Please reopen if you still experience the problem with new data.

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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants