mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1113] stats page is empty #923
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#923
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @euri10 on GitHub (Apr 28, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1113
Impacted versions
Steps to reproduce
my first install, please bear with me, it's inside a lxc container but I don't think it's relevant,
I have some 404 on some sitestatic paths that maybe explain I don't see anything on the stats page, rest of the site seems to work fine.
The links are:
https://mail.mydomain.fr/sitestatic/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0
https://mail.mydomain.fr/sitestatic/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
both links above are reachable with the .woff extension instead of .woff2
I tried to
to no avail,
@euri10 commented on GitHub (Apr 28, 2017):
mmm I found why, not linked at all to that 404
I ran
env/bin/python instance/manage.py logparser -v3manually and I got something on the page, so most likely i got a cron issueApr 28 13:19:01 modoboa CRON[14506]: (vmail) CMD ( $PYTHON $INSTANCE/manage.py handle_mailbox_operations)
I edited $PYTHON $INSTANCE to their respective paths that are defined in the /etc/cron.d/modoboa file, works well now, it;s kind of weird it's not "translated " to their path
@tonioo commented on GitHub (Apr 30, 2017):
@euri10 Indeed, that's strange. I'll look into it asap.
@tonioo commented on GitHub (May 5, 2017):
@euri10 Actually, what you see in you log file is normal. Variables are not replaced but it should work. Looks like you cron daemon was not running...
@euri10 commented on GitHub (May 5, 2017):
@tonioo sincere apologies for the false report, actually cron was ok, dunno what happened, it works with the default cron.d/modoboa once I re-enabled the iptable rules to my container.