Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Statistics - User data log 11.04.2012 20:12
Hello,
You´re right. We make some code changes to make it work. So you can download 2.0.1 version with this change and some other minor issues.
Don´t forget to export your calculators before uninstall component.
Thanks. Regards,
Moonsoft Team
Moonsoft Team
www.moonsoft.es
You´re right. We make some code changes to make it work. So you can download 2.0.1 version with this change and some other minor issues.
Don´t forget to export your calculators before uninstall component.
Thanks. Regards,
Moonsoft Team
Moonsoft Team
www.moonsoft.es
Re: Statistics - User data log 17.12.2012 13:45
Hello,
This bug is reported and solution included in future version.
You can solve it by changing few lines of code. In JOOMLA/components/com_calcbuilder/models/calcbuilder.php (line 180), replace
if ($_value!=''){
$_mv=$this->getMultivalue($_value);
with
if ($_valuetmp!=''){
$_mv=$this->getMultivalue($_valuetmp);
If you need more help, please place a ticket at Helpdesk in Customer Area.
Sorry for inconveniences. Regards,
Moonsoft Team
www.moonsoft.es
This bug is reported and solution included in future version.
You can solve it by changing few lines of code. In JOOMLA/components/com_calcbuilder/models/calcbuilder.php (line 180), replace
if ($_value!=''){
$_mv=$this->getMultivalue($_value);
with
if ($_valuetmp!=''){
$_mv=$this->getMultivalue($_valuetmp);
If you need more help, please place a ticket at Helpdesk in Customer Area.
Sorry for inconveniences. Regards,
Moonsoft Team
www.moonsoft.es