• 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)

    (@sterndata)

    Volunteer Forum Moderator

    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.