[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] Re: Question to 0.9.14 CVS
From: |
Dave Hall |
Subject: |
[Phpgroupware-developers] Re: Question to 0.9.14 CVS |
Date: |
Fri, 14 Jun 2002 10:52:51 +1000 |
Hi Michael,
I has the same problem. I traced it to
phpgwapi/setup/update_tables.inc.php. It doesn't actually update the
phpgw_applications table in the database. Do the following to fix the
problem:
1 Run the upgrade process to make sure everything else is done
2 Run the following SQL on the database should work on any db:
UPDATE phpgw_applications
SET app_version='0.9.14.000'
WHERE app_name='phpgwapi';
3 Log back in and version is upgraded :)
Cheers
skwashd
Dave Hall
----- Original Message -----
Date: Wed, 12 Jun 2002 21:05:28 +0200
To: phpGroupWare <address@hidden>
From: address@hidden (Michael Meskes)
Subject: [Phpgroupware-developers] Question to 0.9.14 CVS
Reply-To: address@hidden
>
> Hi,
>
> I finally managed to upgrade to the latest CVS snapshot of the 0.9.14
> tree. Now setup tells me I have been running a 0.9.13.018 version and
> need to update. Once I do this and click on Re-check my
> installation and
> get the same message yet again.
>
> No matter how often I tell setup to upgrade it always says all went
> well, but in the next step says I have to upgrade again.
>
> If I look into the applications page phpgwapi keeps being listed
> as "has
> to be upgrade". All other upgrades worked well it seems.
>
> Any idea?
>
> Michael
> --
> Michael Meskes
> address@hidden
> Go SF 49ers! Go Rhein Fire!
> Use Debian GNU/Linux! Use PostgreSQL!
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
- [Phpgroupware-developers] Re: Question to 0.9.14 CVS,
Dave Hall <=