Seite 2 von 2
Verfasst: 19.10.2003 10:45
von Jack9999
so habe ich gemacht aber das kommt dan
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 '\'999999\' not null;
ALTER TABLE users ADD user_next_birthday_
Verfasst: 20.10.2003 13:02
von Jack9999
das mit den sql wie nicht steht immer das da
Fehler
SQL-Befehl : [Ändern]
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 '\'999999\' not null
ALTER TABLE users ADD user_next_birthday_g
Verfasst: 21.10.2003 10:41
von Jack9999
irgend wie will der nicht
Verfasst: 21.10.2003 11:19
von ph!L
Jack9999 hat geschrieben: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.
in welcher datei sollst du das machen ? eine intro_body.tpl gibt es meines wissens nicht.
und wenn, dann nur mit dem intro mod.
hast du den eingebaut ?
was genau willst du machen ??
zu deinem sql problem:
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;
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');
Hast du das GENAU so eingegeben ? Bei den späteren Fehlermeldungen kamen immer noch Schrägstriche vor. Kamen die vom phpmyadmin oder von dir ?
Im übrigen müsste ich dir empfehlen deine Probleme gegliedert (Was habe ich gemacht, was sollte ich machen, was ist passiert) und in besserem Deutsch, bzw. besserer Grammatik zu beschreiben.
So kann man dir besser helfen
Gruß von der Spree
phil
Verfasst: 21.10.2003 11:31
von Jack9999
so das stand da
#
#-----[ OPEN ]------------------------------------------
#
# (make sure to edit this file for every theme you use).
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<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
3
nur im boyz temple gibt es das nicht also in der index_body
und der sql befhel die schräg striche habe ich nicht gemacht.Aber der befehl geht nicht hier ist der befehl den ich ein geben mus
SQL ]------------------------------------------
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')