Opened 10 years ago

Last modified 10 years ago

#392 new defect

Wizard gives unhelpful error message when install fails — at Initial Version

Reported by: ezyang Owned by: ezyang
Priority: normal Milestone:
Component: wizard-infra Keywords:
Cc:

Description

An example, from installing Wordpress with an empty admin username:

ERROR: Traceback (most recent call last):
  File "/mit/scripts/wizard/bin/wizard", line 128, in main
    command_module.main(rest_argv, baton)
  File "/afs/athena.mit.edu/contrib/scripts/wizard/wizard/command/install.py", line 68, in main
    application.install(v, options)
  File "/afs/athena.mit.edu/contrib/scripts/wizard/wizard/app/wordpress.py", line 116, in install
    raise app.InstallFailure()
InstallFailure: 

ERROR: Installation failed for unknown reason.  You can
retry the installation by appending --retry to the installation
command.

Change History (0)

Note: See TracTickets for help on using tickets.