View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006782 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2018-01-31 18:29 | 2018-03-13 09:41 |
Reporter | florian1996 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0 | ||||
Fixed in Version | 6.0.2 | ||||
Summary | 0006782: install EE Version 6.0.0 failed | ||||
Description | I tried with the command "composer create-project oxid-esales/oxideshop-project V6 dev-b-6.0-ee " to install OXID EE Version 6.0.0. But there comes the following error: "Script if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi handling the oe:ide-helper:generate event returned with error code 255". and then comes in the setup of "directories and login" this error: Error while executing the command 'Migration'.Returncode' 0 ' (the whole error is in the appendix) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | 5.6 | ||||
Database Version | Not defined | ||||
|
I tried your command on a machine running PHP 5.6 and didn't face any of the errors. Composer ended without any error and also the shop setup finished correct. Shop is working. Can't acknowledged the issue as a bug, because I'm unable to reproduce it. I'm pretty sure the problem comes from your system and has nothing to do with the OXID eShop 6.0. |
|
This issue was reproduced with these settings in the my.cnf-configuration file: [mysqld] collation-server = utf8_unicode_ci character-set-server = utf8 This is a bug in Doctrine migrations. |
|
Fixed with https://github.com/OXID-eSales/oxideshop-doctrine-migration-wrapper/tree/v2.1.1 |