Your system is not ready to run the application #2354
Unanswered
ohdonpiano
asked this question in
Help needed
Replies: 3 comments 2 replies
-
You should do |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should add the following in your deploy.php recipe.
It sets the cachetool version to the latest that supported PHP 7.2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I run "dep deploy production" as usual and it fails with the following error:
the application is based on codeigniter 2
In Client.php line 103:
The command "cd the_srv_path/releases/274 && (/usr/local/bin/php cachetool.phar opcache:reset --fcgi=/dev/shm/php-fpm.sock)" failed.
Exit Code: 1 (General error)
Host Name: api01
================
Box Requirements Checker
[ERROR] Your system is not ready to run the application.
Fix the following mandatory requirements:
deploy [-p|--parallel] [-l|--limit LIMIT] [--no-hooks] [--log LOG] [--roles ROLES] [--hosts HOSTS] [-o|--option OPTION] [--] []
The php extension version on my 3 servers is indeed 7.2.28 and it's not changed
The deployer version is 6.6.0 and it's not changed
as part of deployment steps, composer update is NOT called
I need help to restore application requirement to version 7.2.x as before
the 'recipe/codeigniter.php' is used
when executing the deploy, the error comes at the last step "cachetool:clear:opcache":
Connection to api03.lan closed.
✔ Ok
✔ Executing task deploy:vendors
✔ Executing task deploy:shared
✔ Executing task deploy:writable
✔ Executing task files:env
✔ Executing task files:clean
✔ Executing task deploy:symlink
➤ Executing task cachetool:clear:opcache
✔ Executing task deploy:failed
✔ Executing task deploy:unlock
In Client.php line 103:
etc.
Beta Was this translation helpful? Give feedback.
All reactions