Clean install of Joomla 4.3
Enable the 'Language Filter'
Cookie Lifetime to year
setcookie(): Expects exactly 3 arguments when argument #3 ($expires_or_options) is an array
setLanguageCookie in plugins/system/languagefilter/languagefilter.php calls the set method with an array for expire.
libraries/src/Input/Cookie.php passes the array to setcookie as 'expire_or_options' WITH the other function arguments. Should be WITHOUT.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Sorry for bothering you with this report.
I did search on 'language filter' and 'setcookie' with no hits.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-19 18:03:12 |
Closed_By | ⇒ | richard67 |
Labels |
Added:
bug
|
https://docs.joomla.org/J4.x:Error_setCookie()