[pkg-kolab] Just installed kolab on lenny/arm, system setting s blank

Mathieu Parent math.parent at gmail.com
Sat Nov 28 17:06:20 UTC 2009


Hello


On Sat, Nov 28, 2009 at 5:00 PM, Mathieu Parent <math.parent at gmail.com> wrote:
> Hello,
>
>
> On Wed, Nov 25, 2009 at 12:43 PM, Price,Neil <NPrice at gibb.co.za> wrote:
>>
>>> > > Also if I directly click on the Settings tab, again,
>>> everything is blank.
>>
>> I also get this, I thought it was because of gosa changes to schema. Maybe
>> not?
>
> I can't reproduce your problem. It works fine for me with kolab 2.2.2
> from "deb http://pkg-kolab.alioth.debian.org/packages UNRELEASED/"
> (same packages as on sid, also same as squeeze). The problem probably
> comes from another package. I will test on lenny.

I can now reproduce the problem, on lenny.

Here is a temporary workaround: In
/usr/share/php/admin/templates/settings.tpl, line 156, escape the
quote: server's -> server\'s.

Same as diff:
--- /usr/share/php/admin/templates/settings.tpl.old	2009-11-28
17:59:46.000000000 +0000
+++ /usr/share/php/admin/templates/settings.tpl	2009-11-28
18:00:02.000000000 +0000
@@ -153,7 +153,7 @@
  <tr>
   <td valign="top"><input type="radio"
name="kolabfilterrejectforgedfrom" value="FALSE" {if
$kolabfilterrejectforgedfrom == 'false' }checked="checked"{/if} />
   </td>
-  <td>{tr msg="Reject the message, except if it originates from the
outside and the From header matches one of Kolab server's domains. In
that case rewrite the From header so the recipient can see the
potential forgery."}<br/>
+  <td>{tr msg="Reject the message, except if it originates from the
outside and the From header matches one of Kolab server\'s domains. In
that case rewrite the From header so the recipient can see the
potential forgery."}<br/>
   </td>
  </tr>
  <tr>

I still need to figure out if this is a smarty problem or a kolab-webadmin one.

> Regards
>
> Mathieu
>



More information about the pkg-kolab-devel mailing list