Hi devs, when i clone fuel i get this error: Warning - include(/var/www/html/validation/fuel/packages/oil/bootstrap.php): failed to open stream: No such file or directory in COREPATH/classes/fuel.php on line 287 i cant work with the Auth package and i really need to use it, can anyone tell me something to fix it?
it looks like that but even when i used chmod -R 777 file/ it doesn't work, but i formated my pc and i getting a new error, i really dont know what's happening
The file it is trying to load is really there? You are using PHP 5.3.3. or newer? Did you also check the rigths on the folder the file is in, or any higher folder, and see if the webserver can access that?
i gave it all the permissions and was the same, im on fedora i really tyred of all those errors. about php i always donload the latest PHP version, so i think is not the problem
You install the framework package or clone the repo, run a composer update, and it will pull the rest in for you. It also has the app separated from the framework, so it can have it's own repo, which makes updates easier.