-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to open system/bootstrap.php #2193
Comments
Does this happen every time? Sounds like just occasionally, which will make it a bugger to debug. Anything common on your end when that happens that you can think of? |
Also, it's unclear to me if you get that error while installing from |
It's fresh install. I started try CI4 3-4 months ago. Since then had problem and moved to appstarter. But after Migration major update, started to use devapstarter with Composer and worked as expected. Now again this happening |
@jim-parry I feel we've ran into this before. The devstarter repo is pointing to the wrong |
Just pushed a change to app/Config/Paths.php, which I thought I had fixed before but obviously didn't :( |
Actually, I am not sure that composer update will help, The change is in the devstart repo, which was probably cloned. That would mean pulling from it, which might clobber work a developer has done. |
So, problem fixed for future users of devstarter; workaroung above for existing users. |
Time to time I see this warning when try install devstarter via Composer.
I run this command from documentation:
composer create-project codeigniter4/devstarter my-awesome-project -s dev --no-dev
Warning: require(E:\OSPanel\domains\localhost\magazine\app\Config/../../system/bootstrap.php): failed to open stream: No such file or directory in E:\OSPanel\domains\localhost\magazine\spark on line 43
The text was updated successfully, but these errors were encountered: