<tt><font size=2>cmake-bounces@cmake.org wrote on 23.06.2011 12:42:42:<br>
<br>
&gt; From: Mika.Rajala@patria.fi</font></tt>
<br><tt><font size=2>&gt; To: cmake@cmake.org</font></tt>
<br><tt><font size=2>&gt; Date: 23.06.2011 12:43</font></tt>
<br><tt><font size=2>&gt; Subject: Re: [CMake] CDash broken after production
mode is set to true</font></tt>
<br><tt><font size=2>&gt; Sent by: cmake-bounces@cmake.org</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; ----- Forwarded by Mika Rajala/PATRIA on 23.06.2011 12:42 ----- <br>
&gt; <br>
&gt; From: &nbsp; &nbsp; &nbsp; &nbsp;Mika Rajala/PATRIA <br>
&gt; To: &nbsp; &nbsp; &nbsp; &nbsp;Mika.Rajala@patria.fi <br>
&gt; Date: &nbsp; &nbsp; &nbsp; &nbsp;23.06.2011 12:42 <br>
&gt; Subject: &nbsp; &nbsp; &nbsp; &nbsp;Re: [CMake] CDash broken after
production mode is set to true <br>
&gt; <br>
&gt; <br>
&gt; Hi <br>
&gt; <br>
&gt; I tried installing a different browser and, with that, it seems to
work. <br>
&gt; <br>
&gt; However, the fonts are still different from what they were before,
so <br>
&gt; something has changed. <br>
&gt; <br>
&gt; I have some screenshots so it's easy to verify this. <br>
&gt; <br>
&gt; What i still don't understand, is what happened to the client subscription.
<br>
&gt; <br>
&gt; For SiteId, after a seemingly successful submission, It gets some
crap <br>
&gt; which i cannot type since i don't know the character codes for all
those things <br>
&gt; <br>
&gt; possibly something in raw binary. <br>
&gt; <br>
&gt; off to &quot;happy&quot; bug hunting, please post your suggestions
if you have anything. <br>
&gt; <br>
&gt; -mika <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; From: &nbsp; &nbsp; &nbsp; &nbsp;Mika.Rajala@patria.fi <br>
&gt; To: &nbsp; &nbsp; &nbsp; &nbsp;cmake@cmake.org <br>
&gt; Date: &nbsp; &nbsp; &nbsp; &nbsp;23.06.2011 11:00 <br>
&gt; Subject: &nbsp; &nbsp; &nbsp; &nbsp;[CMake] CDash broken after production
mode is set to true <br>
&gt; Sent by: &nbsp; &nbsp; &nbsp; &nbsp;cmake-bounces@cmake.org <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi <br>
&gt; <br>
&gt; I was all set up with my cdash server, after setting production mode
to <br>
&gt; true, things stop working. <br>
&gt; <br>
&gt; Clients when they attempt to receive their id when they submit to
cdash <br>
&gt; server get some junk as answer, they don't list up the schedule build
thing. <br>
&gt; <br>
&gt; Fonts change, menus won't work. <br>
&gt; <br>
&gt; For instance, the Administration menu, when i look at a dashboard.
<br>
&gt; <br>
&gt; <br>
&gt; Any ideas? <br>
&gt; <br>
&gt; -mika_______________________________________________<br>
&gt; Powered by </font></tt><a href=www.kitware.com><tt><font size=2>www.kitware.com</font></tt></a><tt><font size=2><br>
&gt; <br>
&gt; Visit other Kitware open-source projects at </font></tt><a href=http://www.kitware.com/><tt><font size=2>http://www.kitware.com/</font></tt></a><tt><font size=2><br>
&gt; opensource/opensource.html<br>
&gt; <br>
&gt; Please keep messages on-topic and check the CMake FAQ at: http://<br>
&gt; </font></tt><a href=www.cmake.org/Wiki/CMake_FAQ><tt><font size=2>www.cmake.org/Wiki/CMake_FAQ</font></tt></a><tt><font size=2><br>
&gt; <br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; </font></tt><a href=http://www.cmake.org/mailman/listinfo/cmake><tt><font size=2>http://www.cmake.org/mailman/listinfo/cmake</font></tt></a><tt><font size=2>
<br>
&gt; _______________________________________________<br>
&gt; Powered by </font></tt><a href=www.kitware.com><tt><font size=2>www.kitware.com</font></tt></a><tt><font size=2><br>
&gt; <br>
&gt; Visit other Kitware open-source projects at </font></tt><a href=http://www.kitware.com/><tt><font size=2>http://www.kitware.com/</font></tt></a><tt><font size=2><br>
&gt; opensource/opensource.html<br>
&gt; <br>
&gt; Please keep messages on-topic and check the CMake FAQ at: http://<br>
&gt; </font></tt><a href=www.cmake.org/Wiki/CMake_FAQ><tt><font size=2>www.cmake.org/Wiki/CMake_FAQ</font></tt></a><tt><font size=2><br>
&gt; <br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; </font></tt><a href=http://www.cmake.org/mailman/listinfo/cmake><tt><font size=2>http://www.cmake.org/mailman/listinfo/cmake</font></tt></a>
<br>
<br>
<br><tt><font size=2>Yeah, I found it, after getting really happy with
PHP and IE</font></tt>
<br>
<br><tt><font size=2>The hex code was the UTF-8 BOM crap, which indicates
that the rest of the file is in UTF-8.</font></tt>
<br><tt><font size=2>EF BB BF</font></tt>
<br>
<br><tt><font size=2>Windows notepad saved that to the config.php file,
that i modified to set production mode to true.</font></tt>
<br>
<br><tt><font size=2>For some happy reason within PHP, the hex code EF
BB BF is echoed, when a file with it is &quot;included&quot;.</font></tt>
<br>
<br><tt><font size=2>For CDash / CTest, this means that the thing is added
three times to the file that the CDash client gets when it submits itself
to the CDash server.</font></tt>
<br>
<br><tt><font size=2>This was also the reason why IE could not show the
menu from the administration thing.</font></tt>
<br><tt><font size=2>I wouldn't wonder if that could somehow be used to
hack into ones computer.</font></tt>
<br>
<br><tt><font size=2>Firefox seemed to work regardless of this, maybe it
just removes that sequence. Why doesn't CTest / CMake / IE ?</font></tt>
<br>
<br>
<br><tt><font size=2>Oh, and if you are wondering how I removed it, I used
notepad++. Under encoding you find &quot;Encode in UTF-8 without BOM&quot;.</font></tt>
<br>
<br><tt><font size=2>-mika</font></tt>
<br>