Anonymous
Unregistered
Posted 16 years ago #
After update the SVN Rev 1355, open my site it got following information.
Parse error: syntax error, unexpected T_SL in ialog.com/wp-includes/script-loader.php on line 35
Why would this happen? and can anyone help me how to solve this issue?
Thank you very much.
Sounds like your /wp-includes/script-loader.php file might have local modifications, so your svn up command didn't work properly.
Have you customised /wp-includes/script-loader.php? If not, try this from your wpmu root folder:
svn revert /wp-includes/script-loader.php
This will revert the file to the latest one from the WPMU SVN repository.
check line 35 for a typo. revert back to previous file. don't mess with the latest hotness.