Page 1 of 1

Errors of the version 1.36.1

PostPosted: 08 Sep 2022, 19:56
by support
Errors of the version 1.36.1

Error500 Property "MainController.type" is not defined.

PostPosted: 25 Sep 2022, 19:35
by kklab
Hi All,

V1.36.1 is good. Thanks much for the developing team.

But I tested and got this issue when I click the button to do "search":

-----------------------------------------------------

Error500

Property "MainController.type" is not defined.

---------------------------------------------------------------------------------

Any advice? Thanks in advance.

Re: Error500 Property "MainController.type" is not defined.

PostPosted: 27 Sep 2022, 16:04
by andipas
kklab wrote:Hi All,

V1.36.1 is good. Thanks much for the developing team.

But I tested and got this issue when I click the button to do "search":

-----------------------------------------------------

Error500

Property "MainController.type" is not defined.

---------------------------------------------------------------------------------

Any advice? Thanks in advance.


Thanks for finding the bug.
In file protected/components/Controller.php

after
Code: Select all

    
#### start for search
    
public $selectedCountry;
    public 
$selectedRegion;
    public 
$selectedCity;
    public 
$selectedMetroStations;
    public 
$apType;
 


add
Code: Select all

    
public $type;