Topic on Extension talk:AccessControl

AccessControl Extension HTTP 500 Error with Mediawiki 1.30

1
106.57.72.254 (talkcontribs)

I installed the extension and added following lines to localsettings.php,

require_once("$IP/extensions/Accesscontrol/accesscontrol.php");

$wgAdminCanReadAll = true;

$wgAccessControlRedirect = false;

But when I tried to visit http://IPaddress/mediawiki/index.php, I got a HTTP 500 error. I searched apache error log and PHP error log, nothing found.

If I comment the line require_once..., everything works fine.

My environment is wamp (PHP 5.6.35, Apache 2.4.33, Mariadb 10.2.14) on Windows Server 2012 R2

Is this extension compatible with Apache 2.4.33? I notice some syntax has changed from Apache 2.2 to 2.4, such as "Deny from all" is changed to "Require all denied"

Reply to "AccessControl Extension HTTP 500 Error with Mediawiki 1.30"