I just updated from beta19 (I also installed a fresh version) and I got this error: "Cannot use object of type Closure as array"
The log file is bellow:
web.txt
Shoot, looks like we accidentally relaxed our Yii Debug extension version requirement in 429ef84d63274e43ed99f22c3ecab6fa9829848b. That was supposed to be hard-set at 2.0.8 until yiisoft/yii2-debug#234 is fixed. Just fixed this w/ Beta 21. Run composer update
and you should be good to go.
Most helpful comment
Shoot, looks like we accidentally relaxed our Yii Debug extension version requirement in 429ef84d63274e43ed99f22c3ecab6fa9829848b. That was supposed to be hard-set at 2.0.8 until yiisoft/yii2-debug#234 is fixed. Just fixed this w/ Beta 21. Run
composer update
and you should be good to go.