"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.
"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
Comment #1
kristen polIt appears my instructions aren't complete.
If you go to:
/admin/reports/settings
what is:
Enable access log:
and
Count content views:
set to?
Comment #2
kristen polClosing since I haven't heard back... please reopen if you have more details.
Thanks,
Kristen
Comment #3
jellicle_it commentedHi,
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.
Comment #4
kristen polMy 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
Comment #6
kristen polcleaning up my issues list