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.

CommentFileSizeAuthor
#3 Screenshot-1.png199.71 KByuREKLI

Comments

kristen pol’s picture

I'm not sure I understand the issue. Can you attach a screenshot?

Thanks,
Kristen

kristen pol’s picture

Category: bug » support
yuREKLI’s picture

StatusFileSize
new199.71 KB

I'm attaching the screenshot. I hope it explains the problem.

kristen pol’s picture

How 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

yuREKLI’s picture

Thanks 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.

kristen pol’s picture

That'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?

kristen pol’s picture

Status: Active » Closed (fixed)
kristen pol’s picture

It 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.