View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006632 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2017-05-08 15:07 | 2017-05-09 08:52 |
| Reporter | d3 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 6.0.0-rc.1 | ||||
| Summary | 0006632: Return code: '1' during installation v6.RC | ||||
| Description | During 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 Reproduce | It'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 Information | Editor MG | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | Not defined | ||||
| Browser | Firefox | ||||
| PHP Version | Other | ||||
| Database Version | Not defined | ||||
|
|
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. |