can’t access to login page
-
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 1251Warning: 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]
- The topic ‘can’t access to login page’ is closed to new replies.