Pietroalberto Posted January 19, 2023 Posted January 19, 2023 i need to transfer files from server to server , to get around a basic php problem ( server a 7.4 basic , server b 7.2 basic , set cpanel to 7.4 ) how would i do The error "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.2.34." Thank you ps : on server b there are other working installations set to 7.4
datakick Posted January 19, 2023 Posted January 19, 2023 Best solution would be to enable php7.4 on target server. If you can't do that, then you can use core updater on source server and update to codebase for PHP7.2, then copy that to your target server. Note that this can be done for 1.4.0. If you are on bleeding edge (1.5.0), php 7.2 is not supported anymore. Php 7.4 is lowest version
Pietroalberto Posted January 19, 2023 Author Posted January 19, 2023 Is it possible to get around the problem by performing a new installation and replacing the database and only the folders containing the changes (products-blogs-photos)? if yes, which are the folders to overwrite
Beeta Posted January 19, 2023 Posted January 19, 2023 Se non sei su bleeding edge penso sia più facile fare come ti ha detto @datakick, ma vediamo cosa ti dice.
datakick Posted January 20, 2023 Posted January 20, 2023 15 hours ago, Pietroalberto said: Is it possible to get around the problem by performing a new installation and replacing the database and only the folders containing the changes (products-blogs-photos)? if yes, which are the folders to overwrite Yes, it is possible. However there is no step-by-step process that I can describe. Why do you insist on using php7.2?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now