Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter shaf_prince

    (@shaf_prince)

    I even tried http://indianramp.com/wp-login.php which is not working

    Borge

    (@joeborge0914)

    can you check if error_log if there is error messages reported there?

    If no, add this on your php.ini

    ; – Show all errors, except for notices
    ;
    error_reporting = E_ALL & ~E_NOTICE
    ;

    then

    display_errors = On

    Thread Starter shaf_prince

    (@shaf_prince)

    where shall I add this…any details

    Borge

    (@joeborge0914)

    in php.ini file in the root directory
    if you cant see it, crate one

    have you seen error_log in public_html?

    Yo can login, but can’t see just a white blank page? Or you cannot login? After “login” what is the URL in the browser?

    Hi shaf_prince,
    This issue is come when unexpected output is started. This is due to plugin activated to your site. So Try to deactive plugins and check the login. You can find the plugin due to which this conflict happens.
    Thanks

    Thread Starter shaf_prince

    (@shaf_prince)

    I am able to see a blank page at http://indianramp.com/wp-admin.php page, but when I am using http://indianramp.com/wp-login.php, I can see the login page, after entering my credentials, it still gives me the login page and not logging into WP Admin dashbaord.

    Hi shaf_prince,

    Go to root directory where your wordpress setup like wp-content, wp-admin etc folder is present. Here you can see a file having name “wp-config.php” and on line number 71 you find:

    define(‘WP_DEBUG’, false);

    and make it true as :

    define(‘WP_DEBUG’, true);
    then goto http://indianramp.com/wp-login.php you can find the plugin which cause this issue then goto http://indianramp.com/wp-admin/plugins.php and deactivate that plugin.

    Hope it will work
    Thanks

    Thread Starter shaf_prince

    (@shaf_prince)

    nope its not working

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    A blank page means that PHP is crashing, usually due to a function conflict, typically introduced by a plugin or theme.

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter shaf_prince

    (@shaf_prince)

    I renamed the plugin folder and created a new one but still giving the blank login page

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Ok, maybe it’s a theme function, so now move on to the second half of my reply. πŸ˜‰

    Thread Starter shaf_prince

    (@shaf_prince)

    I tried the to change the theme too, but its not working

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Please describe how it is not working. We’d all love to help you here, but we aren’t psychic, we need details to choose the right course. πŸ™‚

    Thread Starter shaf_prince

    (@shaf_prince)

    Sure, I tried login from both the pages

    http://indianramp.com/wp-admin
    http://indianramp.com/wp-login.php

    http://indianramp.com/wp-admin is just going to a blank white page

    Whereas, http://indianramp.com/wp-login.php is asking to enter credentials showing Login page, when inputting username and password, its loading and again showing the same login page itself, nothin happens.

    I tried renaming Plugins, themes folder and to check if it would work. Also edited the wp-config file to replace

    define(‘WP_DEBUG’, false);

    and make it true as :

    define(‘WP_DEBUG’, true);

    and this also not showing any errors.

    My website http://indianramp.com/ is working fine, but I ‘m unable to login to WP Admin to edit or post anything.

    Please help!

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘UNable to Login to wp-admin’ is closed to new replies.