-
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
can not install on linux os #3572
Comments
Did you downloaded |
Run |
I tried with this command but still showing these errors.. |
Show me your project directory structure. |
Firstly I tried with this command: then in terminal i faced these issues: `Installing codeigniter4/appstarter (v4.0.4)
Problem 1 To enable extensions, verify that they are enabled in your .ini files: Then when i try to run: http://localhost/ci4/test01/public/ it shows these erros:
|
You do not meet all the system requirements. Please review them in the User Guide: https://codeigniter4.github.io/CodeIgniter4/intro/requirements.html If you need more help, support requests should be open on the forums - GitHub Issues are for bug reports: https://forum.codeigniter.com/forum-30.html |
I have got these two errors while run codeingter 4 on linux os
Warning: require(/opt/lampp/htdocs/ci4/test01/app/Config/../../vendor/codeigniter4/framework/system/bootstrap.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/ci4/test01/public/index.php on line 36
Fatal error: require(): Failed opening required '/opt/lampp/htdocs/ci4/test01/app/Config/../../vendor/codeigniter4/framework/system/bootstrap.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/ci4/test01/public/index.php on line 36
The text was updated successfully, but these errors were encountered: