-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Version
develop at 8a36798
Steps to reproduce the bug
Followed install instructions
Expected behaviour
System should install properly and be able to be used in web browser
Actual behaviour
The composer install doesn't finish successfully and then there is a fatal error when accessed through the web browser.
Server information
Ampps
mongodb
Client information
OS: windows7
Browser: chrome
Additional information
The composer install ends with this error:
- Installing classpreloader/classpreloader (1.0.2)
Downloading: Connecting... Failed to download classpreloader/classpreload
er from dist: The "https://api.github.com/repos/mtdowling/ClassPreloader/zipball
/2c9f3bcbab329570c57339895bd11b5dd3b00877" file could not be downloaded (HTTP/1.
1 404 Not Found)
Now trying to download from source - Installing classpreloader/classpreloader (1.0.2)
Cloning 2c9f3bcbab329570c57339895bd11b5dd3b00877
[RuntimeException]
Failed to clone git@github.com:mtdowling/ClassPreloader.git, git was not fo
und, check that it is installed and in your PATH env.
'git' is not recognized as an internal or external command,
operable program or batch file.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-p
lugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress
] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [pac
kages1] ... [packagesN]
Then when accessing /public in the web browser, the fatal error is:
Fatal error: require(): Failed opening required 'C:\Ampps\www\learninglocker\bootstrap/../vendor/autoload.php' (include_path='.;C:\php\pear') in C:\Ampps\www\learninglocker\bootstrap\autoload.php on line 17
I have looked and there is no autoload.php file in the /vendor/ directory, presumably because that was what didn't get downloaded in the composer install.