• brick123

    (@brick123)


    Parse error: syntax error, unexpected ‘<‘ in /home/housechurch1/salvationcanada.org/wp-content/themes/twentyeleven/functions.php on line 81

    I did nothing! I added a line, it gave this error. I deleted the line, it gave this error.

    Now the whole site is down and I cannot access anythin.

    What to do???

    Version is unknown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    If you are receiving an error which says ‘parse error: unexpected’ this usually means that you have forgotten to include a character. The most common are:
    ■ Unexpected ‘=’ : you have forgotten to include the $ when referencing a variable
    ■ Unexpected ‘)’ : you have forgotten to include the opening bracket (
    ■ Unexpected ‘(‘ : you have forgotten to include the closing bracket )
    ■ Unepxpected T_STRING: you have forgotten a quotation mark or a semi-colon at the end of the previous line
    ■ Unexpected T_ELSE: you have an else statement with no opening if statement

    Thread Starter brick123

    (@brick123)

    Ty Tara. I finally received help from Host.
    A line of code, which i had removed, somehow stayed in.
    The editor refused to let me edit.
    Then the whole site refused to let me in.
    Bizzare.
    Host was able to get in and re-remove line of code.
    I am awaiting an explanation as to why I could not get ing, from Host.
    This should not have happened.

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

The topic ‘Parse error, then everything died.’ is closed to new replies.