On Fri, Oct 21, 2011 at 9:33 AM, Morten Blaabjerg <mortenblaabjerg@gmail.com
wrote:
I get the following error when I attempt to run the update script from the command line after switching via SVN to MediaWiki 1.17.0.
Parse error: syntax error, unexpected T_SL, expecting ')' in
/home/public_html/.../public/languages/messages/MessagesDa.php on line 50
The server runs php5 and either php update.php and php5 update.php yields the same result.
Any ideas?
Look at languages/messages/MessagesDa.php line 50 and see if there's anything awry there.
For instance, if you had previously modified the file directly, say to attempt to customize the namespace names, you might have some merge conflict markers in there.
-- brion