PHP Version
7.4
CodeIgniter4 Version
4.2.1
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
macOS
Which server did you use?
cli-server (PHP built-in webserver)
Database
No response
What happened?
When creating an app in a path directory contains '@' character, the app can't running.
Got this error messages:
PHP Fatal error: Uncaught Error: Class 'Config\App' not found in /Users/nur/Devs/WebProjects/works@ftugm/ci4-app/vendor/codeigniter4/framework/system/Config/Factories.php:126 ...
My app installation in /Users/nur/Devs/WebProjects/works@ftugm/ci4-app (contains @)
But when I try to install in different directory (without @), the app running well.
Steps to Reproduce
- Create directory with
@ character e.g. works@ftugm
- Create the codeigniter project inside that directory with composer
> cd works@ftugm
> composer create-project codeigniter4/appstarter ci4-app
- Run the app
> cd ci4-app
> php spark serve
- We get the errors
Expected Output
The app running well.
Anything else?
No response
PHP Version
7.4
CodeIgniter4 Version
4.2.1
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter)Which operating systems have you tested for this bug?
macOS
Which server did you use?
cli-server (PHP built-in webserver)
Database
No response
What happened?
When creating an app in a path directory contains '@' character, the app can't running.
Got this error messages:
PHP Fatal error: Uncaught Error: Class 'Config\App' not found in /Users/nur/Devs/WebProjects/works@ftugm/ci4-app/vendor/codeigniter4/framework/system/Config/Factories.php:126 ...My app installation in /Users/nur/Devs/WebProjects/works@ftugm/ci4-app (contains @)
But when I try to install in different directory (without @), the app running well.
Steps to Reproduce
@character e.g.works@ftugmExpected Output
The app running well.
Anything else?
No response