-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rolling back a release not working cause of "Undefined variable" #215
Comments
similar issue running
from log file:
|
@elfantastico @bunin Hey, the issue has been resolved in #209 and the fix is still on |
Hi! As pointed by @eps90 the new release fixes this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to rollback a release with
and I'm getting a
PHP Notice: Undefined variable: currentCopy in /opt/magallanes/1.0.5/Mage/Task/BuiltIn/Releases/RollbackTask.php on line 140
PHP Stack trace:
PHP 1. {main}() /opt/magallanes/1.0.5/bin/mage:0
PHP 2. Mage\Console->run() /opt/magallanes/1.0.5/bin/mage:34
PHP 3. Mage\Command\BuiltIn\RollbackCommand->run() /opt/magallanes/1.0.5/Mage/Console.php:146
PHP 4. Mage\Task\BuiltIn\Releases\RollbackTask->run() /opt/magallanes/1.0.5/Mage/Command/BuiltIn/RollbackCommand.php:69
Notice: Undefined variable: currentCopy in /opt/magallanes/1.0.5/Mage/Task/BuiltIn/Releases/RollbackTask.php on line 140
Call Stack:
0.0003 230736 1. {main}() /opt/magallanes/1.0.5/bin/mage:0
0.0013 310088 2. Mage\Console->run() /opt/magallanes/1.0.5/bin/mage:34
0.0525 734880 3. Mage\Command\BuiltIn\RollbackCommand->run() /opt/magallanes/1.0.5/Mage/Console.php:146
0.0540 859000 4. Mage\Task\BuiltIn\Releases\RollbackTask->run() /opt/magallanes/1.0.5/Mage/Command/BuiltIn/RollbackCommand.php:69
The text was updated successfully, but these errors were encountered: