View Issue Details

IDProjectCategoryView StatusLast Update
0007751OXID eShop (all versions)2.1. Master Settingspublic2024-11-27 16:03
Reportermf Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version7.2.0 
Summary0007751: Adding license keys via the command line: only the last key is kept
DescriptionIf a license key is added using the command line, only the last added key remains in the shop:
oe-console oe:license:add KEY

The reason is probably that the variable is always empty because it is only set if in admin login mode, which is not possible in command line mode:
$activeSerial = $this->getConfig()->getConfigParam('sSerialNr') ?? '';
 
Steps To Reproduce1. Setup a shop with the default license key.
2. oe-console oe:license:add Primary Shop Key
3. oe-console oe:license:add License Extension Key (eg. with Additional Shops)

Only the extension key is then listed in the admin area: Master > Core Settings > License
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.