• Hi, I had some letters problems with my website and edited one line of my config file :

    define(‘DB_CHARSET’, ‘iso-8859-15’);

    Since then my website (http://www.guitarplugged.com/accueil/) show this error message :

    Parse error: syntax error, unexpected $end in /homez.541/guitarpl/www/accueil/wp-config.php on line 1

    However what this message is pointing out is <?php which seems perfectly legit to me…

    I’m kind of new to WP so I dont really know how to solve it.

Viewing 1 replies (of 1 total)
  • Be sure that the wp-config.php file is saved as a text file. Many editing programs will save files in a format other than raw text. This can cause many strange errors.

Viewing 1 replies (of 1 total)

The topic ‘Parse error: syntax error, unexpected $end in’ is closed to new replies.