Seite 1 von 1

Anti Bot Question MOD - Fatal error: Call to undefined funct

Verfasst: 29.04.2007 11:38
von Dolphin
Ich hoffe jemand von Euch kann mir helfen.
Die Fehlermeldung die ich bekomme ist :

Code: Alles auswählen

Fatal error: Call to undefined function: abq_askquestion() in /homepages/33/d102972709/htdocs/phpBB/includes/usercp_register.php on line 1114 
Ich habe zum prüfen hier mal die usercp_register.php als Textdatei angehängt.
Als Template nutze ich Subsilver.
Ich hoffe es kann mir von Euch jemand helfen. Habe schon alle Postings zu diesem Thema durch gesucht und verwandte Fehler kontrolliert, ob es bei mir eventuell zutrifft, aber ich finde nichts.

Verfasst: 31.07.2007 17:13
von faulbär
Schon gelöst? Vermutlich irgendwo ein fehler eingebaut.. habe ich auch grade, nur an einer anderen Zeile...

Gefunden, ziemlich doof ;) Man beachte die "}"!

#-----[ FIND ]------------------------------------------------
#
die("Hacking attempt");
exit;
}

#
#-----[ AFTER, ADD ]------------------------------------------------
#
// Anti Bot Question Mod - Start
include($phpbb_root_path . 'includes/functions_abq.' . $phpEx);
// Anti Bot Question Mod - End

Verfasst: 12.08.2007 15:12
von Florian48
Habe das selbe Problem:

Code: Alles auswählen

Fatal error: Call to undefined function: abq_askquestion() in /homepages/18/d183438151/htdocs/phpBB2/includes/usercp_register.php on line 1078
Dabei handelt es sich um folgende stelle in der Datei:

Code: Alles auswählen

1076	// Anti Bot Question Mod - Start
1077	else if (( $mode == 'register' ) && ($abq_config['abq_register']))
1078	{
1079		$abq_CaseInfo = ABQ_AskQuestion('Registration');
1080	}
1081	// Anti Bot Question Mod - End
Hat jemand eine Ahnung, woran das liegen kann?

Verfasst: 14.08.2007 22:45
von Parse Error
Hi,

höchstwahrscheinlich hast Du nicht alle Dateien des MODs an die richtigen Stellen auf Deinem Webspace hochgeladen.
Falls doch, musst Du die Installationsanleitung des MODs noch einmal genau durchgehen, denn falls es nicht am erstgenannten Punkt liegt, fehlt irgendwo das Inkludieren jener Datei, in welcher die Funktion abq_askquestion() definiert wird.

P.E.

problema - problem

Verfasst: 28.11.2007 06:00
von Ale
--------[English]--------------------------------------------------
Hello, I am from Argentina.
Eh this mod installed, only that I get an error when you will be filed.
It is similar to Florian48 but for me it comes out on this line

Fatal error: Call to undefined function ABQ_AskQuestion() in C:\AppServ\www\eca-web\foro\includes\usercp_register.php on line 1077

At the forum I have it installed on my PC. What I am trying with all mod and then climb the forum ready.

This is the line pointing error

Code: Alles auswählen

$abq_CaseInfo = ABQ_AskQuestion('Registration');
I want to know as I do or I do to solve this problem.
We are grateful their responses while in Spanish or English, or last that I think this language is German.

Greetings and wait for their replies.

------------------------------------------------------------------------
German ( :-? )
Hallo, ich bin aus Argentinien.
Eh dieser Mod installiert ist, nur, dass ich eine Fehlermeldung, wenn Sie angemeldet werden.
Es ist ähnlich Florian48, aber für mich kommt es auf dieser Linie

Fatal error: Call to undefined function ABQ_AskQuestion() in C:\AppServ\www\eca-web\foro\includes\usercp_register.php on line 1077

Auf dem Forum habe ich es auf meinem PC installiert. Was ich versuche mit allen modernen und steigt dann das Forum bereit.

Dies ist die Linie zeigt Fehler

Code: Alles auswählen

$abq_CaseInfo = ABQ_AskQuestion('Registration');
Ich möchte wissen, wie ich, oder ich tun, um dieses Problem zu lösen.
Wir sind dankbar, ihre Antworten während in Spanisch oder Englisch, oder zuletzt, dass ich glaube, diese Sprache ist Deutsch.

Grüße und warten auf ihre Antworten.

---[Español / Spanish / Spanisch]-----------------------------------------------------------------------
Hola, soy de argentina.
Eh instalado este mismo mod, solo que me sale un error cuando uno se va a registrar.
Es similar a ----- pero a mi me sale en esta línea

Fatal error: Call to undefined function ABQ_AskQuestion() in C:\AppServ\www\eca-web\foro\includes\usercp_register.php on line 1077

Al foro lo tengo instalado en mi PC. Lo estoy probando con todos los mod para luego subir el foro ya listo.

Esta es la línea que apunta el error

Code: Alles auswählen

$abq_CaseInfo = ABQ_AskQuestion('Registration');
Quiero saber como hago o que debo hacer para solucionar este problema.
Les agradeceré sus respuestas mientras sean en español o ingles, o de ultima este idioma que creo que es alemán.

Un saludo y espere sus respuestas.