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

MultiSites plugin creates previous month archive tables #1318

Closed
anonymous-matomo-user opened this issue Apr 28, 2010 · 3 comments
Closed

MultiSites plugin creates previous month archive tables #1318

anonymous-matomo-user opened this issue Apr 28, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

When opening the MultiSites view the plugin creates an obsolete archive table of the previous month.

According to forum discussion this is a bug, not a feature...

Testing:

- delete the archive tables (blob, numeric) for actual and previous month
- delete the previous month entries of table "log_visit"
- first open the dashboard view of one website
- the archive tables for the actual month are created (you may or may not delete the archive tables again)
- then open the MultiSite view
- the archive tables for this and the previous month are created.
- premonth archive_blob table is empty
- premonth archive_numeric table has 4 entries (obviously previous month data buried somewhere deep inside the DB)

It seems that the MultiSites graph in the right column calculates (and creates) the archive entries even if there's no data.

Piwik 0.6 RC1

PHP Version: 5.2.10-pl0-gentoo

@robocoder
Copy link
Contributor

Can you run this MySQL query?

SELECT ts_created from piwik_site;

@robocoder
Copy link
Contributor

I re-read your description and see that you deleted the previous month's visits (implying your site was created the previous month). This is not a bug, and hence why I couldn't duplicate your bug with a fresh install.

@anonymous-matomo-user
Copy link
Author

Sorry, I didn't mention that the DB was a copy of the working DB of =<0.5.5.

Maybe you could reopen the feature request regarding making the MultiSites graph optional?

Kind regards
Michael

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants