Closed (fixed)
Project:
Internationalization
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2006 at 15:16 UTC
Updated:
13 May 2006 at 17:24 UTC
page 404 not show with i18n (Drupal 4.7-cvs)
show:
=========
Primary menu links
2
=========
all patches in menu - applied
Comments
Comment #1
kiev1.org commentednot work
menu_set_active_item($path);
$return = menu_execute_active_handler();
I replaced it on drupal_goto($path) and works - but it is not correct, it is necessary to do right
Comment #2
jose reyero commentedI don't know what caused this, but I think this is already fixed, please re-open if not
Comment #3
profix898 commentedI have the same issue on a clean 4.7 install. Enter a nonexistent url, e.g. domain.com/?q=testurl (or domain.com/testurl with clean urls enabled), and you will get a 404 error page. Now enable i18n and try again and you will get the primary links page (as described above). This behaviour is reproducable on my install (cvs, i18n.module 1.25). We need a closer look on that.
Comment #4
profix898 commentedI realised that sometimes path parameter is given as Object (instead of string). The user is presented the primary links screen then and the url looks like that
domain.com/en/Object. Error messages raised in that case are ...Comment #5
jose reyero commentedYes, you were right. There was something wrong with i18n_url_rewrite which also caused some other troubles.
Thanks for the thourough testing.
Comment #6
jose reyero commented