I have uninstalled FEC (addd484) due to issues - I followed the uninstall procedure and uploaded the uninstall.sql however I am still having issues so I really would appreciate some help please;
1. the login page doesn't load according to the determining files includes/english/login.php and includes/templates/template_default/templates/tpl_template_login_default.php which are exactly identical on both sites
2. FEC still shows up in admin/configuration which it shouldn't, right?
I got this error message after doing uninstall.sql -
1146 Table 'harmony2_database_admin_pages' doesn't exist
in:
[DELETE FROM database_admin_pages WHERE page_key = 'configFastandEasyCheckout' LIMIT 1;]
following are 'source' data for the page from the site (
www.harmonyball.net.au) that I have uninstalled FEC from and the second being another site (a clone of the first
www.harmonyballpendant.com) which I did not install FEC and which is the example as it should be;
harmonyball.net.au source;
<div class="centerColumn" id="loginDefault">
<h1 id="loginDefaultHeading">HEADING_TITLE</h1>
<!--BOF normal login-->
<div class="advisory">TEXT_VISITORS_CART</div>
<form name="login" action="https://www.harmonyball.net.au/login.html?action=process" method="post" id="loginForm"><fieldset>
<legend>HEADING_RETURNING_CUSTOMER</legend>
<label class="inputLabel" for="login-email-address">Email Address:</label>
<input type="text" name="email_address" size = "41" maxlength= "96" id="login-email-address" /><br class="clearBoth" />
<label class="inputLabel" for="login-password">Password:</label>
<input type="password" name="password" size = "41" maxlength = "40" id="login-password" /><br class="clearBoth" />
<input type="hidden" name="securityToken" value="cd8baf19b7e7feccc8f0f58768bffcc7" /></fieldset>
<div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
<div class="buttonRow back important"><a href="https://www.harmonyball.net.au/password_forgotten.html">TEXT_PASSWORD_FORGOTTEN</a></div>
</form>
<br class="clearBoth" />
<form name="create_account" action="https://www.harmonyball.net.au/create_account.html" method="post" onsubmit="return check_form(create_account);" id="createAccountForm"><input type="hidden" name="action" value="process" /><input type="hidden" name="email_pref_html" value="email_format" /><fieldset>
<legend>HEADING_NEW_CUSTOMER</legend>
<div class="information">TEXT_NEW_CUSTOMER_INTRODUCTION</div>
<div class="alert forward">* Required information</div>
<br class="clearBoth" />
Harmonyballpendant.com source (correct result on page)
<div class="centerColumn" id="loginDefault">
<h1 id="loginDefaultHeading">Welcome to Login page / Express Checkout page</h1>
<!--BOF PPEC split login- DO NOT REMOVE-->
<fieldset class="floatingBox back">
<legend><a style="color:#0080FF">New Customers</legend>
<div class="information"><center><h2><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec" style="color:blue"><u>EXPRESS CHECKOUT</u></a></h2><font size="2">use <b><u>PayPal</u></b> OR <b>pay with a <u>Credit Card</u></b> <p>Click the PayPal button below to use <u><b><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec">Express Checkout</a></u></b></p><u><i>you DO NOT NEED to have a PayPal account to use your Credit Card with this EXPRESS CHECKOUT</u></i></p></div>
<div class="center"><div id="PPECbutton" class="buttonRow">
<a href="http://www.harmonyballpendant.com/ipn_main_handler.php?type=ec"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckout.gif" alt="Click here to pay via PayPal Express Checkout" /></a>
</div>
</div>
<hr />
<span class="larger">Or</span><br /><div class="information">Create a Customer Profile with <strong>HarmonyBallPendant.com</strong> which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.</div>
<form name="create" action="http://www.harmonyballpendant.com/create_account.html" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " name="registrationButton" /></div>
</form>
</fieldset>
<fieldset class="floatingBox forward">
<legend><a style="color:#0080FF">Returning Customers</a style></legend>
<div class="information">In order to continue, please login to your <strong>HarmonyBallPendant.com</strong> account.</div>
<form name="login" action="http://www.harmonyballpendant.com/login.html?action=process" method="post" id="loginForm"><label class="inputLabel" for="login-email-address">Email Address:</label>
<input type="text" name="email_address" size="18" id="login-email-address" /><br class="clearBoth" />
<label class="inputLabel" for="login-password">Password:</label>
<input type="password" name="password" size="18" id="login-password" /><input type="hidden" name="securityToken" value="a5e849228cc3e130bca27b7079b00a66" /><br class="clearBoth" />
<div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
<div class="buttonRow back important"><a href="http://www.harmonyballpendant.com/password_forgotten.html">Forgot your password?</a></div>
</form>
</fieldset>
<br class="clearBoth" />
<!--EOF PPEC split login- DO NOT REMOVE-->
Bookmarks