Seite 1 von 1

anti-bot-question-mod_v_3_0_0 fehler beim install

Verfasst: 30.03.2008 13:49
von retosch
habe alles abgeschlossen wie aus aufgeführt ist, aber wenn ich jetzt auf das Forum zurückgreifen möchte kommt folgende Fehlermeldung:

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?


Für diesen Mod muss man die page_tail.php bearbeiten und so wie es sodrt steht habe ich es geändert:


#-----[ FIND ]------------------------------------------
#
//
// Show the overall footer.
//

#
#-----[ AFTER, ADD ]------------------------------------------
#
// Anti Bot Question Mod - Start
if (($abq_config['abq_register']) || ($abq_config['abq_guest']))
{
$abq_footer = $lang['ABQ_Footer'];
if ($abq_config['show_counter'] == 1)
{
$abq_footer .= sprintf($lang['ABQ_Footer_Counter1'], ($abq_config['counter_vari'] + $abq_config['counter_quest_reg']));
}
elseif ($abq_config['show_counter'] == 2)
{
$abq_footer .= sprintf($lang['ABQ_Footer_Counter2'], ($abq_config['counter_vari'] + $abq_config['counter_quest_reg']), $abq_config['counter_quest_post']);
}
elseif ($abq_config['show_counter'] == 3)
{
$abq_footer .= sprintf($lang['ABQ_Footer_Counter3'], $abq_config['counter_quest_post']);
}
$template->assign_block_vars('switch_abq_footer', array());
$template->assign_vars(array(
'ABQ_FOOTER' => $abq_footer)
);
}
// Anti Bot Question Mod - End


dies habe ich auch so gemacht sprich den Text nach dem
//
// Show the overall footer.
//


eingefügt .Was ist da aber falsch gelaufen ?? Sprich was hat es aufsich mit dem abschnitt _die ???

Re: anti-bot-question-mod_v_3_0_0 fehler beim install

Verfasst: 30.03.2008 13:56
von gloriosa
Hallo,
das
retosch hat geschrieben:message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?
bedeutet >>> KB:93 <<< ! :o

Verfasst: 30.03.2008 14:11
von retosch
vielen dank für die Rasche Antw.

- Ordner Install & constrib sind gelöscht
- Ordner templates = template geändert
- Groß & Kleinschrift beachtet

ist es normal das ich die beiden datein ( template.cfg & template.css ) nicht finde zum überprüfen ???


EDIT

habe mal den error Mod installiert

folgender Bericht:

Critical Error!
message_die() was called multiple times.
Error #1
Information
Board_disable

Error #2
Could not query anti bot question mod config information

Line : 408
File : /home/www/ph7s72/html/DOD/includes/functions.php
SQL : SELECT * FROM board_anti_bot_quest_config

OK fehler 1. ist klar weil ich derzeit das Forum deaktiviert habe, aber fehler 2. ? es handelt sich um die functions datei ( klar ) und in der Zeile 408 ( klar ) aber das mit SQL verstehe ich nicht ganz :oops: :oops:

Verfasst: 31.03.2008 20:32
von retosch
liegt vielleicht ein Fehler im SQL vor ???