| Anonymous | Login | Signup for a new account | 2010-09-04 12:22 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000022 | [WoW Raid Manager (WRM)] Installation Failure | major | always | 2008-07-09 00:20 | 2008-07-09 00:21 | ||
| Reporter | douglasw | View Status | public | ||||
| Assigned To | douglasw | ||||||
| Priority | urgent | Resolution | fixed | ||||
| Status | closed | Product Version | 3.2.0 | ||||
| Summary | 0000022: e107 User ID is not being carried to the WRM profile ID | ||||||
| Description |
Upon initial installation, the E107 user ID is not being carried to the WRM Profile ID for the admin account. This is due to the following code: // Insert a value for the Admin Profile. mysql_query("INSERT INTO " . $phpraid_config['db_prefix'] . "profile VALUES('0','$email','$pass','1','$user')") or die(mysql_error()); Note the profile ID is being entered as "0" which will autonumber upon installation as profile ID 1. If the e107 admin user ID (the guy setting up WRM) is not 1 e107 auth breaks. See: http://www.wowraidmanager.net/e107_plugins/forum/forum_viewtopic.php?164 [^] for more information on the bug. |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000019) douglasw (administrator) 2008-07-09 00:21 |
Released in patch to 3.2.0 and now in base code of 3.2.1 Release. |
| Copyright © 2000 - 2008 Mantis Group |