mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #17] Troubleshooting improvement #11
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#11
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 @neagix on GitHub (Mar 15, 2014).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/17
If no "host" is specified in querystring, the sa_report.cgi output tells little about what's going wrong and shows an empty page.
I suggest that there is somewhere (footer?) a line saying: "HOST is $HOST" or something along those lines to give a clue.
Maybe even better show an error saying "No host provided"
This would save some time to the next newbie trying to troubleshoot what's wrong :)
@darold commented on GitHub (Mar 16, 2014):
What version are you using ? If you remove the host value you should go directly to the front page to choose the host in multihost report or directly to the main page in a single host environment.
If you try to specify a wrong hostname you will have this kind of error:
I suppose that you are using an old release.
@darold commented on GitHub (Mar 16, 2014):
Oups forgot to ask you to post here the query you are using.
@neagix commented on GitHub (Mar 18, 2014):
I am using version 9.0 and no querystring at all. I have to say that now for some reason the home page is not empty anymore, it behaves precisely as when specifying ?host=mydomain.com
Is something stored somewhere when that querystring is accessed the 1st time? Because as far as I recall it has worked fine only after the 1st time I accessed it with querystring, while instead right after setup (and after creating cache and data directories) it was blank.
I have no proxies and were using Ctrl+Shift+R to reload
@darold commented on GitHub (Mar 19, 2014):
Maybe a special case, let me know if it occurs again.