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([EMAIL
PROTECTED]'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/
_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker