This module is really friend. I was using SEO Friend well two days ago. But now when I click on the reports(for example URL: reports/seo_friend/nodewords) it shows the admin reports page(admin/reports) but URL is correct(as SEO friend report pages).
What is the problem I have not found. I deleted module and install again, but it is still problematic.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot-1.png | 199.71 KB | yuREKLI |
Comments
Comment #1
kristen polI'm not sure I understand the issue. Can you attach a screenshot?
Thanks,
Kristen
Comment #2
kristen polComment #3
yuREKLI commentedI'm attaching the screenshot. I hope it explains the problem.
Comment #4
kristen polHow are you getting to that URL? Are you just typing it in? The correct URL should be:
http://[domain]/admin/reports/seo
http://[domain]/admin/reports/seo/nodewords
http://[domain]/admin/reports/seo/page_title
etc
(note it's "seo" in the URL not "seo_friend")
Hope that helps.
Kristen
Comment #5
yuREKLI commentedThanks so much for your help.
When i wrote the URL you said, it works. But when I click on the report links(for example : Meta Tags (node) Report ) on the Seo Reports page, it goes to /admin/reports/seo_friend/nodewords and so goes back to admin reports page.
I'll be searching this URL error.
Thank you again.
Comment #6
kristen polThat's interesting. Something's is messed up with your site's menu items.
If you query the database like:
select router_path from menu_links where router_path like '%admin%reports%seo%';
what do you see for router_path? They should look like:
+------------------------------------+
| router_path |
+------------------------------------+
| admin/reports/seo/page_title |
| admin/reports/seo |
| admin/reports/seo/nodewords_bypath |
| admin/reports/seo/nodewords |
| admin/reports/seo/main |
| admin/reports/seo |
| admin/reports/seo/referrers |
+------------------------------------+
7 rows in set (0.01 sec)
What version of Drupal are you running?
Comment #7
kristen polComment #8
kristen polIt turned out that the links in the list on the main page were *wrong* though the tabs are correct. I've fixed this so if you grab the latest dev version, it has the correct links.