• im sure this has been posted a bunch of times. I searched and found nothing. but I tried.

    I keep getting:
    Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/hofnarn/public_html/tall-white-dude/wp-config.php on line 6

    I really don’t know what to change?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check the file wp-config.php, and check the punctuation.
    You will be missing a ‘ or ) or ;
    Or you have a : where there should be a ;

    Line 6 is (from 1.5.2)
    define('DB_HOST', 'localhost');

    Thread Starter hofnar

    (@hofnar)

    Thanks for your help! I fixed that, but now it says the same thing but for line 9. I never touched anything there.

    Hmm….. can you compare your file to one from a fresh download ?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Parse error’ is closed to new replies.