Skip to:
Content
Pages
Categories
Search
Top
Bottom

Broken blogs plugin (rev 597)

  • PHP Parse error: syntax error, unexpected T_SL in /home/sites/domain.com/public_html/wp-content/mu-plugins/bp-blogs.php on line 594

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

  • Burt Adsit
    Participant

    @burtadsit

    I just used SVN update this morning to r597 and I don’t get a syntax error. Great and wonderful google tells me:

    “Parse Error: parse error, unexpected T_SL” What does that mean?

    T_SL is the /T/oken for the /S/hift /L/eft operator (<<).

    so “unexpected T_SL” means there is an occurence of << that is

    syntactically incorrect. this commonly happens when you use heredoc

    syntax (“<<<“) and have whitespace before or after the closing

    identifier, or after the opening identifier. See

    http://www.php.net/manual/en/language.types.string.php#language.types.st

    ring.syntax.heredoc for details.

    It is also common when a source code management system (CVS or

    Subversion) cannot resolve a merge and has to place <<<<<<<< markers in

    the code.

    Since I doubt it had anything to do with the 1st paragraph, more than likely it has to do with the 2nd paragraph. Look at the code and see what you see there.

    Yeah… only just looked into it myself…

    i see a

    <<<<<<< .mine

    above the function and

    ?>>>>>>>> .r597

    afterwards

    Im not with it today… heavy night last night…

    so yeah… subversion merge… :))


    Burt Adsit
    Participant

    @burtadsit

    And I thought I was the only one to name files ‘dontsteponthisfileits.mine’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken blogs plugin (rev 597)’ is closed to new replies.
Skip to toolbar