? Pending

User tests: Successful: Unsuccessful:

avatar csthomas
csthomas
3 Jan 2018

Pull Request for Issue #19267 .

Summary of Changes

Add a workaround for php5

Testing Instructions

Test Multilingual website on php5 or code review.

Expected result

No error.

Actual result

Parse error: syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM) in plugins\system\languagefilter\languagefilter.php on line 630

Documentation Changes Required

No

avatar csthomas csthomas - open - 3 Jan 2018
avatar csthomas csthomas - change - 3 Jan 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 3 Jan 2018
Category Front End Plugins
avatar csthomas csthomas - change - 3 Jan 2018
The description was changed
avatar csthomas csthomas - edited - 3 Jan 2018
avatar infograf768
infograf768 - comment - 3 Jan 2018

unhappily, can’test here with php5

avatar csthomas
csthomas - comment - 3 Jan 2018

@jsubri Can you test it. It is only a few lines of changes. You can do it manual and test.

avatar jsubri
jsubri - comment - 3 Jan 2018

Fix do not trigger the T_PAAMAYIM_NEKUDOTAYIM anymore on my php 5.6.26 however PR #19099 breaks (B/C) URLs like /index.php/fr/component/content/article/alias123?catid=13 that were working fine on 3.8.3 with modern routing.

edited: better English
Edit2: typo due to Cut&Past, my worries are with 19099

avatar jsubri
jsubri - comment - 3 Jan 2018

Successful same as above with php 5.4.24, but a bit reluctant to add the success in Jissues as #19099 seems to trigger B/C on some URL

avatar joomdonation
joomdonation - comment - 3 Jan 2018

@csthomas If you are unsure about B/C change, I think it is better to revert the #19099. It changes existing behavior, so it might break third party extensions. We should stay on safe side.

avatar mbabker mbabker - change - 3 Jan 2018
Labels Added: ?
avatar mbabker mbabker - change - 3 Jan 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-01-03 13:01:59
Closed_By mbabker
avatar mbabker mbabker - close - 3 Jan 2018
avatar mbabker mbabker - merge - 3 Jan 2018
avatar csthomas
csthomas - comment - 3 Jan 2018

Thanks @mbabker

Add a Comment

Login with GitHub to post a comment