WoW Raid Manager Defect Tracking System
Mantis Bugtracker

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

- Relationships

-  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.

- Issue History
Date Modified Username Field Change
2008-07-09 00:20 douglasw New Issue
2008-07-09 00:20 douglasw Status new => assigned
2008-07-09 00:20 douglasw Assigned To => douglasw
2008-07-09 00:21 douglasw Status assigned => closed
2008-07-09 00:21 douglasw Note Added: 0000019
2008-07-09 00:21 douglasw Resolution open => fixed
2008-07-09 00:21 douglasw Fixed in Version => 3.2.1


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker