ClickAndMortar / mage-wizard

Develop faster on Magento / Adobe Commerce with Mage Wizard
https://mage-wizard.dev/
MIT License
12 stars 0 forks source link

(bug) Error finding PHP versions #12

Open maxicoffee002 opened 3 months ago

maxicoffee002 commented 3 months ago

Describe the bug On a fresh install on Ubuntu 22.04.4 via docker I got the message

Error finding PHP versions: Error: Command failed: whereis -abq php
/bin/sh: whereis: not found

To Reproduce Steps to reproduce the behavior:

  1. Launch the app via Docker docker run -p 3000:3000 -v :/magento clickandmortar/mage-wizard
  2. Set the path to magento on the welcome form , click "Save & Continue"
  3. In terminal see the message :
    Error finding PHP versions: Error: Command failed: whereis -abq php
    /bin/sh: whereis: not found
  4. In the app the dashboard entry is working fine, the other menu items display only empty grids

Screenshots image

michael-bouvy commented 3 months ago

Thanks @maxicoffee002 for your feedback. What version of Magento are you using?

I'll add a fallback on which to find for PHP binaries, the error shouldn't be blocking (Mage Wizard does not use yet the PHP binary directly).

michael-bouvy commented 3 months ago

The split error should be fixed in v0.2.19