phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #14160] phpgw wants to do a setup after (fir


From: anonymous
Subject: [Phpgroupware-tracker] [bug #14160] phpgw wants to do a setup after (first) application install
Date: Wed, 17 Aug 2005 09:06:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14160>

                 Summary: phpgw wants to do a setup after (first) application
install
                 Project: phpGroupWare
            Submitted by: None
            Submitted on: Mi 17.08.2005 um 09:06
              Item Group: 0.9.16.005
                Category: API - Setup
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: CVS
        Platform Version: None
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

After Step 1 of a fresh setup (install kern, application tables)
phpgw wants to do an update, because phpgwapi version is 0.9.16.000 instead
of 0.9.16.005.

The problem for this is the code in class.setup_detection.inc.php
(near line 68):
                                        
if(address@hidden'phpgwapi']['currentver'])
{
$setup_info['phpgwapi']['currentver'] = $setup_info['admin']['currentver'];

$setup_info['phpgwapi']['version'] = $setup_info['admin']['currentver'];

$setup_info['phpgwapi']['enabled'] = $setup_info['admin']['enabled'];



$setup_info['phpgwapi']['currentver'] ist not set here, only
$setup_info['phpgwapi']['version'] ist set.
So the code copies the version from admin, which is 0.9.16.000.

This leads the setup process to ask the user for updating the installation
during a fresh install.







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14160>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]