Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coupe WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Comment Corrigé l’erreur de syntaxe dans WordPress

Note éditoriale : Nous percevons une commission sur les liens des partenaires sur WPBeginner. Les commissions n'affectent pas les opinions ou les évaluations de nos rédacteurs. En savoir plus sur Processus éditorial.

Vous vous demandez comment corriger l’erreur de syntaxe dans WordPress ?

Il y a tellement de tutoriels WordPress qui nécessitent que vous ajoutiez des extraits de code à votre site. Malheureusement, une petite erreur minime peut entraîner la rupture de tout le site, ce qui est très effrayant, en particulier pour les utilisateurs/utilisatrices nouveaux. Si vous essayez quelque chose de nouveau sur votre site WordPress et que vous obtenez l’erreur suivante « Syntax error, unexpected… », ne paniquez pas.

Dans cet article, nous allons vous afficher comment corriger l’erreur de syntaxe inattendue sur WordPress.

How to Fix the Syntax Error in WordPress

Utiliser une syntaxe correcte pour éviter les erreurs

La première chose à faire est de consulter le guide du débutant pour coller des extraits du web dans WordPress. Cet article énumère quelques erreurs très courantes commises par les débutants lorsqu’ils collent du code dans les modèles WordPress.

L’erreur de syntaxe est généralement causée par une erreur minuscule mais cruciale dans la syntaxe de votre code.

Example of a syntax error in WordPress

Par exemple, il peut s’agir d’une virgule manquante ou d’un crochet supplémentaire qui peut interrompre tout le script.

Avez-vous récemment collé un extrait du web ? Mis à jour une extension ? Il y a de fortes chances que vous sachiez exactement où chercher.

Tutoriel vidéo

Subscribe to WPBeginner

Si vous n’aimez pas la vidéo ou si vous avez besoin de plus d’instructions, alors continuez à lire.

Corrigé l’erreur de syntaxe en utilisant FTP

Afin de corriger l’erreur de syntaxe, vous devez modifier le code à l’origine de cette erreur. Vous pouvez soit le retirer, soit corriger la syntaxe.

Souvent les débutants paniquent car cette erreur entraîne l’inaccessibilité de l’ensemble de votre site. Si vous avez collé le code en utilisant la section Apparence  » Éditeur de votre tableau de bord WordPress, alors vous êtes bloqué. Consultez notre guide sur ce qu’il faut faire si vous êtes bloqué dans l’administration de WordPress.

Comment modifier le code ?

La seule façon de corriger ce problème est d’accéder au fichier que vous avez modifié en dernier lieu en utilisant le protocole FTP. Lisez notre guide sur l’utilisation du FTP pour obtenir des instructions étape par étape.

Après avoir installé le programme FTP, connectez-le à votre site et accédez au fichier du thème à modifier. Au cas où vous auriez oublié quel fichier vous devez modifier, regardez simplement le code d’erreur. L’erreur vous indiquera exactement quel fichier et quelle ligne vous devez modifier.

Vous pouvez soit retirer le code que vous avez ajouté en dernier lieu, soit écrire le code dans la syntaxe correcte. Une fois que vous avez fini de retirer ou de modifier le code, enregistrez le fichier et téléversez-le sur votre serveur.

Ensuite, visitez votre site WordPress, actualisez la page et vous devriez voir que votre site fonctionne à nouveau.

Comment éviter les erreurs de syntaxe dans WordPress

Afin d’éviter que votre site WordPress ne se casse à nouveau, nous recommandons toujours d’ajouter du code personnalisé avec une extension d’extraits de code comme WPCode.

WPCode plugin

WPCode facilite l’ajout d’extraits de code dans WordPress sans avoir à modifier le fichier functions.php de votre thème.

De plus, il est doté d’une validation intelligente des extraits de code qui vous aide à éviter les erreurs de code les plus courantes.

Pendant que vous ajoutez votre code personnalisé, WPCode détecte automatiquement les erreurs. En survolant l’erreur, vous obtiendrez des aides qui vous permettront de corriger facilement votre erreur.

Smart code snippet validation to find code errors

WPCode désactivera également immédiatement votre code personnalisé lorsqu’il détectera une erreur de syntaxe.

Désormais, vous n’aurez plus à craindre de casser votre site lors de l’ajout d’extraits de code.

Error handling in your custom code snippet

Vous pouvez en savoir plus dans notre guide sur la façon d’ajouter facilement du code personnalisé dans WordPress.

Nous espérons que cet article vous a aidé à corriger l’erreur de syntaxe sur WordPress. Vous pouvez également consulter notre guide ultime pour augmenter la vitesse de WordPress, et notre choix d’experts des meilleurs éditeurs/éditrices de code pour Mac et Windows.

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.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

