PHP Parse error: syntax error,
unexpected T_NAMESPACE, expecting T_STRING
You must change only the Namspace calss with MWNamespace:
go to your MediaWiki root directory (please make a backup first) and run this command:
find
-name
"*.php"
-
exec
sed
-i
's/Namespace::/MWNamespace::/g'
{} \;
No comments:
Post a Comment