Answer the question
In order to leave comments, you need to log in
In yii1 $this->render redirects to the main page. Where to dig?
With echo everything is ok:
public function actionForm()
{
echo "пипец"
}
public function actionForm()
{
$this->render('form');
}
Answer the question
In order to leave comments, you need to log in
I found the problem myself and everything turned out to be trite in the layout main, they are loaded through renderpartial files, and they are in a folder from another controller, so he didn’t find them
First, see if the code before $this->render is executed;
Then try to localize the location of the redirect,
I usually use exit; in code. Find a place, go inside the function.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question