Answer the question
In order to leave comments, you need to log in
Where do you get access to $this->config?
I installed the Yii 1.1 module: comments-module , did everything according to the instructions, and when adding comments, an error occurs: Undefined index: orderComments. Looking for where this variable is, it is in Comment.php and there is a check:
if($this->config['orderComments'] === 'ASC' || $this->config['orderComments'] === 'DESC')
//order direction for comments
'orderComments'=>'DESC',
$this->widget('comments.widgets.ECommentsListWidget', array(
'model' => $model,
));
Answer the question
In order to leave comments, you need to log in
www.yiiframework.com/doc/guide/1.1/en/basics.module
Try this:Yii::app()->controller->module->orderComments;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question