Hi all,
I am using MediaWiki version 1.20.5 and I need to enable the confirm account extension, so i add the following 3 lines in the file "LocalSettings.php":
require_once ("extensions/ConfirmAccount/SpecialConfirmAccount.php");
$wgAccountRequestMinWords = 0;
$wgConfirmAccountContact = 'aidan.stigley1@xyz.com';
Now when i request to create a new user . . . I got this error:
Fatal error: Call to undefined function wfOpenElement() in /data/apache/htdocs/mtiwiki/w/extensions/ConfirmAccount/RequestAccount_body.php on line 104