I downloaded the 1.5 update and replaced my old xertetoolkits folder<br>in the xamp folder with the new one, but couldn&#39;t access it. I got a signin page instead of my regular home page showing my projects. So, I uninstalled everything, including XAMPP and reinstalled. Now I get the right page when I go to <a href="http://localhost/xertetoolkits/setup/">http://localhost/xertetoolkits/setup/</a>, but when I click set up for XAMPP people, I get this error message:<br>

<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><br><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Sorry, the attempt to connect to the host has failed. MySQL reports the following error - </span><br>

<font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Sorry, the attempt to create the database to the database has failed. MySQL reports the following error - </span><br>

<font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Sorry, the attempt to specify which database we need to work on (the MySQL keyword - USE) has failed. MySQL reports the following error - </span><br>

<font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Sorry, The query has failed. MySQL reports the following error - </span><br><font class="Apple-style-span" color="#FF0000"><br>

</font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Sorry, The query has failed. MySQL reports the following error - </span><br><font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Toolkits has been installed.</span><br>

<span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Please go to <a href="http://localhost/xertetoolkits/">http://localhost/xertetoolkits/</a> </span><br><font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Please see the Xerte site at <a href="http://www.nottingham.ac.uk/xerte">http://www.nottingham.ac.uk/xerte</a> and please consider joining the mailing list. </span></blockquote>

<br>It says toolkits has been installed, but when I go to <a href="http://localhost/xertetoolkits/">http://localhost/xertetoolkits/</a>, I just get all this gobbelty gook:<div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<span class="Apple-style-span" style="color: rgb(255, 0, 0); ">site_session_name); session_start(); } include $xerte_toolkits_site-&gt;php_library_path . &quot;login_library.php&quot;; include $xerte_toolkits_site-&gt;php_library_path . &quot;display_library.php&quot;; /** * Check to see if anything has been posted to distinguish between log in attempts */ if((!isset($_POST[&quot;login&quot;]))&amp;&amp;(!isset($_POST[&quot;password&quot;]))){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_top&quot;)); $buffer .= $form_string; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_bottom&quot;)); echo $buffer; } /* * Some data has bee posted, interpret as attempt to login */ if ($_SERVER[&#39;REQUEST_METHOD&#39;] == &#39;POST&#39;) { /** * Username and password left empty */ if(($_POST[&quot;login&quot;]==&quot;&quot;)&amp;&amp;($_POST[&quot;password&quot;]==&quot;&quot;)){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_top&quot;)); $buffer .= &quot;</span><br>

<span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Please enter your username and password</span><br><font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">&quot;; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_bottom&quot;)); echo $buffer; /* * Username left empty */ }else if($_POST[&quot;login&quot;]==&quot;&quot;){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_top&quot;)); $buffer .= &quot;</span><br>

<span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Please enter your username</span><br><font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">&quot;; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_bottom&quot;)); echo $buffer; /* * Password left empty */ }else if($_POST[&quot;password&quot;]==&quot;&quot;){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_top&quot;)); $buffer .= &quot;</span><br>

<span class="Apple-style-span" style="color: rgb(255, 0, 0); ">Please enter your password</span><br><font class="Apple-style-span" color="#FF0000"><br></font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">&quot;; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . &quot;login_bottom&quot;)); echo $buffer; /* * Password and username provided, so try to authenticate */ }else if(($_POST[&quot;login&quot;]!=&quot;&quot;)&amp;&amp;($_POST[&quot;password&quot;]!=&quot;&quot;)){ /* * See if the submitted values are valid logins */ if(valid_login($_POST[&quot;login&quot;],$_POST[&quot;password&quot;])){ /* * Give the session its own session id */ $_SESSION[&#39;toolkits_sessionid&#39;] = $session_id; /* * Get some user details back from LDAP */ $entry = get_user_details($_POST[&quot;login&quot;],$_POST[&quot;password&quot;]); $_SESSION[&#39;toolkits_firstname&#39;] = $entry[0][givenname][0]; $_SESSION[&#39;toolkits_surname&#39;] = $entry[0][sn][0]; include $xerte_toolkits_site-&gt;php_library_path . &quot;database_library.php&quot;; include $xerte_toolkits_site-&gt;php_library_path . &quot;user_library.php&quot;; $mysql_id=database_connect(&quot;index.php database connect success&quot;,&quot;index.php database connect fail&quot;); $_SESSION[&#39;toolkits_logon_username&#39;] = $_POST[&quot;login&quot;]; /* * Check to see if this is a users&#39; first time on the site */ if(check_if_first_time($_SESSION[&#39;toolkits_logon_username&#39;])){ /* * create the user a new id */ $_SESSION[&#39;toolkits_logon_id&#39;] = create_user_id(); /* * create a virtual root folder for this user */ create_a_virtual_root_folder(); }else{ /* * User exists so update the user settings */ $_SESSION[&#39;toolkits_logon_id&#39;] = get_user_id(); update_user_logon_time(); } recycle_bin(); /* * Output the main page, including the user&#39;s and blank templates */ echo file_get_contents($xerte_toolkits_site-&gt;website_code_path . &quot;management_headers&quot;); echo &quot;</span></blockquote>

<div><br>What did I do wrong?</div><div><br>Thanks!<br>Tianna</div>