Errors of the version 1.4.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.4.1

Postby support » 29 Feb 2016, 12:24

Error: After editing a page from "Information" area, an error occurs ["MainController can't find "view" file]

Solution:
In the file protected\modules\info\controllers\backend\MainController.php
after:
Code: Select all
public $defaultAction = 'admin'; 

add:
Code: Select all
public function actionView($id) {
    $this->redirect('admin');
}
 
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.4.1

Postby support » 29 Feb 2016, 12:25

Error: After editing a separator in 'Price list' an error occurs ["MainController can't find "view" file]

Solution:
In the file protected\modules\price\controllers\backend\CatController.php
until:
Code: Select all
public function actionAdmin() {
    
$this->getMaxSorter();
    
$this->getMinSorter();
    
parent::actionAdmin();

add:
Code: Select all
public function actionView($id) {
    
$this->redirect('admin');
}  
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0


Return to Issues

Who is online

Users browsing this forum: No registered users and 1 guest

cron