Closed gmaster12 closed 2 years ago
Hello,
Please follow the template to report a bug, next time 😁
So for your error, yesterday, I had push a fix, please try to git pull and check if you have the last version of the code and retry.
Hello,
Apologies for not completing the template! I saw your changes, deleted everything and started from scratch. I cloned the repository again and verified the changes you made to the fuel folder are there and the additional RUN command in the Dockerfile. I deployed with Docker-compose once more and it seems the same error remains. Here is my directory listing and the logs from the docker container:
root@beta:/home/chewbaka/plexshare# ls -al total 2144 drwxr-xr-x 7 root root 4096 Jul 28 15:24 . drwxr-xr-x 3 root root 4096 Jul 28 15:24 .. -rwxr-xr-x 1 root root 100701 Jul 28 15:24 CHANGELOG.md -rw-r--r-- 1 root root 3212 Jul 28 15:24 CODE_OF_CONDUCT.md -rw-r--r-- 1 root root 1616 Jul 28 15:24 composer.json -rw-r--r-- 1 root root 33436 Jul 28 15:24 composer.lock -rwxr-xr-x 1 root root 1932034 Jul 28 15:24 composer.phar -rw-r--r-- 1 root root 29 Jul 28 15:24 _config.yml -rwxr-xr-x 1 root root 150 Jul 28 15:24 CONTRIBUTING.md -rw-r--r-- 1 root root 847 Jul 28 15:24 docker-compose.dev.yml -rw-r--r-- 1 root root 867 Jul 28 15:24 docker-compose.yml -rw-r--r-- 1 root root 893 Jul 28 15:24 Dockerfile drwxr-xr-x 3 root root 4096 Jul 28 15:24 fuel drwxr-xr-x 8 root root 4096 Jul 28 15:24 .git drwxr-xr-x 3 root root 4096 Jul 28 15:24 .github -rw-r--r-- 1 root root 820 Jul 28 15:24 .gitignore -rw-r--r-- 1 root root 35147 Jul 28 15:24 LICENSE -rwxr-xr-x 1 root root 1070 Jul 28 15:24 LICENSE.md -rwxr-xr-x 1 root root 1832 Jul 28 15:24 oil drwxr-xr-x 3 root root 4096 Jul 28 15:24 public -rw-r--r-- 1 root root 1859 Jul 28 15:24 README.md drwxr-xr-x 2 root root 4096 Jul 28 15:24 screenshots -rwxr-xr-x 1 root root 3243 Jul 28 15:24 TESTING.md -rw-r--r-- 1 root root 2611 Jul 28 15:24 TODO_LIST.md -rw-r--r-- 1 root root 176 Jul 28 15:24 .travis.yml root@beta:/home/chewbaka/plexshare#
-> Executing /opt/docker/bin/service.d/syslog-ng.d//10-init.sh 2022-07-28 19:26:42,170 INFO success: nginxd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-07-28 19:26:42,171 INFO success: php-fpmd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-07-28 19:26:42,171 INFO success: crond entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) -> Executing /opt/docker/bin/service.d/nginx.d//10-init.sh -> Executing /opt/docker/bin/service.d/php-fpm.d//10-init.sh Setting php-fpm user to application -> Executing /opt/docker/bin/service.d/cron.d//10-init.sh nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /opt/docker/etc/nginx/vhost.ssl.conf:1 [2022-07-28T19:26:42.201228] WARNING: With use-dns(no), dns-cache() will be forced to 'no' too!; [28-Jul-2022 19:26:42] NOTICE: fpm is running, pid 52 [28-Jul-2022 19:26:42] NOTICE: ready to handle connections 2022-07-28 19:26:43,280 INFO success: syslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) [php-fpm:access] 127.0.0.1 - 28/Jul/2022:19:27:59 +0000 "POST /index.php" 200 /app/public/index.php 8.655 2048 0.00% No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first! No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first!
Ok the quick fix is to run composer install
in the folder plexshare.
And re-run docker-compose up -d plexshare
And please send me the logs of the command: docker-compose up -d plexshare
7 days without update, so i close your issue
I have installed with docker-compose via your instructions. The install was successful with no error messages. When trying to browse on port 80 we see the following message:
No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first!
Is this something I need to install inside the docker container first?
I'm running on Ubuntu 18.04
Here is a snippet of the logs leading up to the error:
2022-07-27 14:03:54,061 INFO RPC interface 'supervisor' initialized 2022-07-27 14:03:54,061 INFO supervisord started with pid 1 2022-07-27 14:03:55,075 INFO spawned: 'syslogd' with pid 45 2022-07-27 14:03:55,085 INFO spawned: 'nginxd' with pid 46 2022-07-27 14:03:55,088 INFO spawned: 'php-fpmd' with pid 47 2022-07-27 14:03:55,090 INFO spawned: 'crond' with pid 48 -> Executing /opt/docker/bin/service.d/syslog-ng.d//10-init.sh 2022-07-27 14:03:55,097 INFO success: nginxd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-07-27 14:03:55,097 INFO success: php-fpmd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-07-27 14:03:55,097 INFO success: crond entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) -> Executing /opt/docker/bin/service.d/nginx.d//10-init.sh -> Executing /opt/docker/bin/service.d/cron.d//10-init.sh -> Executing /opt/docker/bin/service.d/php-fpm.d//10-init.sh Setting php-fpm user to application nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /opt/docker/etc/nginx/vhost.ssl.conf:1 [2022-07-27T14:03:55.117044] WARNING: With use-dns(no), dns-cache() will be forced to 'no' too!; [27-Jul-2022 14:03:55] NOTICE: fpm is running, pid 47 [27-Jul-2022 14:03:55] NOTICE: ready to handle connections 2022-07-27 14:03:56,200 INFO success: syslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first! No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first!