-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : N/A
Hi,
When I visit many pages I see missing translations, for example:
/administrator/index.php?option=com_config&view=component&component=com_hikashop
I added "xdebug_call_class()" to the JLanguage constructor and two instances are being created, one inside the "JLanguage" class and one inside the "hikaShopLanguage" class. There should only be a single instance of the class in the application.
When "JText::_("JLIB_RULES_SETTINGS_DESC")" is called then it is looking at the last instance, created within hikaShopLanguage, and cannot find the translation because it was loaded in the first instance, which was created inside the Joomla application.