Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
ich nutze, weil es keine ordentlichen Alternativen für Bugtracker gibt, den phpBB Tracker 0.3.0.
Leider erscheint bei mir, wenn sich ein Benutzer registrieren möchte immer folgende Meldung:
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 21: Constant TRACKER_CONFIG_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 22: Constant TRACKER_ATTACHMENTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 23: Constant TRACKER_PROJECT_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 24: Constant TRACKER_PROJECT_CATS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 25: Constant TRACKER_TICKETS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 26: Constant TRACKER_POSTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 27: Constant TRACKER_COMPONENTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 28: Constant TRACKER_HISTORY_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 29: Constant TRACKER_VERSION_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 30: Constant TRACKER_PROJECT_WATCH_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 31: Constant TRACKER_TICKETS_WATCH_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 36: Constant TRACKER_EXTENSION_ID already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 38: Constant TRACKER_ASSIGNED_TO_GROUP already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 39: Constant TRACKER_PRIORITY_DEFAULT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 40: Constant TRACKER_SEVERITY_DEFAULT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 42: Constant TRACKER_TICKET_UNLOCKED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 43: Constant TRACKER_TICKET_LOCKED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 44: Constant TRACKER_TICKET_UNHIDDEN already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 45: Constant TRACKER_TICKET_HIDDEN already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 46: Constant TRACKER_TICKET_UNSECURITY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 47: Constant TRACKER_TICKET_SECURITY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 49: Constant TRACKER_PROJECT_DISABLED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 50: Constant TRACKER_PROJECT_ENABLED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 52: Constant TRACKER_HISTORY_ASSIGNED_TO already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 53: Constant TRACKER_HISTORY_STATUS_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 54: Constant TRACKER_HISTORY_PRIORITY_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 55: Constant TRACKER_HISTORY_SEVERITY_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 57: Constant TRACKER_EMAIL_NOTIFY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 58: Constant TRACKER_EMAIL_NOTIFY_COMMENT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 59: Constant TRACKER_EMAIL_NOTIFY_STATUS_SINGLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 60: Constant TRACKER_EMAIL_NOTIFY_STATUS_DOUBLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 62: Constant TRACKER_SUBJECT_LENGTH already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 64: Constant TRACKER_ALL already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 65: Constant TRACKER_ALL_OPENED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 66: Constant TRACKER_ALL_CLOSED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 67: Constant TRACKER_NEW_STATUS already defined
Weiß jemand, wie man das behebt? So weit ich weiß werden die Variablen ja nur in dieser einen Datei definiert...
ich nutze, weil es keine ordentlichen Alternativen für Bugtracker gibt, den phpBB Tracker 0.3.0.
Leider erscheint bei mir, wenn sich ein Benutzer registrieren möchte immer folgende Meldung:
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 21: Constant TRACKER_CONFIG_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 22: Constant TRACKER_ATTACHMENTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 23: Constant TRACKER_PROJECT_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 24: Constant TRACKER_PROJECT_CATS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 25: Constant TRACKER_TICKETS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 26: Constant TRACKER_POSTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 27: Constant TRACKER_COMPONENTS_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 28: Constant TRACKER_HISTORY_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 29: Constant TRACKER_VERSION_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 30: Constant TRACKER_PROJECT_WATCH_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 31: Constant TRACKER_TICKETS_WATCH_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 36: Constant TRACKER_EXTENSION_ID already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 38: Constant TRACKER_ASSIGNED_TO_GROUP already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 39: Constant TRACKER_PRIORITY_DEFAULT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 40: Constant TRACKER_SEVERITY_DEFAULT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 42: Constant TRACKER_TICKET_UNLOCKED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 43: Constant TRACKER_TICKET_LOCKED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 44: Constant TRACKER_TICKET_UNHIDDEN already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 45: Constant TRACKER_TICKET_HIDDEN already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 46: Constant TRACKER_TICKET_UNSECURITY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 47: Constant TRACKER_TICKET_SECURITY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 49: Constant TRACKER_PROJECT_DISABLED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 50: Constant TRACKER_PROJECT_ENABLED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 52: Constant TRACKER_HISTORY_ASSIGNED_TO already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 53: Constant TRACKER_HISTORY_STATUS_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 54: Constant TRACKER_HISTORY_PRIORITY_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 55: Constant TRACKER_HISTORY_SEVERITY_CHANGED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 57: Constant TRACKER_EMAIL_NOTIFY already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 58: Constant TRACKER_EMAIL_NOTIFY_COMMENT already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 59: Constant TRACKER_EMAIL_NOTIFY_STATUS_SINGLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 60: Constant TRACKER_EMAIL_NOTIFY_STATUS_DOUBLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 62: Constant TRACKER_SUBJECT_LENGTH already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 64: Constant TRACKER_ALL already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 65: Constant TRACKER_ALL_OPENED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 66: Constant TRACKER_ALL_CLOSED already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/tracker/tracker_constants.php on line 67: Constant TRACKER_NEW_STATUS already defined
Weiß jemand, wie man das behebt? So weit ich weiß werden die Variablen ja nur in dieser einen Datei definiert...
mir ist gerade aufgefallen, dass der MOD, den ich verlinkt habe, gar nicht mehr verfügbar ist, was die Möglichkeit Support zu erhalten, sehr stark begrenzt.
Unknown Bliss auf phpbb.com hat die MOD von JRSweets übernommen und arbeitet an einer neuen Version. Eventuell möchtest du auf diese warten. Das entsprechende Thema im Development Forum ist bereits vorhanden.
danke für die Information, ich kann mich ja mal bei dem Autor informieren.
Nur leider fällt mir auf, dass das Thema schon 2 Jahre alt ist und es immer noch keinen Downloadlink gibt. Ich bezweifle, dass da was draus wird. Aber man soll ja immer optimistisch sein.
Hast jemand vielleicht eine aktuelle Lösung für mein Problem?
Nein, das geht ja irgendwie nicht: Die Meldung kommt ja nicht etwa, wenn ich irgendeinen Installer aufrufe, der dann meckert, er kann die Werte nicht nochmal hinzufügen. Die Meldung kommt, wenn man sich im Forum registrieren möchte, indem Moment wird ja nichts hinzugefügt. Und mehrere Tabellen und Einträge mit gleichem Inhalt sind in SQL ja eh nicht möglich. Ich habe eher das Gefühl, dass das ein Problem mit den Dateien oder so ist, aber ich habe von sowas keine Ahnung...