Suddenly cant access wp-admin page
-
Hi
Yesterday, Feb9, i experienced an issue that has bothered some people already as i googled. I loaded up my site in chrome and as it has all userinfo memorized, it also logged me in to wordpress. After clicking the dashboard (or any title from the list) it loaded to a page error: ERR_TOO_MANY_REDIRECTS and no access to wordpress, site itself is fine.
I contacted host and they sent me two error lines which were given 4days
before, but till yesterday wordpress worked fine. Errors were:
Call to undefined function get_header() in /www/apache/domains/www.zelluloos.ee/htdocs/wp-content/themes/sportify/index.php on line 7
Theme`s index file contains:
<?php
/*
* Single post page
*/
?><?php get_header(); ?>
<div class=”main-content content”>
<div id=”blog_box” class=”box blog post-box margin-top”><!– Section Blog Post –>
<div class=”container”>
<div class=”row”>
<div class=”col-md-8″>
<?php if (have_posts()) : ?>
<ul class=”clean-list blog-items row”>
<?php while(have_posts()) : the_post();
get_template_part(‘content’,’blog’);
endwhile; ?>
</ul>
<?php endif; ?>
</div>
<div class=”col-md-4″>
<?php get_sidebar(); ?>
</div>
</div>
</div><!– Container –>
</div>
</div>
<?php get_footer(); ?>Directory index forbidden by Options directive: /www/apache/domains/www.zelluloos.ee/htdocs/wp-includes/css/
WordPress index.php is ok, havent touched any of index or .htaccess files till i started troubleshooting.
Ive tried different command lines i found in the forums, tried disabling plugins, checked the files and lines in them that might have some connection with the issue, but since im not a developer im pretty sure i
ve missed something. Can someone please assist?
- The topic ‘Suddenly cant access wp-admin page’ is closed to new replies.