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

Error in Piwik: Metric has two different documentations #11847

Closed
mattab opened this issue Jul 5, 2017 · 5 comments
Closed

Error in Piwik: Metric has two different documentations #11847

mattab opened this issue Jul 5, 2017 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@mattab
Copy link
Member

mattab commented Jul 5, 2017

Got this error in demo2 several times and it would be good to understand where it comes from and fix:

mod_fcgid: stderr: Error in Piwik: Metric T\xe1\xbb\xb7 l\xe1\xbb\x87 tho\xc3\xa1t (H\xc3\xa0nh vi) has two different documentations: (1) T\xe1\xbb\xb7 l\xe1\xbb\x87 truy c\xe1\xba\xadp m\xc3\xa0 \xc4\x91\xc3\xa3 b\xe1\xba\xaft \xc4\x91\xe1\xba\xa7u tr\xc3\xaan trang n\xc3\xa0y v\xc3\xa0 r\xe1\xbb\x9di kh\xe1\xbb\x8fi trang web ngay l\xe1\xba\xadp t\xe1\xbb\xa9c. (2) T\xe1\xbb\xb7 l\xe1\xbb\x87 truy c\xe1\xba\xadp \xc4\x91\xc3\xa3 r\xe1\xbb\x9di kh\xe1\xbb\x8fi trang web sau khi xem trang n\xc3\xa0y.

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Jul 5, 2017
@sgiehl
Copy link
Member

sgiehl commented Jul 6, 2017

Guess it helps to have that decoded
mod_fcgid: stderr: Error in Piwik: Metric Tỷ lệ thoát (Hành vi) has two different documentations: (1) Tỷ lệ truy cập mà đã bắt đầu trên trang này và rời khỏi trang web ngay lập tức. (2) Tỷ lệ truy cập đã rời khỏi trang web sau khi xem trang này.

@sgiehl
Copy link
Member

sgiehl commented Jul 6, 2017

The reason are incorrect translations. The translation Tỷ lệ thoát is used for General_ColumnBounceRate and for General_ColumnExitRate. I'll remove one of them on transifex, so it should be fixed in the next version.

Note: (1) is General_ColumnPageBounceRateDocumentation, (2) is General_ColumnExitRateDocumentation

@sgiehl sgiehl closed this as completed Jul 6, 2017
@mattab
Copy link
Member Author

mattab commented Jul 6, 2017 via email

@sgiehl
Copy link
Member

sgiehl commented Jul 6, 2017

We could maybe extend the import script to filter duplicate ColumnNames

@mattab
Copy link
Member Author

mattab commented Jul 6, 2017

@sgiehl OK: would be good to prevent this error in the future automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants