<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18294" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText69276 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>To upgrade - for now - just drag the files over the top.</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Tianna Tagami<BR><B>Sent:</B> Mon 07/09/2009 20:11<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> [Xerte] updating to 1.5<BR></FONT><BR></DIV>
<DIV>I downloaded the 1.5 update and replaced my old xertetoolkits folder<BR>in the xamp folder with the new one, but couldn'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="BORDER-RIGHT: medium none; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; BORDER-LEFT: medium none; PADDING-TOP: 0px; BORDER-BOTTOM: medium none"><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 -&nbsp;</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 -&nbsp;</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 -&nbsp;</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 -&nbsp;</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 -&nbsp;</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>&nbsp;</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.&nbsp;</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="BORDER-RIGHT: medium none; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; BORDER-LEFT: medium none; PADDING-TOP: 0px; BORDER-BOTTOM: medium none"><SPAN class=Apple-style-span style="COLOR: rgb(255,0,0)">site_session_name); session_start(); } include $xerte_toolkits_site-&gt;php_library_path . "login_library.php"; include $xerte_toolkits_site-&gt;php_library_path . "display_library.php"; /** * Check to see if anything has been posted to distinguish between log in attempts */ if((!isset($_POST["login"]))&amp;&amp;(!isset($_POST["password"]))){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_top")); $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 . "login_bottom")); echo $buffer; } /* * Some data has bee posted, interpret as attempt to login */ if ($_SERVER['REQUEST_METHOD'] == 'POST') { /** * Username and password left empty */ if(($_POST["login"]=="")&amp;&amp;($_POST["password"]=="")){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_top")); $buffer .= "</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)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_bottom")); echo $buffer; /* * Username left empty */ }else if($_POST["login"]==""){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_top")); $buffer .= "</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)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_bottom")); echo $buffer; /* * Password left empty */ }else if($_POST["password"]==""){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_top")); $buffer .= "</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)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site-&gt;root_file_path . $xerte_toolkits_site-&gt;website_code_path . "login_bottom")); echo $buffer; /* * Password and username provided, so try to authenticate */ }else if(($_POST["login"]!="")&amp;&amp;($_POST["password"]!="")){ /* * See if the submitted values are valid logins */ if(valid_login($_POST["login"],$_POST["password"])){ /* * Give the session its own session id */ $_SESSION['toolkits_sessionid'] = $session_id; /* * Get some user details back from LDAP */ $entry = get_user_details($_POST["login"],$_POST["password"]); $_SESSION['toolkits_firstname'] = $entry[0][givenname][0]; $_SESSION['toolkits_surname'] = $entry[0][sn][0]; include $xerte_toolkits_site-&gt;php_library_path . "database_library.php"; include $xerte_toolkits_site-&gt;php_library_path . "user_library.php"; $mysql_id=database_connect("index.php database connect success","index.php database connect fail"); $_SESSION['toolkits_logon_username'] = $_POST["login"]; /* * Check to see if this is a users' first time on the site */ if(check_if_first_time($_SESSION['toolkits_logon_username'])){ /* * create the user a new id */ $_SESSION['toolkits_logon_id'] = 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['toolkits_logon_id'] = get_user_id(); update_user_logon_time(); } recycle_bin(); /* * Output the main page, including the user's and blank templates */ echo file_get_contents($xerte_toolkits_site-&gt;website_code_path . "management_headers"); echo "</SPAN></BLOCKQUOTE>
<DIV><BR>What did I do wrong?</DIV>
<DIV><BR>Thanks!<BR>Tianna</DIV></DIV></BODY></HTML>