Access to PHP Path Aixspro
after ssh connection to battron server is just not enough to run the cli process, as their server configuration is limited to some extent for the execution by normal users
There is a workaround for executing commands by mentioning the path of the PHP version
if you wanna use PHP 7.4
as shown in the below example
/opt/plesk/php/7.4/bin/php
is the path for the php version. switching different version names will enable access and execution to the specific php -v
Use bin/console
in root
directory
works for both Shopware 5 and Shopware 6 root dir as they are based on symfony
Last updated