Allgemeiner Fehler

Fragen rund um die Installation, Administration und Benutzung von phpBB.
Forumsregeln
Bitte im Thementitel den Präfix deiner phpBB-Version angeben
Antworten
leonfis
Mitglied
Beiträge: 3
Registriert: 12.09.2015 14:55

Allgemeiner Fehler

Beitrag von leonfis »

Hallo.

Bei meinem phpBB Forum habe ich 2 Fehler die ich leider nicht wegbekommen :(

1. Fehler:

Der Fehler erscheint, wenn ich PNs verschicken will:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysqli ]

Duplicate entry 'notification.type.pm' for key 'type' [1062]

SQL

INSERT INTO phpbb_notification_types (notification_type_name, notification_type_enabled) VALUES ('notification.type.pm', 1)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/notification/manager.php
LINE: 953
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/phpbb/notification/type/base.php
LINE: 133
CALL: phpbb\notification\manager->get_notification_type_id()

FILE: [ROOT]/phpbb/notification/manager.php
LINE: 909
CALL: phpbb\notification\type\base->set_notification_manager()

FILE: [ROOT]/phpbb/notification/manager.php
LINE: 885
CALL: phpbb\notification\manager->load_object()

FILE: [ROOT]/phpbb/notification/manager.php
LINE: 353
CALL: phpbb\notification\manager->get_item_type_class()

FILE: [ROOT]/includes/functions_privmsgs.php
LINE: 1936
CALL: phpbb\notification\manager->add_notifications()

FILE: [ROOT]/includes/ucp/ucp_pm_compose.php
LINE: 834
CALL: submit_pm()

FILE: [ROOT]/includes/ucp/ucp_pm.php
LINE: 108
CALL: compose_pm()

FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: ucp_pm->main()

FILE: [ROOT]/ucp.php
LINE: 369
CALL: p_master->load_active()
Der 2. Fehler erscheint, wenn ich auf FAQ klicke:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/help_faq.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/help_faq.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/help_faq.php:1)
Der steht ganz oben auf der Seite über dem Forum.

Ich habe die neuste Version von dem Forum.
Liebe Grüße leonfis
Benutzeravatar
Crizzo
Administrator
Administrator
Beiträge: 11963
Registriert: 19.05.2005 21:45
Kontaktdaten:

Re: Allgemeiner Fehler

Beitrag von Crizzo »

Hi,

leere mal deinen Cache KB:cache_leeren

Danach könnte es schon gehen.

Danach lösche bitte die Datei /language/de/help_faq.php und lade sie dann erneut aus dem Komplettpaket: https://www.phpbb.de/downloads/pakete.php an die gleiche Stelle hoch.

Grüße
leonfis
Mitglied
Beiträge: 3
Registriert: 12.09.2015 14:55

Re: Allgemeiner Fehler

Beitrag von leonfis »

Vielen vielen Dank. Hat alles super geklappt :)
Antworten

Zurück zu „Support-Forum“