ERROR de la página de inicio de sesión: las cookies están bloqueadas debido a una salida inesperada
-
-
¿Puede compartir la URL de su sitio web?Megustaría verlo accediendo a la URL `/wp-login.php`.Can you please share your website URL? Would like to actually see by accessing `/wp-login.php` URL.
- 0
- 2016-01-02
- Prasad Nevase
-
¿Lainstalaciónnueva de WordPressen un subdominio o subdirectorioen elmismo alojamientotiene elmismoproblema?Does fresh WordPress installation in subdomain or subdirectory on the same hosting has the same problem?
- 2
- 2016-01-02
- Alexey
-
has resueltoelproblema?Y sies así,¿cómo?have you resolved the issue? And if so, how?
- 0
- 2016-06-28
- MatoBehr
-
9 respuestas
- votos
-
- 2016-01-03
Esteerror segeneraen wp-login.php,sucede siel servidornopuede configurar las cookies,estopuede suceder debido a varias razones,uno de losproblemas comuneses: la salida seenvía antes de configurar las cookies.
Pruebe las siguientes opciones:
- Actualiceelnúcleo de WordPress,sinoestá actualizado
- cambieeltema,siestá usando untemapersonalizado,simplemente hagaftp enel servidor yelimine la carpeta deltemapersonalizado,WordPress volverá altemapredeterminado.
- Sielproblemapersiste,cambieelnombre de la carpeta del complemento
Compruebetambiénel registro deerrores,esposible que loserroresno seimprimanen lapantalla.
This error is generated in wp-login.php , it happens if server is unable to set cookies, this can happen due to several reasons, one of the common issue is: output being sent before setting up of cookies.
Try out following options:
- Update WordPress core, if it is not up to date
- change theme, if you are using custom theme, just ftp into server and delete the custom theme folder, WordPress will revert to default theme.
- If issue still persists, rename plugin folder
Also check error log, errors may not be printed to screen.
-
"... o las cookiesestán deshabilitadas"?No,noesto.".. or cookies are disabled" ? Not, not this.
- 0
- 2016-01-09
- Croll
-
@DmitrijAgraciaspor señalar,tiene razón,con las cookies desactivadas,elmensaje deerrores diferente.Actualización de la respuesta@DmitrijA thanks for pointing out, you are right, with cookies disabled, error message is different. Updated the answer
- 0
- 2016-01-09
- Fiaz Husyn
-
¿Cómopuedo hacer algo de lo anterior sinopuedoiniciar sesiónen WP?El único acceso queme quedaes FTP.How can I do any of the above if I can not log in to WP? The only access I have left is FTP.
- 0
- 2016-06-28
- MatoBehr
-
@MatoBehr Usando FTP,elimine su carpeta detemapersonalizado,sielerrorpersiste,cambieelnombre de la carpeta del complemento.También verifiqueel registro deerrorespara verpor qué segeneraesteerror@MatoBehr Using FTP, delete your custom theme folder, if error persists than rename plugin folder. Also check error log to see why this error is being generated
- 0
- 2016-06-30
- Fiaz Husyn
-
- 2016-01-04
Puede seguirestospasos que se describen a continuación:
- Cambieelnombre del directorio
themes
y del directorioplugins
. - Ahora visite/wp-admin/o/wp-login.php. Espero queesta vezfuncione.
- Sielpaso 2funciona,inicie sesiónen elpanel.
- Ahora,cambieelnombre del directorio
themes
nuevamente athemes
- Luego,visiteelmenú
Appearance
y active cualquiertemapredeterminado de WordPress. - Espero queen estepuntotambiénpuedas acceder a lainterfaz.
- Siesofunciona,ahorapuedeintentar activareltema que usó antes. Siesofunciona,entoncesprobablementetuellosnotenganningúnproblema.
- Sielpaso 7funciona,puede cambiarelnombre del directorio
plugins
comoplugins
ybuscar si hay algúnpluginproblemático. Sieso vuelve a romper su sitio,repita lospasos 1-6nuevamente. Sielpaso 7nofunciona,repitaelpaso 1-6nuevamente. Eneste caso,sutematiene algunosproblemas. Solucionarlo.
Espero quefuncionepara usted. Gracias
You can follow these steps written below:
- Rename
themes
directory andplugins
directory. - Now visit /wp-admin/ or /wp-login.php. I hope this time it would work.
- If step 2 works, then login to the dashboard.
- Now, Rename
themes
directory again intothemes
- Then, visit
Appearance
menu and activate any default wordpress theme. - I hope, this point you can access the front-end also.
- If that works, then now you can try to activate the theme what you used before. If that works, then probably your them doesn't have any issues.
- If step 7 works, then you can rename back the
plugins
directory asplugins
and find if there any problematic plugins are there. If that again breaks your site, then repeat step 1-6 again. If step 7 doesn't work, then repeat step 1-6 again. In this case, your theme has some issues. Fix it.
I hope, it should work for you. Thanks
-
- 2016-01-08
Paso 1: Verifique los registros deerrorespara ver qué archivo (s)está causandoelerror. Verificar su archivo de registro deerrores lo ayudará a comprender quéestá causandoexactamenteelproblema.
Paso 2: Si loserrores son como "No sepuedemodificar lainformación delencabezado - losencabezados yafueronenviadospor (la salida comenzóen" y luego la ruta del archivo y la ruta del archivo wp-login.php yelnúmero de línea. le confirmará que setrata de unproblema de BOM UTF-8 ypodrá localizarel archivo quetiene elproblema.
Paso 3: Abrael archivo (enmi caso,erael archivo "custom-posts.php") causando unerroren Notepad ++,quetiene elproblema. Lemostrará "Codificaren UTF-8" seleccionadoen la opción Codificación delmenú. Debe asegurarse de haber seleccionado "Codificaren UTF-8 sin BOM" y NOes "Codificaren UTF-8" ,luego haga clicen "Convertir a UTF-8 sin BOM" ,presione Introen cualquier lugar de su archivo yguarde.
Funcionóparamí; sinembargo,en algunos casospuede ser unproblema deplugins y cambiarelnombre de la carpeta de complementospuede ayudar. Pero antes de realizar cualquier cambio, asegúrese de haber comprobado los registros deerrorespara que sepa lo queestá haciendo.
Step 1: Check the error logs, to view which file(s) is causing error.Checking your error log file will help you understand what is exactly causing the issue.
Step 2: If the errors are like “Cannot modify header information – headers already sent by (output started at” and then file path and wp-login.php file’s path and line number.This will confirm you that it is UTF-8 BOM issue and you could locate the file that has got the issue.
Step 3: Open the file (In my case it was “custom-posts.php” file) causing error in Notepad++, which has got the issue. It will show you “Encode in UTF-8” selected under Encoding option from the menu. You need to make sure that you have selected “Encode in UTF-8 without BOM” and it is NOT “Encode in UTF-8”, then click on “Convert to UTF-8 without BOM”, hit enter anywhere in your file and save.
It worked for me; however in some cases it can be plugin issue and renaming plugins folder can help. But before making any changes make sure you have checked the error logs so that you know what you are doing.
-
- 2016-01-04
Primero verifique su sitio con untemapredeterminado de WordPress y si suproblemaestá resuelto,intente verificar los archivosphp de sutema yelimine cualquierespacio o líneanueva antes de
<?php
yelimine?>
alfinal de los archivos.Consultetambién https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain y use
define( 'COOKIE_DOMAIN', 'www.askapache.com' );
en su wp-config.php.First check your site with a default WordPress theme and if your issue is resolved, so try to check your theme php files and remove any space or new line before
<?php
and remove?>
at the end of files.Also check https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain and use
define( 'COOKIE_DOMAIN', 'www.askapache.com' );
in your wp-config.php. -
- 2016-01-09
Segúnmi opinión,esto se relaciona con algúntema. Siga lospasos a continuación yespero queesta sea su solución.
1.
WP_DEBUG
aTRUE
establezcael valor deWP_DEBUG
enTRUE
en su archivowp-config.php
. Esto le dará unmensaje deerror significativoen lapáginawp-login.php
. Después de la solución,puede deshacereste cambio.2. Ver ERROR
Una vez queestablezcaTURE
paraWP_DEBUG
,puede obtenerelmensaje deerror No sepuedemodificar lainformación delencabezado . Basándonosen esemensaje,podemos asumir quepuede haberproblemas con sutema.3. Cambiarelnombre de la carpeta deltema
Sieselpunto 2,debe cambiarelnombre de la carpeta deltema activopor algún valor (es decir,mytheme Amytheme1). Deberíapoderiniciar sesión,aunqueeltemapredeterminado actual seráelpredeterminado.4. Tema activo denuevo
Una vez realizadoelpaso 3 yelinicio de sesiónexitoso,puedeenfrentarnuevamenteelmismoproblema depáginaen blanco. Note preocupesporqueesto se debe alpunto 3. Active uno de lostemas disponiblesen Paneles de administración> Apariencia> Temas .NOTA: No seleccione sutema anterior (es decir,lo cambiamos denombre alpunto 3)porqueesetematiene problemas. Una vez que resuelvaeseproblema,podrá volver a utilizaresetema.
Para suproblema relacionado coneltema,puede verificar cuáleselproblema consultandoel archivo de registro.
Si aúntiene elmismoproblema,significa que debeprobar otra opción como:
1. Debes actualizartu versión de wordpress. Compruebe 2. Desactivetodos sus complementos y vuelva a activarlos.¡Yaestá! Espero queestote ayudebien.
As per my opinion this related to some theme issue. Follow below steps and I hope this will your solution.
1.
WP_DEBUG
toTRUE
set the value ofWP_DEBUG
toTRUE
in yourwp-config.php
file. This will give you a meaningful error message on thewp-login.php
page. After solution you can rollback this change.2. See ERROR
Once you setTURE
forWP_DEBUG
, you may get Cannot modify header information error message. Based on that message, we can assume that there may be issues with your Theme.3. Rename theme folder
If point 2, You need to rename your active theme folder name by some value(i.e. mytheme TO mytheme1). You should be able to login though it will default to the current default theme.4. Active theme again
Once done step 3 and login success, you can again face same blank page issue. Don't worry because this is due to point 3. Active one of the available theme from Admin panels > Appearance > Themes.NOTE: Don't select your old theme(i.e. we renamed it into point 3) because that theme has got problems. Once you solve that problem you can again use that theme.
For your theme related issue, you can check what is the problem by checking log file.
If still facing same issue, it means that you need to try other option like:
1. You need to update your wordpress version. Check how to
2. Inactive your all plugins, and again activate it.That's done! Hope this help you well.
-
- 2016-01-05
Pareceextraño queel archivoerror.lognomuestrenada ...
Para descartar completamente los caracteres de la lista demateriales,intentaría volver aescribirmanualmente cualquier código (en
functions.php
ywp-config.php
) que haya copiado de otrasfuentesen un documento queesté seguro de quetiene formato UTF-8.Esposible que los caracteres semantuvieran apesar de que se cambióelformato del documentoen elprograma.Nota agregada: sinoestá seguro de si su versión de Notepad ++ admite "sin BOM",intente utilizar uneditor diferente.Lomásprobablees que solonecesite usar uno diferenteparaesteproblemaen particular.
Aparte deeso,¿haintentado reemplazar completamente su archivo
wp-login.php
?Puedeintentarlo y/o reemplazartoda la carpetawp-admin
.Situvoproblemasporquenav-menus.php
no se cargaba correctamente,esposible que otros archivos/directorios hayanfallado otambién se hayan cargadoparcialmente.Seems weird that the error.log doesn't show anything...
To completely rule BOM characters out, I'd try manually retyping any code (in
functions.php
andwp-config.php
) you have copied from other sources into a document you are sure is UTF-8 format. It's possible the characters remained even though the document format was changed in the program.Added Note: If you aren't sure if your version of Notepad++ supports "without BOM," try using a different editor. Chances are you'd only need to use a different one for this particular issue.
Aside from that, have you tried completely replacing your
wp-login.php
file? You could try that and/or replacing the entirewp-admin
folder. If you had trouble withnav-menus.php
not uploading correctly, other files/directories may have failed or partially uploaded as well. -
- 2016-09-17
Tuveelmismoproblema y lo RESUELVE.Simplementeme conecto con FTP y cambioeltema yelnombre de la carpeta del complemento ypuedo acceder al administrador de wp sinningúnproblema.Espero queesto ayude a otros.
Gracias, Nilesh
I had same issue and i RESOLVED it. I just connect with FTP and change the theme and plugin folder name and i can access the wp admin without any issue. I hope this help others.
Thanks, Nilesh
-
-
- 2020-09-04
En algunos casos,si veerrores o advertenciasen lapágina deinicio de sesión,puedeintentar configurar define ('WP_DEBUG',false);en wp-config.php como una solucióntemporal y una vez queinicie sesión,debe solucionarelproblema real,queen lamayoría de los casoses un complemento otema obsoleto.Lo resolví asíen algunos casos y luego,una vez queinicié sesión,actualicétodo y se solucionó.
In some cases if you are seeing errors or warnings on the login page you can try setting define('WP_DEBUG', false); in wp-config.php as a temporary fix and once you login you have to fix the actual issue which is in most cases an outdated plugin or theme. I've solved it like this in some cases and then once logged I updated everything and it was fixed.
Tengo un sitio web de WordPress que descubrí recientemente queteníaesteerroren lapágina deinicio de sesión:
Solopuedo acceder a lapágina deinicio de sesión desde
wp-login.php
,ya que/wp-admin/
muestra unapáginaen blanco.Busquéen la Web yprobémuchas cosas sin éxito:
Eliminando
?>
yelespacio alfinal defunctions.php
Asegurar quetanto
functions.php
comowp-config.php
notenganespacios alprincipio o alfinal del archivoAbrir
wp-config.php
yfunctions.php
en Notepad ++ y convertir a UTF-8 (lagente recomienda 'sin BOM'peroesoes solo una opciónen la versiónmás reciente de Notepad ++; supongo que UTF-8 lo hace ahora)He configurado
WP_DEBUG
en verdadero yno he recibidoerroresendebug.log
,exceptopor 2 que se relacionan con cuandono había subido completamente algunos archivos. Eseerroren particularmencionónav-menu.php
;esto confirmó queestáinformandoerrores,perono relacionados conmisproblemas deinicio de sesiónCambiéelnombre de cada carpeta de complementos con
_tmp
alfinalparatratar de descartar cualquier complemento que causeelproblemaTambién cambiéelnombre de la carpeta de complementospara descartartodos los complementos almismotiempo
Dadasestas cosas queprobé y queno reciboningúnerror de PHP,¿quémáspuedoprobar?