I cannot translate a Calendar view, can it be Internationalization Views' fault? My user is the UID 1 and therefore it must have all permissions set.
I'm using the latest Internationalization Views 7.x-3.x-dev and Calendar 7.x-3.0

Comments

int_ua’s picture

rroche’s picture

ran into the same issue with a different view, I'm also user UID 1, I even changed the menu router access function

function i18nviews_translate_tab_access() {
  // return user_access('translate interface') && user_access('administer views');
  return true;
}

still access denied, i'm subscribing to this issue

hass’s picture

I had the same problem on all views after I enabled the module.

Clearing cache in views solved it for me.

hass’s picture

Issue summary: View changes

UID 1 info

lennarthuizing’s picture

Issue summary: View changes

Subscribe, same issue.

UPDATE: and same solution (which I missed on first reading): Clear all caches fixes it.

caco13’s picture

Cleared all caches and worked for me.