When I activate taxonomy translation, all my existing taxonomy/term/x pages show a "Page not found" 404 error.

Debug backtrace from common.inc, where page not found is called:

#0 drupal_not_found() called at [c:\inetpub\wwwroot\pressintel.com\sites\all\modules\i18n\i18ntaxonomy\i18ntaxonomy.pages.inc:15] 
#1 i18ntaxonomy_term_page(taxonomy_term_feed, 297)
#2 call_user_func_array(i18ntaxonomy_term_page, Array ([0] => taxonomy_term_feed,[1] => 297)) called at [c:\inetpub\wwwroot\pressintel.com\includes\menu.inc:348] #3 menu_execute_active_handler() called at [C:\Inetpub\wwwroot\pressintel.com\index.php:18] 

It seems to be a problem with i18n and taxonomy_term_feed? What could cause this behavior?

Comments

Anonymous’s picture

The problem is related to the RDF project, (http://www.drupal.org/project/rdf).

In RDF config settings, you can change the taxonomy/term/%/feed to RSS 1.0 instead of RSS 2.0. When doing so, in combination only with taxonomy_translation, the feed url searched after by i18n, e.g. i18ntaxonomy_term_page(taxonomy_term_feed, 297) is not found.

So is this an i18n or an RDF project problem?

Anonymous’s picture

Title: Taxonomy term page not found » Taxonomy translation + RDF project RSS 1.0 breaks term page
scor’s picture

Project: Internationalization » Resource Description Framework (RDF)
Version: 6.x-1.2 » 6.x-1.x-dev
SocialNicheGuru’s picture

Is there a way to utalize the url_alter to help solve this? Other modules like Drupal for facebook and Purl are using it.

http://drupal.org/project/url_alter

locomo’s picture

subscribe

smustgrave’s picture

Issue summary: View changes
Status: Active » Closed (outdated)