News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

setTranslatable error

Started by VampiRUS, October 13, 2015, 11:03:01 AM

Previous topic - Next topic

VampiRUS

administrator/components/com_virtuemart/helpers/vmtable.php

public function setTranslatable($langFields) {

$this->_translatableFields = $langFields;
$this->_translatableFields['slug'] = 'slug';
$this->_translatable = true;

$this->_langTag = VmConfig::$vmlang;
$this->_tbl_lang = $this->_tbl . '_' . $this->_langTag;
}

$vmlang is undefined

Milbo

Seems a 3rd party component is calling that without calling loadConfig first.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

VampiRUS