Can not log in as admin after theme change
Permalink 1 user found helpfulIs there a way to go back to dark chocolate theme by modifying a file?
Thanks for your help.
Nicolas
I try through index.php/login.
Is there another way to do it?
Thanks.
nicolas
I don't know, i just updated my theme to a new one. When i do this, i suppose that there is a new header.php assigned to this theme; am i wrong?
nicolas
the theme is "touching", and the header is this one:
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Site Header Content //-->
<style type="text/css">@import "<?php echo $this->getThemePath()?>/main.css";</style>
<style type="text/css">@import "<?php echo $this->getThemePath()?>/typography.css";</style>
<?php Loader::element('header_required'); ?>
</head>
Thanks,
nicolas
Any suggestion is welcome :-).
http://youtu.be/69D3i_mS4AE
nicolas
Make sure you have the following right before the closing /body tag:
<?php Loader::element('footer_required'); ?>
An easy way to determine if you get logged in is to try to reach http://smitty.be/index.php/dashboard... after supplying your credentials on login.php
Many thanks for your help...
nicolas
If the later, try the former.