View Issue Details

IDProjectCategoryView StatusLast Update
0006635OXID eShop (all versions)6. ------ Setup -------public2017-07-03 14:22
Reportercodecommerce Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformMacOSMac OsxOS Version10.11.6
Product Version6.0.0-rc.1 
Summary0006635: Couldn't setup shop v6.0
DescriptionI got an error when setup oxid ce 6.0.0-rc.1


Steps To Reproducefollowed 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 InformationSee 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
TagsNo tags attached.
Attached Files
ThemeNot defined
BrowserNot defined
PHP Version5.6
Database Version5.6

Activities

QA

2017-05-12 10:11

administrator   ~0012088

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

codecommerce

2017-05-12 10:14

reporter   ~0012089

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:

codecommerce

2017-06-04 10:59

reporter   ~0012107

Is there anything new?
Would be nice to start with Oxid 6

michael_keiluweit

2017-06-20 14:21

administrator   ~0012129

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