• 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 ive missed something. Can someone please assist?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried just reinstalling the theme?

    Thread Starter MRTN70

    (@mrtn70)

    the theme has been modified so i dont think that can be done without losing some content information.
    Could it be some kind of database rewrite issue although I was working with a live site from the start – just set up database, loaded wordpress, theme and went live.
    These error log lines show up nicely: the first condition doesnt let me to the dashboard and the second removes all css from login screen for example. Any ideas on that?

    Modifying theme files is hazardous – using a child theme is a better approach – https://codex.www.ads-software.com/Child_Themes

    But given the situation, try deactivating your plugins and switching to a default theme to see if that solves the problem.

    If it’s a theme specific problem, you’ll need to ask the developer about it – as these forums don’t support commercial themes, sorry.

    https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Suddenly cant access wp-admin page’ is closed to new replies.