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

Submitted by:  None
Submitted on:  Wed 17 Aug 2005 09:06:30 AM UTC  
 
Item Group: 0.9.16.005Category: API - Setup
Severity: 3 - NormalPriority: 5 - Normal
Status: NonePrivacy: Public
Assigned to: NoneOpen/Closed: Open
Component Version: SVNOperating System: None
Reproducibility: Every TimePlanned 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>
Project 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

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

No Changes Have Been Made to This Item

Back to the top


Powered by Savane 3.1-cleanup1