Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter rsimms

    (@rsimms)

    Okay. This is what I did.

    I changed to 2013 Theme and de-activated all plugins.

    I have downloaded wordpress and by FTP deleted wp-admin and wp-includes; replacing them with the new versions.

    Attempted to log-in – unsuccessful.
    Error code: ERR_TOO_MANY_REDIRECTS

    THEN: I saw that after failing to login, when I went back to the site https://www.simplyhis.org.au I found that there is the grey line up top indicating I am logged in.

    Then I changed back to my preferred theme (Revolution Blue) and reactivated plugins.

    Then I updated again to WordPress 3.6.1 as it said I was still on 3.6. Update successful.

    Then I log out.

    Navigated to the site and attempted to Log in – unsuccessful
    Error code: ERR_TOO_MANY_REDIRECTS

    Navigated back to the site to find that I am logged in.

    Any clues?

    Thread Starter rsimms

    (@rsimms)

    Okay, thank you, how can I deactivate my plugins if I cannot get into my dashboard?

    The message I received ERR_TOO_MANY_REDIRECTS is when I attempt to get into my dashboard.

    Thread Starter rsimms

    (@rsimms)

    You are correct. Thank you.
    However the login issue persists.
    The message received was:

    The webpage at https://www.simplyhis.org.au/wp-admin/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Learn more about this problem.
    Error code: ERR_TOO_MANY_REDIRECTS

    Thread Starter rsimms

    (@rsimms)

    NOW:

    It seems that navigating to my site:
    https://www.simplyhis.org.au

    actually automatically LOGIN to my dashboard!

    Whoever navigates to my site is automatically in my dashboard!

    Please help, I don’t know what to do.

    Thank you

    Thread Starter rsimms

    (@rsimms)

    Hello Esmi, thank you for your input.

    1) I followed these instructions:
    a) Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
    b) Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
    c) Login to your WordPress administration menus (/wp-admin)

    When I navigated to the simplyhis.org.au page and attempted to login I achieved the same result:

    The webpage at https://www.simplyhis.org.au/wp-admin/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Learn more about this problem.
    Error code: ERR_TOO_MANY_REDIRECTS
    —–

    2) I followed your instructions
    ” switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.”

    And then navigated to my site and received this message:

    Unable to Access the Network:
    The connection to https://www.simplyhis.org.au was interrupted by a change in the network connection.
    Check your Internet connection.
    Check any cables and reboot any routers, modems, or other network devices you may be using.
    Error code: ERR_NETWORK_CHANGED
    —–
    3) Using my FTP (FileZilla) I took out both of these changes and accessed my site, it came up a bit squiffy but had already signed me in to the dashboard!

    I was able to then update to WordPress 3.6.1 which I did immediately.

    Now the site is still not right and I still cannot login and still getting the error message:

    Error code: ERR_TOO_MANY_REDIRECTS
    ——

    Thread Starter rsimms

    (@rsimms)

    Hi Krishna,

    Thank you for your post. I have just attempted to login however my attempt was unsuccessful.

    The message received was:

    The webpage at https://www.simplyhis.org.au/wp-admin/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Learn more about this problem.
    Error code: ERR_TOO_MANY_REDIRECTS

    Thread Starter rsimms

    (@rsimms)

    Thank you, I have just followed your directions, altered my php and css and it is truly beautiful. KingGomez, you are a genius.
    ??
    Ron

    Thread Starter rsimms

    (@rsimms)

    Thank you sir, I appreciate that.

    Can you give me a blow by blow description of how to set up and run my sandbox environment? That would be great.

    Thank you,

    Ron

    Thread Starter rsimms

    (@rsimms)

    Got it!

    I replaced:

    <?php include(TEMPLATEPATH.”/l_sidebar.php”);?>

    with:

    <?php get_sidebar()?>

    and it moved the right sidebar right up to the bottom of the nav bar. I probably would prefer a 10px space but this is a great work around.

    Thank you for your help Esmi.

    Ron.

    Thread Starter rsimms

    (@rsimms)

    My page.php looks like this:

    <?php get_header(); ?>

    <div id=”content”>

    <div id=”contentleft”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <h1><?php the_title(); ?></h1>
    <?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>

    <?php endwhile; else: ?>

    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>

    </div>

    <?php include(TEMPLATEPATH.”/l_sidebar.php”);?>

    <?php include(TEMPLATEPATH.”/r_sidebar.php”);?>

    </div>

    <!– The main column ends –>

    <?php get_footer(); ?>

    Thread Starter rsimms

    (@rsimms)

    Thank you Esmi. I looked in the following and couldn’t find the code you have described…

    Templates
    404 Template
    (404.php)
    Archives
    (archive.php)
    Author Template
    (author.php)
    Comments
    (comments.php)
    Footer
    (footer.php)
    Header
    (header.php)
    Main Index Template
    (index.php)
    Page Template
    (page.php)
    Search Results
    (search.php)
    Single Post
    (single.php)
    Tag Template
    (tag.php)
    Theme Functions
    (functions.php)
    config.inc.php
    (config.inc.php)
    l_sidebar.php
    (l_sidebar.php)
    r_sidebar.php
    (r_sidebar.php)
    Styles
    Gray.css
    (Gray.css)
    Red.css
    (Red.css)
    Stylesheet
    (style.css)

    I wonder if you could be a little more specific?

    Thank you so much for your help,

    Ron

    Try going to
    Dashboard > Settings > Reading
    and then change the setting:
    Blog pages show at most
    to 9.

    Hope this helps,

    Ron

    Hi, if you go to Dashboard > Settings > Reading
    you can change the page where your posts show at the top.
    Have a great day!
    Ron

Viewing 13 replies - 1 through 13 (of 13 total)