Bug #568
closedWeb tools index page need to check all the databases
0%
User need to run setup wizard before start myamiweb. Setup wizard will has very complete detail error checking for user's system.
Description
Web tools index page should check db connection, db user privilege, and both databases (leginondb, project).
Right now, if there are database error, web tools home page or any pages do not show any correct error message. It just shows php error.
We need to show user how to fix the problem.
Thanks.
Updated by Amber Herold over 14 years ago
- Target version changed from Appion/Leginon 2.0.1 to Appion/Leginon 2.0.2
- Affected Version set to Myami 2.0.1
Updated by Neil Voss over 14 years ago
- Target version changed from Appion/Leginon 2.0.2 to Appion/Leginon 2.1.0
- Affected Version changed from Myami 2.0.1 to Pre-2.0
Updated by Amber Herold over 14 years ago
- Priority changed from Normal to High
- Show in known bugs set to No
Updated by Eric Hou over 14 years ago
- Status changed from New to Assigned
- Priority changed from High to Low
- Workaround updated (diff)
Updated by Eric Hou over 14 years ago
- Priority changed from Low to High
- Target version changed from Appion/Leginon 2.1.0 to Appion/Leginon 2.0.2
Updated by Amber Herold about 14 years ago
- Target version changed from Appion/Leginon 2.0.2 to Appion/Leginon 2.1.0
Updated by Eric Hou about 14 years ago
- Target version changed from Appion/Leginon 2.1.0 to Appion/Leginon 2.1.1
Updated by Eric Hou almost 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Eric Hou to Anchi Cheng
added database connection checking, db user privilege, and both databases in to the login page.
to test:
put fake database information in the config.php. you will see the error message in the login page.
The message also contain a link to the setup wizard, so user can run through the wizard to fix their database problems.
Thanks.
Eric
Updated by Anchi Cheng over 13 years ago
- Status changed from In Code Review to Closed
- Target version changed from Appion/Leginon 2.1.1 to Appion/Leginon 2.2.0
reviewed and tested