olegkoval / magento2-regenerate_url_rewrites

Magento 2 extension which add feature of regenerating a url rewrites of products/categories
Academic Free License v3.0
420 stars 117 forks source link

Undefined constant Symfony\Component\Console\Command\Command::SUCCESS #169

Closed RalphVB closed 8 months ago

RalphVB commented 9 months ago

Describe the bug At the end of the command execution, it always thrown the error "Undefined constant Symfony\Component\Console\Command\Command::SUCCESS".

Expected behavior Finishing the execution of the command without errors.

To Reproduce Whenever I run "bin/magento ok:urlrewrites:regenerate --entity-type=category" or "bin/magento ok:urlrewrites:regenerate --entity-type=product" commands, at the end of the execution throws the error "Undefined constant Symfony\Component\Console\Command\Command::SUCCESS".

Screenshots image

Additional context I noticed this bug and wanted to let you know about it. Regards,

lucatiberia commented 9 months ago

Hi, I'm also having the same problem even though the command seems to work

adammix commented 9 months ago

Hi, I'm having same problem. Cheers

nmarquev commented 8 months ago

same here !

olegkoval commented 8 months ago

Issue was fixed in release v1.6.2.

Than you All for the bug reporting.