>>> I am doing a fresh install of a mail-server.
>>> My setup is as follows (nothing is chrooted):
>>>
>>>
>>>
>>> OS: OpenBSD 3.8
...
>>> Can someone help me troubleshoot from here?
>>> I am stuck.
>>>
>>
>> Could you check one modification?
>>
>>
>> open functions/i18n.php, find ---
>> } elseif (is_array($longlocale)) {
>> // setting of all locales failed.
>> // we need string instead of array used in LOCALE key.
>> $longlocale=$sm_notAlias;
>> }
>> ---
>>
>>
>> and replace it with
>>
>> ---
>> } elseif (is_array($longlocale)) {
>> // setting of all locales failed.
>> // we need string instead of array used in LOCALE key.
>> $longlocale=array_shift($languages[$sm_notAlias]['LOCALE']);
>> }
>> ---
>>
>>
>> --
>> Tomas
>>
>
> Thank you for taking a shot at helping me.
>
>
> I have done as you asked, i18n.php now contains:
> ---
> } elseif (is_array($longlocale)) {
> // setting of all locales failed.
> // we need string instead of array used in LOCALE key.
> // $longlocale=$sm_notAlias;
> $longlocale=array_shift($languages[$sm_notAlias]['LOCALE']);
> }
> ---
>
>
> I rebooted the entire machine just to be safe, but after reboot
> everything remains the same. It didnt do any difference. Any other
> suggestions on how to go on troubleshooting?
>

OpenBSD invented new setlocale output. working on it and trying to
understand what they are doing.

-- 
Tomas


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to