Errors of the version 1.17.1

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Errors of the version 1.17.1

Postby support » 10 Jul 2016, 10:24

Here we describe the errors of the version 1.17.1
Last edited by support on 20 Sep 2016, 09:03, edited 1 time in total.
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.17.1

Postby andipas » 29 Jul 2016, 14:19

Error when editing the main page in the information pages.
To fix it, do the following:
In file protected/modules/infopages/controllers/backend/MainController.php

the code:
Code: Select all

        
if(($model->widget == 'apartments' || $model->widget == 'seosummaryinfo') && $model->widget_data){
            
$this->filter CJSON::decode($model->widget_data);
        }
  


change on:
Code: Select all

        
if(($model->widget == 'apartments' || $model->widget == 'seosummaryinfo') && $model->widget_data){
            
$arr CJSON::decode($model->widget_data);
            if(
is_array($arr)){
                
$this->filter CMap::mergeArray($this->filter$arr);
            }
        }
  
andipas
Web Developer
Web Developer
 
Posts: 156
Joined: 28 Dec 2011, 22:37
Reputation point: 1


Return to Issues

Who is online

Users browsing this forum: No registered users and 7 guests

cron