View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005573 | OXID eShop (all versions) | 5. ------ UpdateApp / Update ------ | public | 2013-12-12 16:30 | 2014-01-07 14:03 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.8 / 5.0.8 | ||||
Target Version | 4.8.2 / 5.1.2 | Fixed in Version | 4.8.2 / 5.1.2 | ||
Summary | 0005573: php_cli.php is running in a loop doing nothing | ||||
Description | When running updateApp/php_cli.php it seems to run in a loop of questions doing nothing. | ||||
Steps To Reproduce | Happened to me when updating from 4.7.8 to 4.8.1. See the text file attached. | ||||
Additional Information | Please delete the "are you sure"-requests: you answered: azure is this correct? (Y/n)y Somebody using cli shall know what he does :-) | ||||
Tags | No tags attached. | ||||
Attached Files | cli_failure.txt (2,568 bytes)
marco@prachtschmerle /var/www/shop/updateApp $ php run_cli.php [Note:][exec:] version: 4.8.0 action: requestLanguageFixChoice -------------------------------------- Update language constants and mapping: Do you want update language constants and mapping for your themes? [1] Yes [2] No [please choose:] 1 --- you answered: 1 is this correct? (Y/n)y PHP Notice: Undefined index: content in /var/www/shop/core/oxutils.php on line 604 PHP Notice: Undefined property: object_ADOConnection::$fetchMode in /var/www/shop/core/adodblite/adodbSQL_drivers/mysql/mysql_meta_module.inc on line 228 ----- [Note:][exec:] version: 4.8.0 action: processLanguageFixChoice ----- [Note:][exec:] version: 4.8.0 action: requestLanguageFixOptions -------------------------------------- Enter theme: [input required: (default is azure)] Theme: azure --- you answered: azure is this correct? (Y/n)y -------------------------------------- Enter language: [input required: (default is en)] Language: en --- you answered: en is this correct? (Y/n)y -------------------------------------- Update with the new language constants: Do also you want to update with the new language constants? [1] Yes [0] No [please choose: (default is 1)] 1 --- you answered: 1 is this correct? (Y/n)y ----- [Note:][exec:] version: 4.8.0 action: processLanguageFix ----- [Note:][exec:] version: 4.8.0 action: requestLanguageFixOptions -------------------------------------- Enter theme: [input required: (default is azure)] Theme: azure --- you answered: azure is this correct? (Y/n)y -------------------------------------- Enter language: [input required: (default is en)] Language: en --- you answered: en is this correct? (Y/n)y -------------------------------------- Update with the new language constants: Do also you want to update with the new language constants? [1] Yes [0] No [please choose: (default is 1)] 1 --- you answered: 1 is this correct? (Y/n)y ----- [Note:][exec:] version: 4.8.0 action: processLanguageFix ----- [Note:][exec:] version: 4.8.0 action: requestLanguageFixOptions -------------------------------------- Enter theme: [input required: (default is azure)] Theme: azure --- you answered: azure is this correct? (Y/n)y -------------------------------------- Enter language: [input required: (default is en)] Language: en --- you answered: en is this correct? (Y/n)y -------------------------------------- Update with the new language constants: Do also you want to update with the new language constants? [1] Yes [0] No [please choose: (default is 1)] ^C | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Shop update by running UpdateApp works as it should. |
|
Maybe this is related to 0005492? |
|
Changed the update so that step request will be one instead of 3, and it will save all the necessary information entered with CLI. |