Topic on Extension talk:ConfirmEdit

[RESOLVED]There's a problem

2
Shuvuuia (talkcontribs)

Okay, so I have this code in LocalSettings.php

require_once("$IP/extensions/ConfirmEdit/ConfirmEdit.php");
require_once("$IP/extensions/ConfirmEdit/QuestyCaptcha.php"); 
$wgCaptchaQuestions[] = array( 'question' => 'What does <i>Pyroraptor</i> mean?', 'answer' => 'Fire thief' );
$wgCaptchaClass = 'QuestyCaptcha';

However, when I try to log in, this shows up:

Fatal error: Class 'QuestyCaptcha' not found in /home/u686002980/public_html/raptor/wiki/extensions/ConfirmEdit/ConfirmEditHooks.php on line 16

What do I do?

Shuvuuia (talkcontribs)

My MediaWiki version is 1.19.2, I chose the version for 1.19

Reply to "[RESOLVED]There's a problem"