If you have both Statistics and Help modules turned on, and you go to admin/config/system/statistics, you get help text saying:

Settings for the statistical information that Drupal will keep about the site. See site statistics for the actual information.

The link to "site statistics" goes to url('admin/reports/hits'). This URL does not appear to work.

I have no idea where the statistics report went in 8, or if it was removed intentionally or not, but it isn't there and at a minimum the link to the report should be removed from the help text.

CommentFileSizeAuthor
#4 2199869-4-statistics_help_update.patch744 bytesizus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Assigned: Unassigned » timmillwood

Assigning to timmillwood, maintainer of Statistics module, for triage.

Tim: Has this report gone away in 8? If so, what should that help say is the way to get information on the statistics?

timmillwood’s picture

admin/reports/hits was part of the access log side of the statistics module, which has now gone. Node counter still remains though.

I guess that text needs updating.

jhodgdon’s picture

Assigned: timmillwood » Unassigned
Issue tags: +Novice

Thanks!

That sounds like a good novice project then: remove the sentence saying " See site statistics for the actual information. " from the end of function statistics_help() in statistics.module.

izus’s picture

Status: Active » Needs review
FileSize
744 bytes

Hi,
here is a patch for that.
Thanks

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! Looks good to me.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 31dfc6f and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.