Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation Problem at Dashboard / Menu - it appears 'General_Website' #9715

Closed
BSG2000 opened this issue Feb 5, 2016 · 3 comments
Closed
Assignees
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@BSG2000
Copy link

BSG2000 commented Feb 5, 2016

I have just updated a Piwik version of 2.15.0 to 2.16.0. The installation will track 2 sites, but you can not switch between these two sites in dashboard. The name of the page will not be parsed, it only appears "{{'General_Website' | translate}}".
The menu item is not clickable.
05-02-_2016_09-47-18

Here the full span element:

<span>{{ 'General_Website'| translate }}:
            <span ng-bind-html="selectedSite.name || model.firstSiteName">?</span>
</span>
@sgiehl
Copy link
Member

sgiehl commented Feb 5, 2016

have you tried to clean the tmp directory of Piwik?

@BSG2000
Copy link
Author

BSG2000 commented Feb 5, 2016

Yes, I did... but doesn't work.

@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 7, 2016
@tsteur tsteur added this to the 2.16.1 milestone Feb 7, 2016
@tsteur tsteur self-assigned this Feb 7, 2016
@tsteur
Copy link
Member

tsteur commented Feb 7, 2016

Thx for the report. We have fixed this one already in #9712 see https://github.com/piwik/piwik/pull/9712/files You might want to apply the same changes. You'll likely see a similar error afterwards somewhere else. We haven't fixed similar errors yet but hope to fix them soon. If you are having a technical background: You can possibly make your Piwik work again by replacing some whitespace with a correct whitespace where the error occurs next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants