chocolatey icon indicating copy to clipboard operation
chocolatey copied to clipboard

Installation problem

Open DetectedStorm opened this issue 8 years ago • 3 comments

After uploading the files I see this error

Warning: require_once(C:\xampp\htdocs\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\bootstrap\app.php on line 4

Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\bootstrap\app.php on line 4 *

what's the problem ? :"(

DetectedStorm avatar Jan 12 '18 06:01 DetectedStorm

@AbdelrahmanHamdyR No such file or directory is 404 means you haven't uploaded the /vendor folder or vendor/autoload.php file is missing.

TheRayJohnson avatar Feb 15 '18 16:02 TheRayJohnson

Exactly like @TheRayJohnson said. You need execute the composer install command. Or just download this version https://github.com/ovflowd/chocolatey/releases/tag/3.000N that actually ships the binaries.

ovflowd avatar Feb 22 '18 07:02 ovflowd

@AbdelrahmanHamdyR sorry for the delayed response.

ovflowd avatar Feb 22 '18 07:02 ovflowd