Domanda

I've developed a component on a local installed single language joomla. I'm now trying to install it on a multi language system and on that system I can not call my module from the url.

The standard URL: index.php?task=Weight_and_Balance&plane=DR400

is being automatically translated in: index.php?task=Weight_and_Balance&plane=DR400&Itemid=600&lang=en

and this URL results in an Error 404.

How can I solve this issue?

È stato utile?

Soluzione

@Elin is correct, you're missing the component.

This means that the right component is the homepage on your development site (so it's gathered by SEF from the URL - or lack thereof since it's the root), and NOT on your multi-language site. Simply add &option=com_yourcomponentname, using the component name of the default page of your development site.

This appears to have nothing to do with the multilanguage feature.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top