Los errores de sintaxis en WordPress pueden resultar abrumadores, especialmente si eres nuevo en el mundo del código.
Este problema puede surgir al añadir fragmentos de código de tutoriales. Incluso un pequeño error puede romper todo su sitio.
Si has visto el temido mensaje “Error de sintaxis, inesperado…”, no hay por qué alarmarse: ¡has venido al lugar adecuado! Nos hemos encontrado y corregido este error un montón de veces en nuestros sitios web, y sabemos cómo ayudarte a solucionarlo.
Esta guía le guiará a través de los pasos para corregir el error de sintaxis en WordPress. Al final, sabrás cómo volver a poner en marcha tu sitio web sin problemas.
¿Qué es un error de sintaxis en WordPress y por qué debería preocuparme?
Un error de sintaxis en WordPress se produce cuando el código que has añadido tiene una sintaxis incorrecta, es decir, no sigue las reglas del lenguaje de programación.
Este tipo de error puede deberse a algo tan simple como la falta de una coma, un corchete de más o unas comillas mal colocadas.
Entonces, ¿por qué deberían importarle los errores de sintaxis?
En primer lugar, pueden hacer que todo su sitio web se detenga. En lugar de ver su sitio bellamente diseñado, los visitantes son recibidos con un mensaje de error. Esto no solo afecta a la experiencia del usuario, sino que también puede dañar la reputación y fiabilidad de su sitio web.
Además, los errores de sintaxis pueden hacer que le resulte imposible acceder al área de administrador / administración de WordPress. Esto puede ser particularmente estresante si no se siente cómodo con el código y no sabe cómo corregir el problema.
En resumen, los errores de sintaxis son pequeños pero significativos errores en el código que pueden tener un gran impacto en su sitio web. Ser capaz de identificar y corregir estos errores rápidamente es clave para mantener un sitio fluido y de aspecto profesional.
Sintaxis correcta para evitar errores
Asegurarse de que el código está correctamente escrito desde el principio puede ahorrarle muchos quebraderos de cabeza. Prestando atención a la sintaxis adecuada, puedes evitar muchos errores comunes que conducen a errores.
Lo primero que tienes que hacer es consultar la guía para principiantes sobre cómo pegar fragmentos de código de la web en WordPress. Este artículo enumera algunos errores comunes que cometen los principiantes al pegar código en plantillas de WordPress.
El error de sintaxis suele estar causado por un pequeño pero crucial error en la sintaxis de tu código. Por ejemplo, una coma que falta o una llave de más pueden romper todo el script.
¿Has pegado recientemente un fragmento de código de la web? ¿Ha actualizado un plugin? Entonces, lo más probable es que sepas exactamente dónde buscar.
Tutorial en vídeo
Si prefiere las instrucciones escritas, siga leyendo.
Corrección del error de sintaxis mediante FTP
Para corregir el error de sintaxis, tienes que editar el código que lo causó. Puedes eliminarlo o corregir la sintaxis.
A menudo, los principiantes entran en pánico porque este error hace que todo su sitio sea inaccesible.
Si pegaste el código usando la sección Apariencia ” Editor de tu escritorio de WordPress, entonces estás bloqueado. Puedes comprobar nuestra guía sobre qué hacer si estás bloqueado en el administrador / administración de WordPress.
¿Cómo se edita el código?
La única manera de corregir esto es acceder al archivo que editó por última vez utilizando FTP. Para obtener instrucciones paso a paso, puedes consultar nuestra guía práctica sobre cómo utilizar FTP.
Tras instalar el programa FTP, conéctalo a tu sitio web y ve al archivo del tema que necesitas editar. Si olvidaste qué archivo necesitas editar, simplemente mira el código de error. El error te dirá exactamente qué archivo y línea necesitas editar.
Puede eliminar el último código que añadió o escribir el código utilizando la sintaxis correcta. Una vez que haya terminado de quitar / editar el código, guarde el archivo y vuelva a subirlo a su servidor.
Después de eso, puede visitar su sitio de WordPress y actualizar la página. Debería ver que su sitio funciona de nuevo.
Cómo evitar el error de sintaxis en WordPress
Para evitar que su sitio web de WordPress se rompa de nuevo, siempre recomendamos añadir código personalizado con un plugin de fragmentos de código como WPCode.
WPCode facilita añadir fragmentos de código en WordPress sin tener que editar el archivo functions.php de tu tema. También incluye validación inteligente de fragmentos de código para evitar errores.
A medida que añadas tu código personalizado, WPCode detectará automáticamente cualquier error. Al pasar el cursor sobre un error aparecerán instrucciones útiles para que pueda corregirlo fácilmente.
WPCode también desactivará inmediatamente tu código personalizado cuando detecte un error de sintaxis.
Con este plugin, nunca tendrá que preocuparse de romper su sitio al añadir fragmentos de código.
Puede obtener más información en nuestra guía sobre cómo añadir fácilmente código personalizado en WordPress.
¿Se ha roto su sitio de WordPress? Que no cunda el pánico: nuestro equipo de soporte de emergencia para WordPress puede ayudarle. Nuestro servicio bajo demanda puede hacer que su sitio web vuelva a estar en línea rápidamente, garantizando un tiempo de inactividad mínimo. Sin contratos, sólo soluciones puntuales. Concierte una llamada ahora mismo.
Esperamos que este artículo te haya ayudado a corregir el error de sintaxis en WordPress. Puede que también quieras ver nuestra guía sobre cómo corregir el error WordPress updating failed / publishing failed o nuestra lista de problemas comunes del editor de bloques de WordPress y cómo solucionarlos.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Roberta
This is a frustrating error and your tutorial allowed me to fix it in less than 5 minutes. Thank you so much!
Jamie den Haan
Hi,
Can someone please help me out? I keep getting a ‘SyntaxError: JSON Parse error: Unexpected identifier ”Error” when i want to check out on my website. I don’t know what to do and nobody can place an order!!
Thanks a lot,
Jamie
Aaron
I get “critical error: could not connect to server” when I enter my server information. So I can’t even get to the point that your video begins at.
WPBeginner Support
Hi Aaron,
You can also connect to your server using File Manager app in your hosting account dashboard.
Administrador
Daryl
You’re amazing. Thank you for these videos.
Raffy
Thank you SO SO much! The bad snippet was invisible inside the Admin page in Wordpress, for some reason, but fully visible in the functions.php found in the FTP!!
You saved my day, thank you very much again!
Kim martin
Thank you SO much! 7 days of getting My hosting service(a very large popular one) to try to fix this no luck just trying to upsell me on things I neither want nor need.
Me thinking okay a whole new website and i found this, I just actually deleted the whole plugin(elementor) Whoo Hoo!
Micah
Hello:
I have run into this error helping someone else out with their website, so I wasn’t using my actual website when I got this error. I’m wondering how I can remove the error when I’m working on someone else’s site? I have their wordpress. org login information, but obviously I’m locked out of everything now. Any guidance would be appreciated.
Tamia
Thanks for this tutorial. I had a parsing/syntax problem when editing functions.php in a new website. I was working on the admin page of my WordPress site when I attempted to comment-out a line of code (using instructions by the theme author) but that caused the error. I had copied the functions.php code to TextWrangler, made the alteration, and pasted the whole doc back into the edit window. In “updating” the page I got the error and was effectively locked out of the site. So I used FTP to upload and overwrite the relevant doc, using a backup I’d made the previous day (thank goodness for those). If it hadn’t been for WP Beginner’s clear instructions here and on the “What To Do When You Are Locked Out of WordPress Admin (wp-admin)” post, I’d have been tearing my hair out. Thanks!
WPBeginner Support
Hi Tamia,
We are glad you found WPBeginner article helpful Don’t forget to follow us on Facebook for more WordPress tips and tutorials.
Administrador
stanley
Thanks for saving my website from errors
Tom Delano
In trying to log into my page via Filezilla, am I supposed to use my admin account or my Wordpress account? I’ve tried both and the password authentication keeps failing. I have my original admin password and it’s worked consistently since I’ve had the website up.
WPBeginner Support
Hey Tom,
You’ll need to use your FTP username and password. You will find it in the email you received from your web hosting company when you first signed up. You can also find this information under your cPanel dashboard.
Administrador
chris
thank you so much! you saved me
Justine
I urgently need help. CO-editor on my site (which is supposed to launch tomorrow) tried to change code to change our profile pictures. Something went horribly wrong and we locked out of our site. Get this error: Parse error: syntax error, unexpected ‘add_filter’ (T_STRING) in
Giacomo Lawrance
Thank you so much! You really saved me there. So grateful of this awesome site, thanks again!
Sara
You saved my life!
Thank you so much!
Monica
Re: my last comment, I deactivated the plugin and the error went away. So you won’t see what I was describing anymore. I just decided to not use it than try to spend all night figuring out the problem.
Monica
I am getting parse error syntax errors on all my product pages. This was brought to my attention by someone trying to shop my site. I have not made any edits to the code, installed any new plugins, or accessed the site at all in months. Not sure when this started but I haven’t had an order in few weeks. If I didn’t add or edit anything to cause this how do I know what to fix? All the error messages reference line 1 of the php file but all there is on line 1 is <?php. It's on all product pages. Here is just one example:
shazwan
Hi,
I’m managing a website for my society and its has been long since the last time everyone actually had logged into the hosting account and we kind of lost the log in credentials and didn’t even know what hosting we’re using because they paid years ahead before. And maybe changed providers. But I know that our domain is from Godaddy and checked, but the hosting isn’t from the same provider.
It may take some time as we dig through the emails, is there any way to fix syntax error other than through FTP?
WPBeginner Support
Hi shazwan,
Unfortunately there is no way around it. There are online tools that will help you figure out where you website is hosted.
Administrador
Patrick
Hi. I tried uploading a theme though Filezila since Wordpress was having issues trying to upload the theme and now I’m locked up and I get these two lines
Please Help!!! Thank you!
WPBeginner Support
Hi Patrick,
Seems like upload was interrupted. Please try uploading the theme files again.
Administrador