Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login error

Viewing 8 replies - 1 through 8 (of 8 total)
  • @dudboi

    Participant

    I actually don’t see a home option in my DB, but there IS a siteurl option. Even though get_option(‘siteurl’) didn’t work for me either. I have a feeling it’s got something to do with how the databases in WP MU don’t match with those in WP and the get_option function is structured in a way that makes sense for the WP databased, but not those in WP MU.

    A quick fix would be to do an <?php echo site_url();?>

    @fall-apart

    Member

    So this is just a problem with the header, and not an issue with having BP/MU installed in a subdirectory?

    Thanks for the help!

    @gogoplata

    Participant

    Was the login working prior to installing BP?

    @fall-apart

    Member

    Yes, and the login at http://www.wikischool.ca/blogs/wp-login.php works fine, it’s just that one form action. It’s interesting, because the Signup button points at site_url, so it’s just the Login button that’s incorrect.

    @blackvwgolf95

    Member

    Line 37 of header.php in the home theme is missing an echo.

    Correct line should read:

    <form name=”login-form” id=”login-form” action=”<?php echo get_option(‘home’) ?>/wp-login.php” method=”post”>

    Brad

    http://www.GorgeousGamers.com/beta/

    @fall-apart

    Member

    Peachy! That did the trick – how does that change get incorporated into the official files?

    @gogoplata

    Participant

    This is fixed in the latest revision.

    @fall-apart

    Member

    Excellent!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Login error’ is closed to new replies.
Skip to toolbar