• Home
  • Get help
  • Ask a question
Last post 4 hours 6 min ago
Posts last week 81
Average response time last week 4 hours 29 min
All time posts 67934
All time tickets 10501
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#1221 – Duplicate URLs

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 28 October 2015 14:47 UTC
conshelf
Hello,

I use Raven Tools to audit all our sites, and I'm getting warnings for duplicate URLs that are not showing up in the URL manager. I'm wondering how can I resolve these duplicates.

Here's an example:

This is the correct url: http://www.xxxx.com/project-results/oil-gas/subsea-og-network-development-in-angola

This is the duplicate: http://www.xxxx.com/project-results/subsea-og-network-development-in-angola?catids=,10,

How do I eliminate the duplicates?

John
Wednesday, 28 October 2015 15:47 UTC
wb_weeblr
Hi

"catids..." denotes you're using a non-standard component. What's the component used on those pages?

Rgds
 
Wednesday, 28 October 2015 15:53 UTC
conshelf
I figured it out, I didn't copy the SQL query over from another site using the same component for the sitemap (Jsitemap Pro). This fixed it:

SELECT
`#__bt_portfolios`.`title`,
`#__bt_portfolios`.`modified`,
`#__bt_portfolios`.`id`,
REPLACE(`#__bt_portfolios`.`catids`, ',', '') AS `catid_rel`
FROM `#__bt_portfolios`
WHERE
`#__bt_portfolios`.`published` = '1'
AND `#__bt_portfolios`.`access` IN {aid}
AND (`#__bt_portfolios`.`language` = '*' OR `#__bt_portfolios`.`language` = {langtag})
ORDER BY
`#__bt_portfolios`.`published` ASC
Wednesday, 28 October 2015 15:58 UTC
wb_weeblr
Hi

ok, I'm not sure I understand, but I'm glad you fixed it!

Closing this ticket now, feel free to open a new one as needed. If you do so, please mention this ticket number in the new one.

If you created any superadmin account for us, be sure to delete or block it now to avoid unecessary risk in the future.

Rgds
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.