86 commentairesLaisser une réponse

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jamie den Haan says

    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

  3. Aaron says

    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.

  4. Raffy says

    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!

  5. Kim martin says

    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!

  6. Micah says

    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.

  7. Tamia says

    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!

  8. Tom Delano says

    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 says

      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.

      Administrateur

  9. Justine says

    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

  10. Monica says

    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.

  11. Monica says

    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:

  12. shazwan says

    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?

  13. Patrick says

    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!

  14. Francisco says

    Hello,

    I got this error after I updated some plug ins,
    Parse error: syntax error, unexpected ‘var’ (T_VAR) in /home/smilesonbristol/public_html/wp-content/plugins/jetpack/sal/class.json-api-date.php on line 55

    Please help.

  15. Spring says

    I cannot thank you enough! You have saved my life! I was to a break point as I thought I’d lost my entire 2 days of work on my new website. Now I have ftp’d the file, and I am back in wp-admin again! Thank you so much for your wonderful site.

  16. sangeet kumar says

    hi

    Parse error: syntax error, unexpected ‘define’ (T_STRING) in /home/designba/public_html/wp-content/themes/hestia/functions.php on line 1

    i got the above error message. i cant access any page. i did every steps you mentioned, but i am getting same problem again. actually i didnot change anything in functions.php

    Please Help

  17. Ashley says

    Parse Error: syntax error, unexpected T_FUNCTION in the theme section. I try to fix the error in FileZilla but I’m getting « Critical error: Could not connect to server ». PLEASE HELP

    • WPBeginner Support says

      Please check your FTP username, password, and host information. You may have received this information in an email when you signed up for your hosting account. You can also ask your hosting support to provide these details.

      Administrateur

  18. daphne says

    Here’s another one:
    logged on to the FTP (as suggested by this blog…thanks for that!!), found the files…. but couldn’t download them:
    ….Status: Starting download of /www/wp-admin/theme-editor.php
    Error: Failed to open « /theme-editor.php » for writing
    Error: File transfer failed…..

    idea? Anyone?

    • Raffy says

      I had the same problem, a red error message when I tried to download it from the right-click window: so I simply searched for my desktop, dragged the file there, edited it, deleted the old functions.php file in my wordpress and dragged the new edited file in the same place. Hope this helps.

  19. Kathleen says

    I am getting this error. I did what you said, pasted in some code that didn’t work. When I took the pasted code out, it still gave me the error. So, fine, I just copied the whole file from a fresh download, and I’m still getting the same error, so I have no idea of what to do now.

  20. Stephen says

    This article saved my life – lol. Thank you so much for the step by step. Fortunately, I had copied and pasted the good code into a text file so going back was easy after I understood what I was looking for.

  21. Tracie says

    OMGosh, thank you for this post! That just happened to me, and I thought I had lost my site for good. What a relief to know the solution was as simple as using FTP.

  22. Walter says

    Hi guys,
    I need some help to solve this issue below quickly please

    ——————————————————-
    Parse error: syntax error, unexpected T_FUNCTION in /home/cardapio/public_html/wp-content/themes/zerif-lite/inc/customizer.php on line 41
    ——————————————————-

    I saw a comment below talking about a video explaining an solution but i didn´t find the link… somebody could help me please?

    • Walter says

      This error happen after I made the plugin´s update by WP Painel.. and now I can´t access the WP Painel anymore… only by FTP

  23. Mikael Andersen says

    Would it be possible for the WP developer team to develop some kind of a script, that is checking out the code syntax in the functions.php file in order to prevent the user from saving the file if it contents any error.

    I think it could be of a big help for many users, especially if a user has taken a copy of the file before making any changes in it.

  24. Imran says

    Hello guys ,

    Can anyone help me with this, I’m having an error when i check my blog health on I dont know how to fix this error. I have tried so hard but couldn’t fix it.

    Improper use of href attribute

    The href attribute specifies the URL of the page the link goes to. Without this attribute, the <a> is not a hyperlink.

    How to solve this issue

    This is essentially a broken link and therefore should be fixed asap so as to not affect SEO negatively.

    Thank you

  25. Samuel Muiruri says

    I’ve got an error Parse error: syntax error, unexpected ‘;’ in /home/runningw/public_html/test/wp-content/themes/travel-lite/inc/customize.php on line 167 I was editing customize_register for a theme and on upload on complete it crashed.

  26. Rachel says

    Thank you. This video saved me! Clear information for someone who would not even call themselves a beginner yet! Very much appreciated!

  27. fran garcia says

    Hi.

    I got the same problem, but searching for the theme folder, THERE IS NO FOLDER named like that, so I can’t edit the php!

    Any ideas about how to proceed?

    Thanks.

  28. Raj says

    Parse error: syntax error, unexpected ‘:’ in /home/rev/public_html/wp-content/plugins/facebook-pagelike-widget/short_code.php on line 28
    i got above error message cant access my website please help me

  29. Nick says

    It really was a moment to freak out, but thanks to your article it was fixed in a matter of time. Thanks a lot!!

  30. inas dan says

    i have this error in function.php in twenty sixteen chiled theme

    Parse error: syntax error, unexpected ‘<' in /home2/hmh49/public_html/myplog/wp-content/themes/twentysixteen-child/functions.php on line 10

    please help

  31. alex says

    It worked beautifully! Thank you!
    I was on a verge of having a shock seeing that my page was not available anymore but thanks to your help I managed to fix the issue! Thank you million!

  32. Kay says

    Hi there,

    I am needing help to fix this error please
    Parse error: syntax error, unexpected ‘}’ in /usr/www/users/ogbuldwqdf/wp-content/themes/theme53993/includes/sidebar-init.php on line 51

    I pasted the same code back, but still getting the problem

  33. Sibel Baklacı says

    I have changed my theme’s functions.php file a little bit and now I have an syntax error. Functiıns.php parse error. I can’t access my site anyway. I can’t use ftp to access to it because my site hosted on wordpress.com and they don’t allow using ftp. What I can do to solve this problem. Please help!

  34. zad says

    hi
    i have big problem, help me please :(

    Parse error: syntax error, unexpected ‘$content_width’ (T_VARIABLE) in /home/u369283888/public_html/wp-content/themes/mharty/functions.php on line 1

    i used FTP what kan i do to fix it?

  35. Jaideep Bedi says

    I’m stuck in the white screen of death…i did not pasted a code but did a very tiny editing(Appearance->editor) ….it worked and i got what i wanted but later when i tried loading page, it never loaded. On inspecting Element it says: Syntax error Unexpected ” } ” .
    I undo that tiny editing but nothing happend….. please help!!!!
    URGENT

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.