Answer the question
In order to leave comments, you need to log in
I do not understand what is wrong with the accepted argument?
Here is the action
class ForSpecialistsController extends Controller
{
public function actionIndex($token)
{
try{...}
}
}
Too few arguments to function frontend\controllers\auth\ForSpecialistsController::actionIndex(), 0 passed and exactly 1 expected
Answer the question
In order to leave comments, you need to log in
You need to write a rule in the url manager for this url, actionIndex expects $token and ?token=wXPV... does not fall into this variable
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question