FYI: I commented line 178 of extensions/IntraACL/includes/HACL_GlobalFunctions.php
I modified LocalSettings.php (add the next 2 lines):
require_once("$IP/extensions/IntraACL/includes/HACL_Initialize.php"); enableIntraACL();
Then: cd /var/www/sites/mediawiki001 patch -p1 extensions/IntraACL/patches/IntraACL-MediaWiki-1.21.1.diff
When I press ENTER after the patch command, nothing append... it stay there forever... Just a cursor that doesn't blink, nothing...
??????
-----Original Message----- From: Mark A. Hershberger [mailto:mah@nichework.com] Sent: Saturday, August 24, 2013 1:23 PM To: MediaWiki for enterprises Cc: Pierre Labrecque Subject: Re: [Mediawiki-enterprise] How do you manage the security in your Mediawiki installation (Enterprise wiki) ?
On 08/24/2013 12:51 PM, Pierre Labrecque wrote:
PHP Fatal error: Call to undefined function wfLoadExtensionMessages()
Comment out line 178 of extensions/IntraACL/includes/HACL_GlobalFunctions.php and it should work.
I'll submit a patch for the extension.