Jump to content
thirty bees forum

errore php


Pietroalberto

Recommended Posts

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

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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? 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...