Today, we tried to upgrade from 5.4.5 to 5.5.6. However, Espo is no longer functioning after the upgrade attempt.
No logs in data/logs, but the following in the app log:
[28-Jan-2019 04:30:29 America/Los_Angeles] PHP Warning: require_once(D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php): failed to open stream: No such file or directory in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
[28-Jan-2019 04:30:29 America/Los_Angeles] PHP Fatal error: require_once(): Failed opening required 'D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php' (include_path='D:\home\site\wwwroot\crm') in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
When trying to manually rebuild the app, the following is returned:
PHP Warning: require_once(D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php): failed to open stream: No such file or directory in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5 PHP Fatal error: require_once(): Failed opening required 'D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php' (include_path='D:\home\site\wwwroot\crm') in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
We've also checked permissions/chmod 644 of the /index.php files in root + apI/v1/ folders with no effect.
Any hints?
No logs in data/logs, but the following in the app log:
[28-Jan-2019 04:30:29 America/Los_Angeles] PHP Warning: require_once(D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php): failed to open stream: No such file or directory in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
[28-Jan-2019 04:30:29 America/Los_Angeles] PHP Fatal error: require_once(): Failed opening required 'D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php' (include_path='D:\home\site\wwwroot\crm') in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
When trying to manually rebuild the app, the following is returned:
PHP Warning: require_once(D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php): failed to open stream: No such file or directory in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5 PHP Fatal error: require_once(): Failed opening required 'D:\home\site\wwwroot\crm\vendor/composer/autoload_real.php' (include_path='D:\home\site\wwwroot\crm') in D:\home\site\wwwroot\crm\vendor\autoload.php on line 5
We've also checked permissions/chmod 644 of the /index.php files in root + apI/v1/ folders with no effect.
Any hints?
Comment