When trying to upgrade to 2.3.2 getting a php version errorUpgrade PHP version problemMagento version upgrade permission issueMagento 2 bin/magento command prompting php version messageBackend + Frontend gone after Upgrade from 2.0.7 - 2.1.0 (Magento2)Magento 2.1.0 on Ubuntu 16.04 not running on PHP 7.0.4how to use command line in magento 2.1?Trying to upgrade from 2.1.6 to 2.1.7 and getting a composer errorPHP requirement incompatible with your PHP version | Composer module installation errorIs there a php version which support Magento 2 all versionsError Magento 2.3.0 upgrade ( php requirement )
Confused about 誘われて (Sasowarete)
How can we better understand multiplicative inverse modulo something?
Nested-Loop-Join: How many comparisons and how many pages-accesses?
How would you write do the dialogues of two characters talking in a chat room?
Extract an attribute value from XML
Should you avoid redundant information after dialogue?
Would letting a multiclass character rebuild their character to be single-classed be game-breaking?
Why doesn't Anakin's lightsaber explode when it's chopped in half on Geonosis?
Adding a vertical line at the right end of the horizontal line in frac
Can a pizza stone be fixed after soap has been used to clean it?
How did John Lennon tune his guitar
Is this more than a packing puzzle?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Doing research in academia and not liking competition
Aborting 'wrong username' logins
Is it okay to retroactively change things when running a published adventure?
School House Points (Python + SQLite)
Redox reactions redefined
Replacing URI when using dynamic hosts in Nginx reverse proxy
Ragged justification of captions depending on odd/even page
Won 50K! Now what should I do with it
How can I legally visit the United States Minor Outlying Islands in the Pacific?
Crab Nebula short story from 1960s or '70s
As a DM, how to avoid unconscious metagaming when dealing with a high AC character?
When trying to upgrade to 2.3.2 getting a php version error
Upgrade PHP version problemMagento version upgrade permission issueMagento 2 bin/magento command prompting php version messageBackend + Frontend gone after Upgrade from 2.0.7 - 2.1.0 (Magento2)Magento 2.1.0 on Ubuntu 16.04 not running on PHP 7.0.4how to use command line in magento 2.1?Trying to upgrade from 2.1.6 to 2.1.7 and getting a composer errorPHP requirement incompatible with your PHP version | Composer module installation errorIs there a php version which support Magento 2 all versionsError Magento 2.3.0 upgrade ( php requirement )
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When I access the website, I get:
Magento supports PHP 7.1.3 or later. Please read Magento System
Requirements.
I have PHP 7.2.19 on my stack
Where do I look for the problem?
https://siccaro.eu/
php upgrade magento2.3.2
add a comment |
When I access the website, I get:
Magento supports PHP 7.1.3 or later. Please read Magento System
Requirements.
I have PHP 7.2.19 on my stack
Where do I look for the problem?
https://siccaro.eu/
php upgrade magento2.3.2
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54
add a comment |
When I access the website, I get:
Magento supports PHP 7.1.3 or later. Please read Magento System
Requirements.
I have PHP 7.2.19 on my stack
Where do I look for the problem?
https://siccaro.eu/
php upgrade magento2.3.2
When I access the website, I get:
Magento supports PHP 7.1.3 or later. Please read Magento System
Requirements.
I have PHP 7.2.19 on my stack
Where do I look for the problem?
https://siccaro.eu/
php upgrade magento2.3.2
php upgrade magento2.3.2
edited Jul 7 at 10:34
Raj Mohan R
1,5433 silver badges12 bronze badges
1,5433 silver badges12 bronze badges
asked Jul 6 at 16:53
Anna MouraviovaAnna Mouraviova
132 bronze badges
132 bronze badges
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54
add a comment |
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54
add a comment |
1 Answer
1
active
oldest
votes
Use below commands for changing PHP versions
From PHP 7.1 => PHP 7.2
sudo a2dismod php7.1
sudo a2enmod php7.2
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.2
check which PHP version you're using with this command
php -v
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281049%2fwhen-trying-to-upgrade-to-2-3-2-getting-a-php-version-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use below commands for changing PHP versions
From PHP 7.1 => PHP 7.2
sudo a2dismod php7.1
sudo a2enmod php7.2
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.2
check which PHP version you're using with this command
php -v
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
add a comment |
Use below commands for changing PHP versions
From PHP 7.1 => PHP 7.2
sudo a2dismod php7.1
sudo a2enmod php7.2
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.2
check which PHP version you're using with this command
php -v
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
add a comment |
Use below commands for changing PHP versions
From PHP 7.1 => PHP 7.2
sudo a2dismod php7.1
sudo a2enmod php7.2
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.2
check which PHP version you're using with this command
php -v
Use below commands for changing PHP versions
From PHP 7.1 => PHP 7.2
sudo a2dismod php7.1
sudo a2enmod php7.2
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.2
check which PHP version you're using with this command
php -v
answered Jul 6 at 17:03
Mohit RaneMohit Rane
55014 bronze badges
55014 bronze badges
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
add a comment |
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
1
1
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
I purged the old version and that fixed the error, but your solution also works fine, thanks!
– Anna Mouraviova
Jul 8 at 14:21
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281049%2fwhen-trying-to-upgrade-to-2-3-2-getting-a-php-version-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what commands are you using for changing php version?
– Mohit Rane
Jul 6 at 16:54