<p>I installed RoundCube manually on a box recently - 5108R.</p>
<p>It went fine but asked for two crypt libraries.  After installing them, the BO GUI did exactly that, I removed the updated crypt libs and everything was fine again.</p>
<p>Hopefully it may point you in the right direction.</p>
<p>Cheers,<br>
C</p>
<div class="gmail_quote">On Jan 17, 2012 4:40 AM, "Jim Scott" <<a href="mailto:jscott@infoconex.com">jscott@infoconex.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On 11/23/2011 9:03 PM, Michael Stauber wrote:<br>
> Hi Jim,<br>
><br>
>> Fatal error: Cannot redeclare class Collator in<br>
>> /usr/sausalito/ui/libPhp/Collator.php on line 11<br>
>><br>
>> Fatal error: Cannot redeclare class Locale in<br>
>> /usr/sausalito/ui/libPhp/uifc/Locale.php on line 116<br>
> We didn't release and updates in the last couple of weeks that could have<br>
> caused this problem. Just to be sure I checked the GUI of 5106R, 5107R and<br>
> 5108R and went to the pages you mentioned. I don't see any of these problems.<br>
><br>
> So this isn't a general problem with our code, but with something odd on your<br>
> end.<br>
><br>
> The kind of problems you describe usually happen when a class or function is<br>
> declared more than once. A class is a section of re-useable code. Once it is<br>
> declared, you can simply call it elsewhere with just one command to do the<br>
> complex set of instructions that you coded into that class. However, class<br>
> names must be unique, so that PHP doesn't get confused.<br>
><br>
> Class "Collator" deals with string manipulation. Such as sorting or merging of<br>
> strings. Class "Locale" deals with the localization of the GUI and the<br>
> handling of different languages. Those two classes haven't been modified by us<br>
> in ages, because there never was any need to improve or change them.<br>
><br>
> So I wonder if you made some modifications to the GUI which could have caused<br>
> this. Like installing something that's not really designed for usage on<br>
> BlueOnyx. What did you do on the server before the error happened?<br>
<br>
Thanks Michael for the response and sorry I have not gotten back to you.<br>
This box is a test box and really has nothing on it other than the base<br>
BO install and 2 website I use to experiment.<br>
<br>
Website 1) Has wordpress installed on it<br>
Website 2) Has roundcube webmail installed<br>
Website 3) Just created a site<br>
<br>
Installed MONO but not against apache but rather used XSP2<br>
<br>
Also just performed a yum update on the box and rebooted and get same<br>
thing.<br>
<br>
Now since this box is only experimental I can definitely just create a<br>
new box if you think it is something I may have done and then try<br>
installing a few of the things above and test after each to see if it<br>
causes the issue. I would not have installed or modified any of the BO<br>
files.<br>
<br>
Jim<br>
<br>
<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div>