• [Moderator note: Topic title de-capped. Please do not shout at us.]

    When I wanted to access my dashboard today I got a message saying that there was problems with a plugin… wp seo
    Went to the file manager and errased it…
    Got another message on the browser saying another plugin did the mess…jet pack
    Went agian -file manager – errased it…
    NOW IM GETTING this answer form the browser..

    “This page has a redirecting bucle”

    I have no idea what that means or how ti fix it !!!
    HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEPL !
    Im not a programer, but I know how to work the file manager. HELP
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    try Enabling debugging and post the results.

    Thread Starter ferescalada

    (@ferescalada)

    Tara, Im not a programer…I dont know how to do that in code… just manage the file manager on my Godaddy account. If the instruccions are neat and specific, easy to follow I can do it, I can enter into a code, but it needs to be very details info so I dont mess up some other thing !

    PLEASE help … Ill read again the enableing debugging… but please if you can expand on that it will be super great!

    All of the steps are clearly explained in the page that Tara linked to above. Which step are you having problems with?

    Thread Starter ferescalada

    (@ferescalada)

    I dont want to mess it up…
    WHERE EXACTLY so I post the code…

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define('SCRIPT_DEBUG', true);

    Try adding:

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);

    to the bottom of your wp-config.php file – before any closing ?> tag (if such a tag exists). And ensure that you use a plain text editor to make these changes.

    Thread Starter ferescalada

    (@ferescalada)

    I tried, but it doesnt work… here are the screen shots

    Before Posting the code https://screenshot.net/6j423hg

    Where I placed the code https://screenshot.net/dxewjc2

    This is how I see my login ( design got wired) https://screenshot.net/xyxp7ar

    This is what I get when I try to login https://screenshot.net/pg9x4c1

    Cant make this work… HELP !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cant access dashboard’ is closed to new replies.