FLAG MOD

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

FLAG MOD

Beitrag von Jack9999 »

und noch ein problem will den flag mod druf machen aber in der sql steht das

INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'usa\',\'usa.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'afghanistan\',\'afghanistan.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'albania\',\'albania.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'algeria\',\'algeria.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'andorra\',\'andorra.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'angola\',\'angola.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'antigua and barbuda\',\'antiguabarbuda.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'argentina\',\'argentina.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'armenia\',\'armenia.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES (\'\',\'australia\',\'australia.gif\');


MySQL meldet:


You have an error in your SQL syntax near '\'\',\'usa\',\'usa.gif\');
INSERT INTO phpbb_flags (flag_id, flag_name, flag_im' at line 1

habe die striche weg gemacht steht trotz dem noch da
P6A
Mitglied
Beiträge: 37
Registriert: 24.09.2003 17:51
Wohnort: badischer underground
Kontaktdaten:

Try this one

Beitrag von P6A »

Code: Alles auswählen

INSERT INTO phpbb_flags (flag_id, flag_name, flag_image) VALUES ('','usa','usa.gif');
ändere das mal in:

Code: Alles auswählen

INSERT INTO phpbb_flags (flag_name, flag_image) VALUES ('usa','usa.gif');
die flag_id ist ein wert der automatisch eingefügt und erhöht wird ...
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag von Jack9999 »

ne habe es anderst hin bekommen habe die datei wo der code drine wahr hochgeladen also im sql phpadmyn und der hat den ganzen code dan angenommen
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag von Jack9999 »

naja freut man sich das erste problem gelöst zu haben kommt das 2
und das ist hir habe alles instaliert aber das steht oben drüber

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/includes/sessions.php on line 293

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/includes/sessions.php on line 294

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/viewtopic.php on line 555

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/includes/page_header.php on line 534

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/includes/page_header.php on line 540

Warning: Cannot add header information - headers already sent by (output started at /var/www/jack/html/viewtopic.php:1) in /var/www/jack/html/includes/page_header.php on line 541



das wahr bei mein test board aber net
Acid
Ehrenadmin
Beiträge: 12195
Registriert: 26.04.2001 02:00
Wohnort: Berlin

Beitrag von Acid »

Öffne die viewtopic.php und lösche alles was am Anfang der Datei vor <?php platziert ist.
Jack9999
Mitglied
Beiträge: 317
Registriert: 03.04.2003 22:22

Beitrag von Jack9999 »

ok weis wo ran der fehler lag bei <?php wahr da vor noch ein < jetzt gehts thk
Antworten

Zurück zu „phpBB 2.0: Mod Support“