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