<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi<o:p></o:p></p><p class=MsoNormal>I tested upgrading some older localhost xampp installations yesterday e.g. by dragging 1.8 code over the top of the earlier version and also running upgrade.php<o:p></o:p></p><p class=MsoNormal>As far as tests so far this seems to work fine but I did notice there had been a change in demo.txt at some point which could cause problems for those upgrading a xampp install. I guess this might be a question for Pat and a judgement call as to what to use for the guest account username....<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>1. At some point in demo.txt $_SESSION['toolkits_logon_username'] = "guest"; was changed to $_SESSION['toolkits_logon_username'] = "guest2"; and the current 1.7 zip download has $_SESSION['toolkits_logon_username'] = "guest2";<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>2. The xot1.8 code in /library/Xerte/Authentication/Guest.php sets guest as the username e.g.<o:p></o:p></p><p class=MsoNormal> public function getUsername() {<o:p></o:p></p><p class=MsoNormal>        return 'guest';<o:p></o:p></p><p class=MsoNormal>    }<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>3. The reason this is relevant is that at the moment if someone upgrades a xampp 1.7 install which is using demo.txt code rather than switch.txt code they won't see their previous projects. Solution for that would be to change Guest.php to use guest2 rather than guest. However in older versions and I'm not sure exactly when the username in demo.txt was guest rather than guest2 so upgrading these works fine.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Questions:<o:p></o:p></p><p class=MsoNormal>a) Should we change the 1.8 code to use guest2? e.g. will work ok for more recent installs and perhaps add a note about changing this for older installs<o:p></o:p></p><p class=MsoNormal>b) Or should we leave 1.8 code as guest and add a note about changing this for more recent installs?<o:p></o:p></p><p class=MsoNormal>c) Or is there a way we can check for in the code and use guest or guest2 accordingly?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>HTH<o:p></o:p></p><p class=MsoNormal>Ron<o:p></o:p></p></div></body></html>