You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Lychee version
v5.3.0
Which PHP version are you using?
PHP 8.3
Detailed description of the problem
In all the latest images (above v5.0) from docker hub (lycheeorg/lychee and lycheeorg/lychee-laravel) the following error is produced:
lychee | 127.0.0.1 - - [02/Jun/2024:13:24:22 +0000] "GET / HTTP/1.1" 500 1965 "-" "curl/7.88.1" "-"
lychee | 2024/06/02 13:24:52 [error] 1527#1527: *31 FastCGI sent in stderr: "PHP message: PHP Warning: require(/var/www/html/Lychee/public/../vendor/autoload.php): Failed to open stream: No such file or directory in /var/www/html/Lychee/public/index.php on line 56; PHP message: PHP Fatal error: Uncaught Error: Failed opening required '/var/www/html/Lychee/public/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/Lychee/public/index.php:56
lychee | Stack trace:
lychee | #0 {main}
lychee | thrown in /var/www/html/Lychee/public/index.php on line 56" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "localhost"
Looks like some PHP content is missing or some wrong sources go into the docker image.
Steps to reproduce the issue
Run one of the latest docker images on Raspberry 3 with docker-compose.
Watch the logs and the Browser content. Both report the error.
Diagnostics [REQUIRED]
No response
Browser & System [REQUIRED]
No response
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions