View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006635 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2017-05-11 16:42 | 2017-07-03 14:22 |
Reporter | codecommerce | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Mac | OS | Mac Osx | OS Version | 10.11.6 |
Product Version | 6.0.0-rc.1 | ||||
Summary | 0006635: Couldn't setup shop v6.0 | ||||
Description | I got an error when setup oxid ce 6.0.0-rc.1 | ||||
Steps To Reproduce | followed steps on https://github.com/OXID-eSales/oxideshop_ce/ $ git clone https://github.com/OXID-eSales/oxideshop_ce.git $ cd oxideshop_ce $ composer install --no-dev $ cp source/config.inc.php.dist source/config.inc.php $ composer require oxid-esales/oxideshop-demodata-ce:dev-b-6.0 run setup. | ||||
Additional Information | See also Ticket https://bugs.oxid-esales.com/view.php?id=6616 Did not solve my problem. echo realpath(\"$PARTIAL_PATH\") ==> realpath is not defined on mac - should be readlink | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | 5.6 | ||||
Database Version | 5.6 | ||||
|
The error from the screenshot shows that the real problem is the fact that the PHP executable path is not found. Kindly execute the following command inside the shop directory where source/ and vendor/ directories are present and send us the output: VERBOSE=1 vendor/bin/oe-eshop-facts oe-eshop-db_migrate |
|
VERBOSE=1 vendor/bin/oe-eshop-facts oe-eshop-db_migrate Variables from: "oe-eshop-facts" ESHOP_PHP_BIN_PATH: /usr/local/bin/php ESHOP_FACT_BIN_PATH: /Applications/MAMP/htdocs/oxideshop_ce/vendor/oxid-esales/eshop-facts/oe-eshop-facts ESHOP_FACT_BASEDIR: /Applications/MAMP/htdocs/oxideshop_ce/vendor/bin ESHOP_SOURCE_PATH: /Applications/MAMP/htdocs/oxideshop_ce/source ESHOP_BOOTSTRAP_PATH: /Applications/MAMP/htdocs/oxideshop_ce/source/bootstrap.php ESHOP_CONFIG_PATH: /Applications/MAMP/htdocs/oxideshop_ce/source/config.inc.php ESHOP_VENDOR_PATH: ESHOP_VENDOR_BIN_PATH: /bin ESHOP_VENDOR_NAME: oxid-esales ESHOP_OXID_VENDOR_PATH: Script "oe-eshop-db_migrate" was not found. Possible candidates: |
|
Is there anything new? Would be nice to start with Oxid 6 |
|
Hi, this topic needs to be discussed internally. In the meantime you could check this workaround: https://stackoverflow.com/questions/3915040/bash-fish-command-to-print-absolute-path-to-a-file/23002317#23002317 |