You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
first of all, before i added "month" to the for loop, my monthy reports would run into a "maximum memory size exceeded" error, after adding it and running archive.sh again this error disappeared.
secondly, attached are two outputs of archive.sh, one with "month" added an one without, there is a significant difference in the two outputs.
line 75 in archive.sh (from piwik 0.8) reads
for period in day week year; do
but probably should read
for period in day week month year; do
The text was updated successfully, but these errors were encountered: