Tagcloud Mod

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.
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Tagcloud Mod

Beitrag von Feuerwolf »

Guten Tag Community

Ich habe mir den Tag Cloud Mod von hier
heruntergeladen und installiert.

Anschliessend habe ich folgende Fehler erhalten.

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /index.php on line 134: Undefined index: pbf_on
[phpBB Debug] PHP Notice: in file /index.php on line 135: Undefined index: pbf_index_tagcloud
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3392: Undefined index: pbf_on
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3397: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3399: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3400: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3401: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
Kann mir bitte jemand einen guten Tipp geben wo der Fehler liegt

THX

Feuerwolf
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
tas2580
Ehemaliges Teammitglied
Beiträge: 3029
Registriert: 01.07.2004 05:42
Wohnort: /home/tas2580
Kontaktdaten:

Beitrag von tas2580 »

Sieht so aus als ob der Mod fehlerhaft währe. Du kannst in deiner config.php den Debug Modus abschalten, dann wird der Fehler nicht mehr angezeigt. Um den Fehler zu beheben warte am besten auf ein Update des Mods und informiere den Autor darüber.
Heute ist ein guter Tag um dein Forum zu testen.
Ehemaliger Benutzername: [BTK] Tobi
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Also wenn mein Englisch mich nicht trügt, dann müsste es laut Forum eigentlich ohne Fehler funktionieren.
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Zeig mal einen Download-Link vom MOD
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Der Mod ist äusserst interessant. Aber solange ich ihn nicht zum laufen bekomme, kann ich leider nichts damit anfangen.
Ich bin froh um jeden Tipp den ich bekomme.

Feuerwolf
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Hast du schon mal im ACP den MOD verändert?
Also einmal aufgerufen oder sowas?
Führ mal das in phpmyadmin aus:

Code: Alles auswählen

INSERT INTO `phpbb_config` ('config_name', 'config_value', 'is_dynamic) VALUES ('pbf_index_tagcloud', '1', '0');
INSERT INTO `phpbb_config` ('config_name', 'config_value', 'is_dynamic) VALUES ('pbf_on', '1', '0');
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Im APC habe ich noch keine Einstellung geändert. Im Tab für den tagcloudMod bekomme ich nur fehler.

MySQL Meldung beim ausführen deiner SQL angaben

Code: Alles auswählen

Fehler

SQL-Befehl:

INSERT INTO `phpbb_config` ( 'config_name', 'config_value', 'is_dynamic) VALUES ('pbf_index_tagcloud ', '1 ', '0 '); INSERT INTO `phpbb_config` ('config_name ', 'config_value ', 'is_dynamic )
VALUES (
'pbf_on', '1', '0'
)

MySQL meldet: Dokumentation
#1064 - 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 ''config_name', 'config_value', 'is_dynamic) VALUES ('pbf_index_tagcloud', '1', '' at line 1
Fehler im Admin Menü

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 211: Undefined index: pbf_on
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 212: Undefined index: pbf_index_tags
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 213: Undefined index: pbf_index_tagcloud
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 214: Undefined index: pbf_topic_tagcloud
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 215: Undefined index: pbf_forum_tags
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 216: Undefined index: pbf_max_font
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 217: Undefined index: pbf_min_font
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 218: Undefined index: pbf_colour1
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 219: Undefined index: pbf_colour2
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
Hilft dir das weiter?
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Feuerwolf hat geschrieben:Fehler im Admin Menü

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 211: Undefined index: pbf_on
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 212: Undefined index: pbf_index_tags
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 213: Undefined index: pbf_index_tagcloud
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 214: Undefined index: pbf_topic_tagcloud
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 215: Undefined index: pbf_forum_tags
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 216: Undefined index: pbf_max_font
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 217: Undefined index: pbf_min_font
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 218: Undefined index: pbf_colour1
[phpBB Debug] PHP Notice: in file /includes/acp/acp_phpBBFolk.php on line 219: Undefined index: pbf_colour2
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
Hilft dir das weiter?
Sieht so aus, als hättest du die MOD gar nicht in der Datenbank installiert.

Du könntest mal versuchen, debug abzuschalten und dann das ACP abzusenden. Oder du guckst ob im MOD irgendwas von SQL steht,oder ein Installer dabei ist.
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

SQL anweisung im installer

Code: Alles auswählen

CREATE TABLE phpbb_tags (
  topic_id int NOT NULL,
  tag varchar(255) NOT NULL,
  PRIMARY KEY  (topic_id,tag)
);


meldung von phpmyadmin

Code: Alles auswählen

Fehler

SQL-Befehl:

CREATE TABLE phpbb_tags(
topic_id int NOT NULL ,
tag varchar( 255 ) NOT NULL ,
PRIMARY KEY ( topic_id, tag )
)

MySQL meldet: Dokumentation
#1050 - Table 'phpbb_tags' already exists 
das ist das einzige in der Anleitung.
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Antworten

Zurück zu „[3.0.x] Mod Support“