
andrew at morphoss
May 28, 2012, 4:26 AM
Post #2 of 2
(148 views)
Permalink
|
On Thu, 2012-05-24 at 15:53 +0200, jean-philippe hergott wrote: > Hello > > I moved from 0.9.9.3 to 1.0.2 quite easyly, and at the present time > everything seems ok. > > Nevertheless I have a question about setup.php who told me: > > AWL Library version Want: 0.45, Currently: 0,51 > > > Seems strange to me. Seems strange to me, too. I wonder if this is partly a number formatting issue - the fact that yours says "Currently: 0,51" rather than "Currently: 0.51" also strikes me as strange... Firstly check you don't have a /usr/share/davical/inc/always.php present, also remove any php_value include_path setting from your Apache virtual host configuration since DAViCal will find the includes itself in newer versions. It could also be that you have some mixed up include files. I know there was some bad misinformation out on the internet at one point that talked about copying all of your AWL includes into the DAViCal include directory, and if you followed that advice you could have a mix of include files from multiple versions. As a last resort, if you are on a Debian-based system you can do something like this (as root): rm -rf /usr/share/awl /usr/share/davical apt-get --reinstall install libawl-php davical This will remove any peculiar files that might be present from a misguided copy and replace them with correct copies from the 1.0.2 package. Cheers, Andrew. -- ------------------------------------------------------------------------ andrew (AT) morphoss (DOT) com +64(272)DEBIAN People respond to people who respond. ------------------------------------------------------------------------
|