Errors of the version 1.14.0
Posted:
29 Sep 2015, 10:51
by Xpycm
Here we describe the errors of the version 1.14.0
Re: Errors of the version 1.14.0
Posted:
02 Oct 2015, 11:34
by support
A new property type can't be added.
In the file protected/modules/apartmentObjType/models/ApartmentObjType.php
find the line
- Code: Select all
array('sorter, sub_type, parent_id', 'numerical', 'integerOnly'=>true),
and change it to
- Code: Select all
array('sorter, parent_id', 'numerical', 'integerOnly'=>true),
then find the line
- Code: Select all
array('id, sorter, date_updated, sub_type', 'safe', 'on'=>'search'),
and change it to
- Code: Select all
array('id, sorter, date_updated', 'safe', 'on'=>'search'),
Re: Errors of the version 1.14.0
Posted:
22 Feb 2016, 13:09
by Overeem
Are these errors fixed in the latest version or do I still need to make these changes?
Re: Errors of the version 1.14.0
Posted:
24 Feb 2016, 10:14
by fisher
Yes, this error is already fixed.