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

jax’s picture

Aha. 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.

vlad.leo’s picture

Component: User interface » Code
Category: support » bug
jax’s picture

Yes, this is indeed a bug. With D6.2 the hook_menu inheritance changed: http://drupal.org/node/244569

gábor hojtsy’s picture

Status: Active » Fixed

Oh, 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.