Welcome Guest, Not a member yet? Register   Sign In
bootstrap.php not found in index.php
#2

(This post was last modified: 04-20-2020, 06:10 AM by 5flex.)

(04-20-2020, 04:24 AM)abualk Wrote: Greetings, 
I downloaded a very fine update on the script from : https://github.com/codeigniter4projects/website2

when I put in localhost , I got this message:

PHP Code:
Fatal error: require(): Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/CI/app/Config/../../vendor/codeigniter4/framework/system/bootstrap.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php'in /Applications/XAMPP/xamppfiles/htdocs/CI/public/index.php on line 36 

 I wonder how to fix it?


Show us please a directory structure?

AND you must execute in your root folder the next commands:

PHP Code:
composer require codeigniter4/framework

composer update 


Most likely the problem is that you do not have the vendor folder.
Reply


Messages In This Thread
bootstrap.php not found in index.php - by abualk - 04-20-2020, 04:24 AM
RE: bootstrap.php not found in index.php - by 5flex - 04-20-2020, 05:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB