Carlos Gamboa Hernandez

Results 2 issues of Carlos Gamboa Hernandez

Hi there, while clicking on the edit button, i have an error : Calling unknown method: yii\web\View::getAll() This error was not shown before the last update.... There is a problem...

Hi, there is a bug migrating the data, the variable $table should be called like $this->table. $this->createTable($table, [//error displayed 'menu_id' => $this->primaryKey(), 'menu' => $this->text()->notNull(), ], $options); } Like this...