? Success

User tests: Successful: Unsuccessful:

avatar b92
b92
2 Nov 2014

Steps to reproduce the issue

Install Joomla (Test English (GB) Sample Data), for example
From the backend set the configuration ‘Search Engine Friendly URLs’ = ‘YES’
Use the url: index.php?option=com_tags&view=tag&layout=list&id[0]=3 (not sef url into a sef one. The id can have another value and NO Itemid has to be set)

You will have 3 times the error:
Notice: Array to string conversion in /libraries/cms/router/site.php on line 465

The proposal to fix is to replace into router.php for the com_tag component
$id = $query['id'];
with
$id = (int) $query['id'];
which seems coherent with the test line 79

Expected result

No error

Actual result

Notice: Array to string conversion in /libraries/cms/router/site.php on line 465

System information (as much as possible)

Joomla 3.3.6

avatar b92 b92 - open - 2 Nov 2014
avatar jissues-bot
jissues-bot - comment - 2 Nov 2014

Pull requests to the master branch of this repo are not accepted. Please close this pull request and submit a new one against the staging branch.
This is an automated message from the J!Tracker Application.

avatar jissues-bot jissues-bot - change - 2 Nov 2014
Labels Added: ?
avatar b92
b92 - comment - 2 Nov 2014

To be closed !! in double [#4971]

avatar Bakual
Bakual - comment - 2 Nov 2014

Closing this since it's against master. See #4971 for the one against staging

avatar Bakual Bakual - close - 2 Nov 2014
avatar Bakual Bakual - change - 2 Nov 2014
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2014-11-02 18:13:22

Add a Comment

Login with GitHub to post a comment