#265 – Wrong homepage on multilingual site with default language disabled

Status: Closed - Category: Route 66
Steps to reproduce the issue
Setup a basic multilingual site:
During Joomla! installation, install additional language and enable Activate the multilingual feature and Install localized content options.
After installation, go to Language Filter plugin and enable Remove URL Language Code option.
Change Home menu item in Main Menu to some other type so we can tell the difference, e.g. Articles -> List all categories.
Install Route 66.
Go to site homepage.

Expected result

English homepage opens (Category Blog).

Actual result

Default homepage opens (Articles -> List all categories)

Potential fix

plugins/system/route66/lib/router66.php, line 125, add empty path check.

if ($path === '' || $path == $this->currentLanguage->sef) {
	$this->isMenuItem = true;
	return;
}
Sorry, typo in title. Meant to say default language code, not default language.
Hi,

We have already fixed tis since it has been reported by other users. The fix will get included in the next update, and it's exactly like yours.

Thank you very much for the great feedback.

If you like this extension please post a review at the Joomla extensions directory.

Regards
 
Glad to hear that. Thanks.
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review