View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000237 | Bacula-Web | bug-php | public | 2018-02-28 13:32 | 2018-02-28 18:34 |
Reporter | websun | Assigned To | davide | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 16.04 LTS |
Product Version | 8.0.0-rc1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000237: Failed opening required 'vendor/autoload.php' | ||||
Description | 2018/02/28 12:22:45 [error] 15027#15027: *6 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /var/www/backup/core/global.inc.php on line 19 PHP message: PHP Fatal error: require_once(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/backup/core/global.inc.php on line 19" while reading response header from upstream, client: 91.184.200.50, server: backup., request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "backup" | ||||
Additional Information | There is a reference in core/global.inc.php to vendor/autoload.php which does not seem to exist. File is not in archive // Class autloader instance creation require_once 'vendor/autoload.php'; Commenting out does not fix it and creates a mess | ||||
Tags | No tags attached. | ||||
|
I think you forgot to run this composer command http://docs.bacula-web.org/en/latest/02_install/install_deps.html#install-dependencies Hope it helps |
|
Indeed, and I apologize for this. Thank you for the help |
|
> Indeed, and I apologize for this. No problem, you don't need to apologize ;) > Thank you for the help You're welcome P:S: with next release candidate version, you'll have the choice 1. Download the full "package" 2. Use composer to install Bacula-Web from packagist.org Hope you'll enjoy it. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-28 13:32 | websun | New Issue | |
2018-02-28 17:00 | davide | Assigned To | => davide |
2018-02-28 17:00 | davide | Status | new => assigned |
2018-02-28 17:02 | davide | Status | assigned => feedback |
2018-02-28 17:02 | davide | Note Added: 0000728 | |
2018-02-28 17:05 | websun | Note Added: 0000729 | |
2018-02-28 17:05 | websun | Status | feedback => assigned |
2018-02-28 17:23 | davide | Note Added: 0000731 | |
2018-02-28 18:34 | davide | Status | assigned => resolved |
2018-02-28 18:34 | davide | Resolution | open => no change required |