On 1/5/09 3:07 PM, Jim Sutton wrote:
Hi everyone
I'm trying to run an XML dump. I'm running MediaWiki version1.13.1 . My wiki is installed on my iMac OS X 10.4.11 . I'm using the Terminal Application to run dumpBackup.php however when I try and run the script I get the error:
Parse error: parse error, expecting `'('' in /Library/WebServer/Documents/w/maintenance/dumpBackup.php on line 60
Does anyone know why I'm getting this error?
Mac OS X 10.4 ships with PHP 4, which is not compatible with MediaWiki 1.7 or later.
Ensure that you have a command-line version of PHP 5 available, and use the complete path to that executable when running your command line.
-- brion