Viewing 7 replies - 1 through 7 (of 7 total)
  • Seems like your theme is probably causing the problem. Try switching to the default theme and see if the errors go away. headers already sent usually means that there are unexpected spaces in the file, usually at the beginning.

    The problem comes from your functions file: wp-content/themes/colourise/functions.php

    Go to wp_config.php,

    find
    define(‘WP_DEBUG’, false);

    and turn it true
    define(‘WP_DEBUG’, true);

    And see what errors come up when you enter /wp-admin

    wp-content/themes/colourise/functions.php is part of your theme, so you may want to switch themes unless you are a good coder.

    If you are unable to log in to your dashboard, but have access to the files on the server (either through your host control panel or FTP) just navigate to wp-content/themes/colourise and rename the folder from colourise to something like old-colorize.

    This will deactivate the theme, and force WordPress to load the default theme instead. If your theme is causing problems, then this will at least get you back into the dashboard.

    Thread Starter stephen23ca

    (@stephen23ca)

    I am not a good coder. But…how do i switch themes if i can’t even log in to my page?

    Thread Starter stephen23ca

    (@stephen23ca)

    Thanks Fitting, let me give that a try.

    Thread Starter stephen23ca

    (@stephen23ca)

    That worked. Thanks a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I can't log in to my WP Page’ is closed to new replies.