I just tried the tutorial Working with Forms on the βBasicβ Version of Yii v 2.0.0. I followed him step by step, but I think something is wrong. I have an EntryForm model in place, the SiteController has an actionEntry, and both have views too.
Error tracing:
1. in /usr/share/nginx/html/basic/controllers/SiteController.php at line 99 } public function actionAbout() { return $this->render('about'); } public function actionEntry() { $model = new EntryForm; if ($model->load(Yii::$app->request->post()) && $model->validate()) {
source share