I did that and it didn't work. I got the same error messages.<div>That's when I tried uninstalling and reinstalling. What should I do now?<br><br><div class="gmail_quote">On Mon, Sep 7, 2009 at 3:49 PM, Patrick Lockley <span dir="ltr"><<a href="mailto:Patrick.Lockley@nottingham.ac.uk">Patrick.Lockley@nottingham.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>
<div 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>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> 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><div></div><div class="h5">
<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/" target="_blank">http://localhost/xertetoolkits/setup/</a>, but when I click set up for XAMPP people, I get this error message:<br>
<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 style="color:rgb(255,0,0)">Sorry, the attempt to connect to the host has failed. MySQL reports the following error - </span><br>
<font color="#ff0000"><br></font><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 color="#ff0000"><br></font><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 color="#ff0000"><br></font><span style="color:rgb(255,0,0)">Sorry, The query has failed. MySQL reports the following error - </span><br><font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">Sorry, The query has failed. MySQL reports the following error - </span><br>
<font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">Toolkits has been installed.</span><br><span style="color:rgb(255,0,0)">Please go to <a href="http://localhost/xertetoolkits/" target="_blank">http://localhost/xertetoolkits/</a> </span><br>
<font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">Please see the Xerte site at <a href="http://www.nottingham.ac.uk/xerte" target="_blank">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/" target="_blank">http://localhost/xertetoolkits/</a>, I just get all this gobbelty gook:
<div><br></div>
<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 style="color:rgb(255,0,0)">site_session_name); session_start(); } include $xerte_toolkits_site->php_library_path . "login_library.php"; include $xerte_toolkits_site->php_library_path . "display_library.php"; /** * Check to see if anything has been posted to distinguish between log in attempts */ if((!isset($_POST["login"]))&&(!isset($_POST["password"]))){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->website_code_path . "login_top")); $buffer .= $form_string; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->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"]=="")&&($_POST["password"]=="")){ $buffer = login_page_format_top(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->website_code_path . "login_top")); $buffer .= "</span><br>
<span style="color:rgb(255,0,0)">Please enter your username and password</span><br><font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->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->root_file_path . $xerte_toolkits_site->website_code_path . "login_top")); $buffer .= "</span><br>
<span style="color:rgb(255,0,0)">Please enter your username</span><br><font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->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->root_file_path . $xerte_toolkits_site->website_code_path . "login_top")); $buffer .= "</span><br>
<span style="color:rgb(255,0,0)">Please enter your password</span><br><font color="#ff0000"><br></font><span style="color:rgb(255,0,0)">"; $buffer .= login_page_format_bottom(file_get_contents($xerte_toolkits_site->root_file_path . $xerte_toolkits_site->website_code_path . "login_bottom")); echo $buffer; /* * Password and username provided, so try to authenticate */ }else if(($_POST["login"]!="")&&($_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->php_library_path . "database_library.php"; include $xerte_toolkits_site->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->website_code_path . "management_headers"); echo "</span></blockquote>
<div><br>What did I do wrong?</div>
<div><br>Thanks!<br>Tianna</div></div></div></div></div>
<br>_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br></blockquote></div><br></div>