Verfasst: 23.03.2008 12:03
Zu der einen Fehlermeldung könnte Dir das hier weiterhelfen...
http://www.phpbb.de/viewtopic.php?t=154943
http://www.phpbb.de/viewtopic.php?t=154943
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Weiß jemand Rat woran es liegen kann?phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1046 No database selected
SELECT * FROM _config
Line : 244
File : common.php
Kann mir da jemand weiterhelfen?EN:
# Run the following SQL statement to update your phpBB database.
# You can use phpMyAdmin or a similar tool to run this update.
#
# IMPORTANT: If you have changed the table prefix from the default of phpBB2,
# °°°°°°°°°° please be sure to replace phpbb with your prefix BEFORE running this update.
#
# DE:
# Führe folgende SQL-Anweisungen aus, um die phpBB-Datenbank zu anzupassen.
# Dies kann mittels phpMyAdmin oder einem vergleichbaren Programm geschehen.
#
# WICHTIG: Wenn du das Standard-Tabellenpräfix von phpBB2 geändert hast,
# °°°°°°°° dann ist es notwendig in allen SQLAnweisungen phpbb durch das neue Präfix auszutauschen.
# Dies muss geschehen BEVOR die Anpassung ausgeführt wird.
#
# FR:
# Exécutez les requêtes suivantes afin de mettre à jour votre base de données.
# Pour cela, vous pouvez utiliser phpMyAdmin ou un outil similaire.
#
# IMPORTANT: Si vous n'utilisez pas un préfix de vos table par défaut, assurez vous
# °°°°°°°°°° de remplacer "phpbb_" par votre préfix, AVANT d'exécuter ces requêtes.
#
# ES:
# Ejecuta los siguientes commandos SQL para actualizar tu base de datos.
# Puedes usar phpMyAdmin o un programa similar para realizar esta actualización.
#
# IMPORTANTE: Si has cambiado el prefijo de las tablas phpBB2 a otro,
# °°°°°°°°°°° asegúrate de haber cambiado phpbb por tu prefijo Antes de ejecutar
# esta actualización de tu base de datos.
#
CREATE TABLE phpbb_anti_bot_quest_config (
config_name VARCHAR(255) NOT NULL,
config_value VARCHAR(255) NOT NULL,
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('abq_register', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('abq_guest', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('abq_variable_name', 'abq_0001');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('IndiQuests_CaseSensitive', '1');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('IndiQuests_ImagePHP', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('Individuel_Questions', '1');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('Ratio_Auto_Indi_Questions', '50');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('AutoQuestion_01', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('AutoQuestion_02', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('AutoQuestion_03', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('AutoQuestion_04', '0');
INSERT INTO phpbb_anti_bot_quest_config (config_name, config_value) VALUES ('AutoQuestion_05', '1');
Hi ich komm weiterhin nicht weiter ... vielleicht hat doch jemand eine Idee! Dank!tick hat geschrieben:Hi,
ich habe leider auch einen Fehler: Zwar geht im ersten Anschein alles, aber wenn sich ein User registrieren möchte, kommt folgender Fehler:
Du musst alle benötigten Felder ausfüllen.
Anti Robotic Register Validation Error
Vielleicht kann mir jemand bitte helfen.
Gruß