bugphpGroupWare - Bugs: bug #14160, phpgw wants to do a setup after...

 
 

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

bug #14160: phpgw wants to do a setup after (first) application install

Submitter:  None
Submitted:  Wed 17 Aug 2005 09:06:30 AM UTC
   
 
Category:  API - Setup Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  SVN Operating System:  None
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Sun 21 Aug 2005 10:53:14 PM UTC, comment #1: 

just did a new install, don't get any problems with the api version (0.9.16.006).

Bettina Gille <ceb>
Group administrator
Wed 17 Aug 2005 09:06:30 AM UTC, original submission:  

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(!@$setup_info['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.

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: None found

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.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code