BIerthe

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
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.
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag 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_
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag 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
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag von Jack9999 »

irgend wie will der nicht
Benutzeravatar
ph!L
Mitglied
Beiträge: 126
Registriert: 20.03.2003 16:26
Wohnort: Berlin-Köpenick
Kontaktdaten:

Beitrag 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
Geld ist rund und rollt weg, aber Bildung bleibt
[Heine]
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag 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')
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“