After "googling" the error I found the explanation and the solution.
___________
http://www.faqts.com/knowledge_base/view.phtml/aid/18379/fid/51
"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. 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.
___________
Using a text editor I edited out the markers placed by SVN on
scriblio.php (line 1719 is at the end of the file):
<<<<<<< .mine
?>
=======
?>>>>>>>> .r59
and kept the end tag
?>
or you could delete scriblio.php and download it again from the trunk
to get a clean file
I still have no idea on the messages regarding bStat Upgrader, bSuite
Slideshow, and bSuite Tag Importer
mon