BIerthe
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
BIerthe
hallo habe da son ein problem mit den biertha mod
mus in der db ein geben
und da kommt fehler der hier
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
MySQL meldet:
You have an error in your SQL syntax near 'ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null' at line 2
ich weis aber net was ich da machen soll habe auch schon adere zahl eingegeben geht net
mus in der db ein geben
und da kommt fehler der hier
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
MySQL meldet:
You have an error in your SQL syntax near 'ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null' at line 2
ich weis aber net was ich da machen soll habe auch schon adere zahl eingegeben geht net
Hi,
was der Fehler bedeutet, weiss ich nicht, aber musst Du wirklich oder doch eher
Viele Grüße,
Lucas
was der Fehler bedeutet, weiss ich nicht, aber musst Du wirklich
Code: Alles auswählen
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null eingeben?ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' not null
Viele Grüße,
Lucas
mus das ein geben
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
Probiere mal das:
Wenn Deine Tabellen NICHT mit phpbb_ beginnen, ändere das entsprechend ab 
Und beachte die Semikolons ; am Ende jeder Zeile, dann sollte es klappen
Viele Grüße,
Lucas
Code: Alles auswählen
ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null;
ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' not null;
INSERT INTO phpbb_CONFIG (config_name, config_value) VALUES ("birthday_required", "0");
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_greeting', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_user_age', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('min_user_age', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_check_day', '7');Und beachte die Semikolons ; am Ende jeder Zeile, dann sollte es klappen
Viele Grüße,
Lucas
bedeutet, daß user_birthday schon vorhanden ist. Überprüfe mal, ob die Tabellen schon angelegt sind:das steht da
ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null
MySQL meldet:
Duplicate column name 'user_birthday'
Wenn alles da ist, gut, wenn nicht, erstelle anhand der oben angegebenen Befehle die Fehlendenin Tabelle phpbb_users schaue nach user_birthday
in Tabelle phpbb_users schaue nach user_next_birthday_greeting
in Tabelle phpbb_CONFIG schaue nach birthday_required
in Tabelle phpbb_config schaue nach birthday_greeting
in Tabelle phpbb_config schaue nach max_user_age
in Tabelle phpbb_config schaue nach min_user_age
in Tabelle phpbb_config schaue nach birthday_check_day
Viele Grüße,
Lucas
ja hallo mh wollte den birthday mod auf mein richtigen server legen nicht bei tripot aber das kommt da
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
MySQL meldet:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
MySQL meldet:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '
ja noch ein problem ich endere erst mal die datein und kopire sie erst druf wen das mit den sql geht nur leider mus ich im temples supsilver aber was ich nicht benutze sondern das boyz temples in der intro_body dies machen
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]------------------------------------------
#
# This value can be different, if other mods, add +1 to the value
2
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# The find value can be different, if other mods, add +1 to the value
aber leider gibt es diesen befehl dort nicht was nun.
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]------------------------------------------
#
# This value can be different, if other mods, add +1 to the value
2
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# The find value can be different, if other mods, add +1 to the value
aber leider gibt es diesen befehl dort nicht was nun.
Wenn Du den ganzen Block, so wie man ihn liesst, in phpMyAdmin ausführst, kommt der besagte Fehler. Wenn Du aber stattdessen nach jeder Zeile ein Semikolon ; einfügst, solltest Du das ausführen können.Jack9999 hat geschrieben:ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
MySQL meldet:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '
Viele Grüße,
Lucas