Thank you Mow, just one more question...
this will change permanently for all the domains/sites ? Because some domain works on php 5.4 and can't be upgraded . Then I should create a permanent alias instead update alternatives?
it's mandatory update alternatives for Magento property use ?
It...
It's correct if we create an alias without -f ?
alias php='/opt/plesk/php/7.3/bin/php'
alias composer='/opt/plesk/php/7.3/bin/php /usr/lib64/plesk-9.0/composer.phar'
in my case I need to execute composer for install magento extension and I get back an error. The composer that I should execute...
I have CentOS Linux 7.8.2003 with PLESK Obsidian 18.0.29 update 2
I already have Magento 2 installed in a subdomain and I try to install a payment gateway extension ( Stripe ) using composer as is deserved in Stripe documentation.
I created an alias to easy typing:
alias...