Hi,
When I click on "setup the Wiki" link, I get this:
PHP 5.0.0 or higher is required. ABORTING.
From the shell, when I execute the "php --version" command,I see this: PHP 5.1.6 (cgi) (built: Sep 4 2006 15:50:24) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
What am I missing? Any ideas on this may be of great help!
Thanks in advance, Garima
On 4 Sep 2006 12:14:42 -0000, garima shahi garima_shahi@rediffmail.com wrote:
What am I missing? Any ideas on this may be of great help!
When running under httpd, PHP seems to be less than 5.0; place the following into a .php file and access it from the web as normal:
<?php phpinfo(); ?>
The version reflected might well be less than 5.0. If this is the case, then that's the problem, since that'll also be the version number MediaWiki sees.
If you manage the server, then make sure the Apache configuration uses an appropriate version of PHP; consult the various reams of documentation on how to do this. If it's managed hosting, ask the hosting provider how to cause scripts to run under PHP 5; this might also be in their FAQ or other documentation, if available.
Rob Church
mediawiki-l@lists.wikimedia.org