Page 1 of 1

Errors of the version 1.14.0

PostPosted: 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

PostPosted: 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

PostPosted: 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

PostPosted: 24 Feb 2016, 10:14
by fisher
Yes, this error is already fixed.