PHP Fatal error: Uncaught ValueError: Path cannot be empty in [no active file]
biladina opened this issue · 3 comments
biladina commented
What steps will reproduce the problem?
- create project with composer
- run
php yii serve
What is the expected result?
the site working
What do you get instead?
error 500, and the console said PHP Fatal error: Uncaught ValueError: Path cannot be empty in [no active file]
Additional info
Q | A |
---|---|
Version | dev |
PHP version | PHP 8.1.24 |
Operating system | Fedora 37 |
terabytesoftw commented
Related yiisoft/yii2#20021
Please update with composer update
, it should work now.
terabytesoftw commented
biladina commented
okay, it works now, thank you..