View Issue Details

IDProjectCategoryView StatusLast Update
0006632OXID eShop (all versions)6. ------ Setup -------public2017-05-09 08:52
Reporterd3 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version6.0.0-rc.1 
Summary0006632: Return code: '1' during installation v6.RC
DescriptionDuring the installation from step 4 to 5, i got this message:

Error while executing command '/XXX/600rc/vendor//bin/oe-eshop-facts oe-eshop-demodata_install'. Return code: '1'.
The command returns the following message:

cp: cannot stat '/XXX/600rc/vendor/oxideshop-demodata-/src/out': No such file or directory


The string for CE/PE/EE ist missing, in this case it should be 'ce'.


How can i avoid this error?
Steps To ReproduceIt's happend not in lokal VM, it is online on a cloudserver:

PHP Version 7.0.15
Linux cloud1-vm279 4.4.59+119-ph #1 SMP Sat Apr 1 17:08:43 UTC 2017 x86_64

...
This program makes use of the Zend Scripting Language Engine:
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.3, Copyright (c) 2002-2016, by ionCube Ltd.
    with Zend OPcache v7.0.15, Copyright (c) 1999-2017, by Zend Technologies




Provider: Profihost
Additional InformationEditor MG
TagsNo tags attached.
Attached Files
ThemeNot defined
BrowserFirefox
PHP VersionOther
Database VersionNot defined

Activities

QA

2017-05-09 08:52

administrator   ~0012077

Hi,

please contact your hoster directly as the case is already known and a server specific problem.

The script uses the default PHP path of the server. To get the path, the script executes the command ": ${ESHOP_PHP_BIN_PATH:=$(which php)}" (vendor/bin/oe-eshop-facts). This activates another PHP version as the command "php -v" on the console will print out. Mostly this PHP version is not compatible as it is to old.