After installing and enabling Internationalization module, I get the following message on every page request:
Access denied: You are not authorized to access this page.
If I manually remove en/ from the url, the page loads normally.
Before enabling the module, i enabled the locale module and added and enabled the Dutch language. It is however at 0% translation (i.e. I didn't import any language files, nor translated any strings myself).
I am running Drupal 5.0-rc1.
Contrib modules: CCK, Views, Views Bonus Pack, Panels, Image, Image Pager.
Comments
Comment #1
kdebaas commentedMore information:
The only link that works in the Drupal 5.x site is the
site name, because it has no locale prefixed (i.e. /home instead of /en/home).The Drupal 5.x site resides in a subdirectory of the webroot.
A Drupal 4.7 site in another subdirectory was running il8n without problems. I updated it to 5.x and it works. Every link, except the
site name. There were a few quirks in the beginning, but I forgot to record them for future reference. I will report back here, once I go through the process of updating from 4.7 to 5.x again, paying more attention to what happens at every intermediate step.Comment #2
wonderland commentedWorks fine for me on a clean 5-RC2 install. Only issue was the 404 error when browser language detection was on, but that was fixed in issue #107125 (Thanks Jose!).
Comment #3
kdebaas commentedAs promised, a report on what happens when upgrading from 4.7. This time, upgrading from Drupal 4.7.5 to 5.0 produced no clear errors. As I don't see many others sharing my problem I am resetting the status to minor. I will give it one more shot in a clean install of Drupal 5.0 later this week. If it goes well, I'll close the issue.
Comment #4
kdebaas commentedMoving on to Localizer...