VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: JCSL on January 03, 2020, 20:22:43 PM

Title: NO LANGUAGE LOADED COM_VIRTUEMART
Post by: JCSL on January 03, 2020, 20:22:43 PM
I get the following error in error logs in virtuemart over and over again. I am trying to figure out where might be the problem ... Do you think you could help ?


2020-01-03 18:47:19 NO LANGUAGE LOADED COM_VIRTUEMART <pre>#0 vmTrace() called at [/home/rapidcom/public_html/administrator/components/com_virtuemart/helpers/vmlanguage.php:257]
#1 vmLanguage::loadJLang() called at [/home/rapidcom/public_html/administrator/components/com_virtuemart/helpers/config.php:880]
#2 VmConfig::loadJLang() called at [/home/rapidcom/public_html/plugins/system/FlexibleVm3cart/FlexibleVm3cart.php:32]
#3 plgSystemFlexibleVm3cart->onAfterInitialise() called at [/home/rapidcom/public_html/libraries/joomla/event/event.php:70]
#4 JEvent->update() called at [/home/rapidcom/public_html/libraries/joomla/event/dispatcher.php:160]
#5 JEventDispatcher->trigger() called at [/home/rapidcom/public_html/libraries/joomla/application/base.php:106]
#6 JApplicationBase->triggerEvent() called at [/home/rapidcom/public_html/libraries/cms/application/cms.php:684]
#7 JApplicationCms->initialiseApp() called at [/home/rapidcom/public_html/libraries/cms/application/site.php:685]
#8 JApplicationSite->initialiseApp() called at [/home/rapidcom/public_html/libraries/cms/application/site.php:209]
#9 JApplicationSite->doExecute() called at [/home/rapidcom/public_html/libraries/cms/application/cms.php:265]
</pre>
Title: Re: NO LANGUAGE LOADED COM_VIRTUEMART
Post by: GJC Web Design on January 03, 2020, 22:20:05 PM
Its normally out of date plugins

try disabling the plugins/system/FlexibleVm3cart

if the error is gone then check its config loading code
Title: Re: NO LANGUAGE LOADED COM_VIRTUEMART
Post by: Studio 42 on January 04, 2020, 01:49:42 AM
I had same problem, you need to modify the code or disable FlexibleVm3cart
Title: Re: NO LANGUAGE LOADED COM_VIRTUEMART
Post by: JCSL on May 26, 2020, 08:37:30 AM
Thank you Guys... very helpful!