yii2-extensions/app-basic

PHP Fatal error: Uncaught ValueError: Path cannot be empty in [no active file]

biladina opened this issue · 3 comments

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]
Screenshot_20231023_082912

Additional info

Q A
Version dev
PHP version PHP 8.1.24
Operating system Fedora 37

Related yiisoft/yii2#20021

Please update with composer update, it should work now.

image

Work now.

image

okay, it works now, thank you..