mikehaertl / localeurls

Automatic locale/language management for URLs
10 stars 3 forks source link

LocaleHttpRequest.preferredLanguages not defined #12

Closed ps202 closed 9 years ago

ps202 commented 9 years ago

Hi,

I always get this error message: LocaleHttpRequest.preferredLanguages is not defined...

Could someone help?

Thanks in advance!

mikehaertl commented 9 years ago

Not sure, what you did, but you will not find preferredLanguages anywhere in this codebase. So unless you provide some more of your code and configuration I can't help you.

mikehaertl commented 9 years ago

Correcting myself: You do find it, but in an outdated version: https://github.com/mikehaertl/localeurls/blob/3e3c011833e91a18a90675331ddd7e9740411549/LocaleHttpRequest.php#L133

You should update to the latest version.

ps202 commented 9 years ago

Hi,

I solved the issue.

Thanks!