Title: wp-config syntax error
Last modified: August 31, 2016

---

# wp-config syntax error

 *  [sagu51](https://wordpress.org/support/users/sagu51/)
 * (@sagu51)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-config-syntax-error/)
 * Parse error: syntax error, unexpected $end in /home/a8252685/public_html/wp-config.
   php on line 92(last line)
 *     ```
       define(\'WP_DEBUG\', false);
   
       /* That\'s all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined(\'ABSPATH\') )
       {
       	define(\'ABSPATH\', dirname(__FILE__) . \'\');
       }
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . \\\'wp-settings.php\\\');
       ```
   

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-config-syntax-error/#post-7367035)
 * what’s with all the \ characters? None of those are needed.
 * Unexpected end has nothing to do with the last line; it just means that something
   above (like a string) was not properly terminated.

Viewing 1 replies (of 1 total)

The topic ‘wp-config syntax error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/wp-config-syntax-error/#post-7367035)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
