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

Actions -> Pages hangs (Loading...) #1420

Closed
anonymous-matomo-user opened this issue Jun 11, 2010 · 6 comments
Closed

Actions -> Pages hangs (Loading...) #1420

anonymous-matomo-user opened this issue Jun 11, 2010 · 6 comments
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'm using Piwik on a large web site with up to 400.000 actions per day.

The Actions -> Pages view stopped working, I think it happened updating to Piwik 0.6.2. It seems that I'm not the only one - there is a thread in the Piwik forum: http://forum.piwik.org/index.php?showtopic=9971

The Online Demo on your site seems to have the same problem. If I for example go to Actions -> Pages -> trac -> ticket the "Loading..." sign comes up and that's all.

@mattab
Copy link
Member

mattab commented Jun 11, 2010

While I couldn't verify earlier, I agree that even the demo is failing when trying to open trac / ticket / *

The http request returns nothing instead of returning the HTML (or an error): http://piwik.org/demo/index.php?filter_offset=0&module=Actions&action=getPageUrlsSubDataTable&idSite=1&period=day&date=yesterday&enable_sort=1&filter_sort_column=nb_visits&filter_sort_order=desc&filter_limit=100&search_recursive=1&viewDataTable=table&controllerActionCalledWhenRequestSubTable=getPageUrlsSubDataTable&totalRows=55&enable_filter_excludelowpop=0&idSubtable=26

I'm not sure what the error is as even the apache error logs are empty.

Can you check your http requests with firebug and see if you get some HTML back?

Do you have errors in your error logs?

@mattab
Copy link
Member

mattab commented Jun 11, 2010

Regarding the demo, trac/ticket seems to be the only directory not loading. Other directories load fine for me. Do you see the same thing in your Piwik install, or are most directories not loading?

@mattab
Copy link
Member

mattab commented Jun 11, 2010

(In [2292]) Fixes #1420 Shame on me... I left a smarty {debug} statement in there. Interestingly, this was making the whole http request fail (return a blank http 200 response) in some still unidentified cases..

@mattab
Copy link
Member

mattab commented Jun 11, 2010

(In [2293]) Refs #1420 Adding unit tests to check that there is no {debug} statements left in code

@anonymous-matomo-user
Copy link
Author

Wow, you are fast! Thank you very much for your quick reaction and the fix. Works like a charm now.

@robocoder
Copy link
Contributor

Shame on me, too. I saw that debug in the original changeset and assumed it was a work in progress, and never went back to see if you had later taken it out.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6.3 milestone Jul 8, 2014
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

3 participants