Closed (fixed)
Project:
Localization client
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2008 at 20:19 UTC
Updated:
23 Sep 2008 at 09:22 UTC
Hello, the module seems to provide the possibility to reimport language files. It seems to be located at "admin/build/translate/import/package" but when I visit that path I get a permission denied error (while being logged in as uid 1). I just can't seem to find a way to reimport the language files. Any chance that this is a bug in stead of me not knowing how to work the module?
Comments
Comment #1
jax commentedAha. It seems to be a bug. If I add:
'access callback' => TRUE,
'access arguments' => TRUE,
it works. This isn't the ideal solution. Strange that uid 1 doesn't have access to this.
Comment #2
vlad.leo commentedComment #3
jax commentedYes, this is indeed a bug. With D6.2 the hook_menu inheritance changed: http://drupal.org/node/244569
Comment #4
gábor hojtsyOh, sorry, this was fixed months ago on April 28th: http://drupal.org/cvs?commit=113305 , but I did not push a new release out yet. I am looking through the issue queue and will push out a new release soon.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.