bugphpGroupWare - Bugs: bug #14144, User/Password for database setup...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14144: User/Password for database setup will not be used correctly

Submitter:  None
Submitted:  Tue 16 Aug 2005 01:18:00 PM UTC
   
 
Category:  API - Setup Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  cw Open/Closed:  Closed
Component Version:  SVN Operating System:  None
Reproducibility:  Every Time Planned Release:  0.9.16.011+
Fixed Release: 

Sun 21 Aug 2005 10:45:03 PM UTC, comment #3: 

checked and fixed. thanks

Bettina Gille <ceb>
Group administrator
Wed 17 Aug 2005 12:46:52 AM UTC, comment #2: 

16 is globals off, we are fixing globals issues as found.

Dave Hall <skwashd>
Group administrator
Wed 17 Aug 2005 12:13:58 AM UTC, comment #1: 

.16 requires register gloabls to be enabled which is what this is, so enable them.  My understanding of the policy is that this isn't going to be fixed in .16.

I don't have a HEAD/.18 setup to try and fix this.

Chris Weiss <cw>
Group administrator
Tue 16 Aug 2005 01:18:00 PM UTC, original submission:  

setup/index.php:

switch ($GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'])
{
case 'dbcreate':
$GLOBALS['phpgw_setup']->db->create_database($db_root,$db_pass);


must be:

switch ($GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'])
{
case 'dbcreate':
$GLOBALS['phpgw_setup']->db->create_database($_POST['db_root'],$_POST['db_pass']);


because otherwise the form values will never be used.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items

Digest:
   bug dependencies.

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 11 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-21 ceb Open/ClosedOpen Closed
2005-08-17 skwashd Item GroupSVN trunk (dev code) 0.9.16.005
    StatusPostponed None
    Assigned toNone cw
    Planned Release0.9.18.000 0.9.16.011+
2005-08-17 cw Dependencies- Depends on bugs #14152
2005-08-17 cw Item Group0.9.16.005 SVN trunk (dev code)
    StatusNone Postponed
    Assigned tocw None
    Planned ReleaseNone 0.9.18.000
2005-08-16 skwashd Assigned toNone cw

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code