Posted by morningtime on November 9, 2009 at 7:40pm
Jump to:
| Project: | Resource Description Framework (RDF) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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?
#2
#3
#4
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
#5
subscribe