• Hi,

    when i want to login into my dashboard, i get this erorr.

    o
    Warning: Cannot modify header information – headers already sent by (output started at /home/gtcacir/public_html/wp-config.php:1) in /home/gtcacir/public_html/wp-includes/pluggable.php on line 1251

    Warning: Cannot modify header information – headers already sent by (output started at /home/gtcacir/public_html/wp-config.php:1) in /home/gtcacir/public_html/wp-includes/pluggable.php on line 1254

    the code of line 1251 & 1254 :

    1251 function wp_redirect($location, $status = 302, $x_redirect_by = ‘WordPress’) {
    1252 global $is_IIS;
    1253
    1254 /**
    1255 * Filters the redirect location
    1256 *
    1257 * @since 2.1.0
    1258 *
    1259 * @param strin $location The path or URL to redirect to.
    1260 * @param int $status The HTTP response status code to use.
    1261 */
    1262 $location = apply_filters(‘wp_redirect’, location,$status);

    how i can fix it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @mhhossein
    You can try with two possible step.
    First:
    Go to your installation directory from cpanal (login cpanel–> file manager–> then you will find directory folder where wp installed)
    Then go to wp-content/themes and plugins
    Rename the plugin name and theme name
    Now try again to login and if work then back to the plugin (actual plugin) one by one check which one causing problem.

    Second:
    If it deos not work update the wordpress core file.

    Note: You should have backup to proceed WordPress core update.

Viewing 1 replies (of 1 total)
  • The topic ‘can’t access to login page’ is closed to new replies.