[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Login problem - new template - windows
From: |
ceb |
Subject: |
Re: [Phpgroupware-developers] Login problem - new template - windows |
Date: |
Fri, 15 Nov 2002 00:11:41 +0100 (CET) |
On Wed, 6 Nov 2002, Sigurd Nes wrote:
> I had to change the value in phpgw_lang.content from 'iso-8859-1' to
> 'UTF-8' in order to be able to login to the 0.9.15.006 version - is this
> a bug ?
you have to install the iconv library in addition to sablotron. sablotron
uses this lib for encodings. see
http://www.gingerall.com/charlie/ga/xml/p_sab.xml
>
> Also in class.xslttemplates.inc.php about line 100
> the statement :
> if (substr($filename, 0, 1) != '/')
> in function "add_file" does not work on windows servers
i added the ':' now to the xslttemplates file too.
please let me know if it works now.
grtx. ceb