On Tue, Jun 23, 2009 at 11:22, Joe<[email protected]> wrote:
> I had install but i became the error
> Fatal error: Call to undefined function 
> http://tools.pediapress.com/mw-serve/()
> in C:\xampp\htdocs\mediawiki\LocalSettings.php on line 128
>
>
> Here are the LocalSettings.php:
> require_once("$IP/extensions/Collection/Collection.php");
> $wgCollectionMWServeURL ('http://tools.pediapress.com/mw-serve/');

This should be an assignment, not a function call:

$wgCollectionMWServeURL = 'http://tools.pediapress.com/mw-serve/';

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to