hi
I found a lot of notices as follow in debug log of 1.4.4.4
I don't know if that is a known issue.
NOTICE: Undefined offset: 1 in [...]/zenphoto/zp-core/functions-i18n.php on line 367 parseHttpAcceptLanguage called from getUserLocale (functions-i18n.php [448]) from setMainDomain (functions-i18n.php [205]) from require_once (functions.php [30]) from require_once (template-functions.php [10]) from index.php [6]
_SERVER["HTTP_ACCEPT_LANGUAGE"] : fr-FR,en-us;q=0.5
Your string is correct, so it should not throw the error. I did make a change in the support build to detect an invalid http accept language string and ignore it. That would presumably fix the problem, but as I said, the above string is correct, so it is really unclear what caused the error.
Since these errors are in your logs, it may be a flawed browser (or hacker) that is accessing your site. At any case, install the support build and let us know if the error reoccurs.
hi
Since I have installed 1.4.4.5 on my prod site, I don't have noticed this error again.
thanks.