🔬
Documentation
  • 👋Development Documentation
  • Overview
    • 💡What we do
    • ✨Our Features
  • Product Guides
    • 📪Making a post
    • 📎Understanding Projects
  • Fundamentals
    • 🛠️Getting set up
      • 📝Setting permissions
      • 🧑Inviting Members
  • Use Cases
    • 🎨For Designers
    • Page 1
    • 🖥️For Developers
      • Example of .gitignore
      • Cusotm Theme File Sync script for specified directories with auto git commit
    • ◀️List of Plugins
    • 👨‍💻Tips and Tricks
      • CLI schedule task and consume service
      • ♻️Automatic database backup (Updated)
      • 🛠️Execute a command from host to docker using terminal
      • 📋Shopware 6 commands
      • 😀Activate all plugins via CLI
      • ☠️Kill a process on a port [Linux]
      • 📄How do you import the database using CLI
      • 👨‍🔧Change PHP Configuration [Terminal]
      • 👁️Access to PHP Path Aixspro
      • 🌐Manage Apache services [Linux]
    • 📄SQL Tips & Tricks (shopware 6)
Powered by GitBook
On this page
  1. Use Cases
  2. Tips and Tricks

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

/opt/plesk/php/7.4/bin/php bin/console

Use bin/console in root directory

works for both Shopware 5 and Shopware 6 root dir as they are based on symfony

PreviousChange PHP Configuration [Terminal]NextManage Apache services [Linux]

Last updated 2 years ago

👨‍💻
👁️