I have a strange admin login problem and I am going to have to post the admin URL's for whoever reads this to get an understanding of what is happening. This is not an issue since it's a temporary URL for testing anyway and will change.
Firstly, SSL is installed and working. SSL is also configured in the configure.php files.
PHP is PHP 7.0
I have the database and website loaded elsewhere as well and the admin login page loads fine, I just can't login because I think it's because it is under an IP address rather than a live domain name, so isn't running SSL.
So when I go to https://venturewebsitesolutions.co.uk/Store/adminDIL I get a blank screen.
When I go to https://venturewebsitesolutions.co.u...nDIL/login.php the login page partially loads and if I view the source this is what I get:
As you can see it appear to be ending after the 'login-img' br tagHTML Code:<!DOCTYPE html><html HTML_PARAMS><head> <meta http-equiv="Content-Type" content="text/html; charset=CHARSET"> <link href="includes/alt-stylesheet.css" rel="stylesheet"> <title> TITLE </title> <meta name="robots" content="noindex, nofollow" /></head><body id="login"> <div class="container-fluid"> <div class="login-form"> <div class="login-main-div login-box-shadow"> <img class="login-img" src="../includes/templates/template_default/images/logo.gif" alt="Zen CartŪ" title="Zen CartŪ" width="192" height="68" border="0"> <br>
It's like it is trying to load something but something is blocking it.
I've looked in login.php and the lines after the br tag are
So something is stopping the login form from loading correctly. I've tried clearing my cache, and browser cookies.PHP Code:<?php if (!isset($expired) || $expired == FALSE) { ?><?php echo zen_draw_form('loginForm', FILENAME_LOGIN, zen_get_all_get_params(), 'post', 'id="loginForm"', 'true'); ?><?php echo zen_draw_hidden_field('action', 'do' . $_SESSION['securityToken'], 'id="action1"'); ?>
The database is current too.
And there are no debug errors in the logs directory.


Reply With Quote
