Closed (fixed)
Project:
Drupal SEO Friend (Tools & Reports)
Version:
6.x-1.0-beta7
Component:
Reports
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2010 at 16:31 UTC
Updated:
11 Jan 2026 at 23:48 UTC
Jump to comment: Most recent
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