Skip to content
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

terminus site deploy fails with "Undefined property: stdClass::$body" #148

Closed
ghost opened this issue Feb 19, 2015 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Feb 19, 2015

Running $ terminus site deploy --site=my-site-name --env=test --from=dev --cc --updatedb --note='Deploy module updates to test.' produces the following output:

Working .PHP Notice:  Undefined property: stdClass::$body in phar:///usr/local/bin/terminus/php/class-terminus-command.php on line 253
PHP Stack trace:
PHP   1. {main}() /usr/local/bin/terminus:0
PHP   2. include() /usr/local/bin/terminus:4
PHP   3. include() phar:///usr/local/bin/terminus/php/boot-phar.php:5
PHP   4. Terminus\Runner->run() phar:///usr/local/bin/terminus/php/terminus.php:29
PHP   5. Terminus\Runner->_run_command() phar:///usr/local/bin/terminus/php/Terminus/Runner.php:155
PHP   6. Terminus\Runner->run_command() phar:///usr/local/bin/terminus/php/Terminus/Runner.php:75
PHP   7. Terminus\Dispatcher\Subcommand->invoke() phar:///usr/local/bin/terminus/php/Terminus/Runner.php:68
PHP   8. call_user_func() phar:///usr/local/bin/terminus/php/Terminus/Dispatcher/Subcommand.php:227
PHP   9. Terminus\Dispatcher\{closure}() phar:///usr/local/bin/terminus/php/Terminus/Dispatcher/Subcommand.php:0
PHP  10. call_user_func() phar:///usr/local/bin/terminus/php/Terminus/Dispatcher/CommandFactory.php:35
PHP  11. Site_Command->deploy() phar:///usr/local/bin/terminus/php/Terminus/Dispatcher/CommandFactory.php:0
PHP  12. Terminus_Command->waitOnWorkflow() phar:///usr/local/bin/terminus/php/commands/site.php:713

The PHP Notice and stacktrace proceed to repeat over and over till I use ctrl+c. I'm using 0.4-beta. I reinstalled and was still able to reproduce the error.

@ghost
Copy link
Author

ghost commented Feb 19, 2015

It appears this was not a problem with Terminus, but a problem with a backlog of migrations on Pantheon's servers. Closing this ticket.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants