"You currently do not have access logging turned on. To turn on, go to your admin/build/modules page and enable the Statistics module."

But I do have the statistics module enabled. At least the 6.19 version in core.

Comments

Kristen Pol’s picture

It appears my instructions aren't complete.

If you go to:

/admin/reports/settings

what is:

Enable access log:

and

Count content views:

set to?

Kristen Pol’s picture

Status: Active » Closed (cannot reproduce)

Closing since I haven't heard back... please reopen if you have more details.

Thanks,
Kristen

jellicle_it’s picture

Status: Closed (cannot reproduce) » Active

Hi,
I've encountered the same issue, "Enable access log" and "Count content views" are both enabled.
The problem could be at line 836 of "seo_friend.module" when using db tables with prefix set.
Changing $result = db_result(db_query("SHOW TABLES LIKE 'accesslog'")); in $result = db_result(db_query("SHOW TABLES LIKE '{accesslog}'")); solved the issue for me.
Reopened to apply patch in dev.

Kristen Pol’s picture

Assigned: Unassigned » Kristen Pol
Status: Active » Fixed

My apologies for the delay.

Thanks for the bug fix!! I have checked in your change so it will be available in the dev version once the drupal cron runs.

Thanks again,
Kristen

Status: Fixed » Closed (fixed)

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