Actions
Bug #3486
closedJ2.5: Invalid articles in article tab with SEF enabled on J2.5 results in notice
Description
When Joomla trys to SEF and invalid URL in the article tab it results in the below.
Notice: Undefined index: view in D:\xampp\htdocs\old\jupgrade\components\com_content\router.php on line 48
This is fixed in CB Articles; need to apply fix to the CB default article plugin.
Files
Updated by krileon over 12 years ago
It does this when getting a link to an article that has no Joomla menu link.
Actions
#2
Updated by krileon over 12 years ago
- File 3486.patch 3486.patch added
- File cb.authortab.php cb.authortab.php added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Patch forces invalid links (those with no Itemid) to append live_site so it won't SEF. Joomla can't SEF an article link that has no Itemid as it can't construct alias and it doesn't construct a valid query object (bug in Joomla? been reported since 1.6; not fixed).
Updated by beat over 12 years ago
- Subject changed from Invalid articles in article tab with SEF enabled on J2.5 results in notice to J2.5: Invalid articles in article tab with SEF enabled on J2.5 results in notice
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
r1800 commits this. Testing required
To-Test:
- Articles tab with SEF and without SEF on Joomla 2.5.
Actions