Seite 2 von 2

Verfasst: 12.01.2008 18:07
von nickvergessen

Code: Alles auswählen

INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_on', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_index_tags', '1', '0');
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_topic_tagcloud', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_forum_tags', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_max_font', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_min_font', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_colour1', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_colour2', '1', '0');

Verfasst: 13.01.2008 00:22
von Feuerwolf
Habs fehlerfrei ausgeführt. Leider hat das überhaupt nichts gebracht.

Hast du noch eine Idee? Danke für die bisherigen bemühungen :-)

Verfasst: 13.01.2008 02:03
von nickvergessen
Du könntest mal gucken welche Einträge nun alles in der phpbb_config sind, die mit der MOD zutun haben, also mit pbf_ anfangen.

Verfasst: 13.01.2008 17:20
von Feuerwolf

Code: Alles auswählen

pbf_on			1	0
pbf_index_tags		1  	0
pbf_index_tagcloud	1 	0
pbf_topic_tagcloud	1 	0
pbf_forum_tags		1 	0
pbf_max_font		1 	0
pbf_min_font		1 	0
pbf_colour1		1 	0
pbf_colour2		1	0
Ist das das was du erwartet hast?

Verfasst: 13.01.2008 20:45
von nickvergessen
das sollte drin stehen, steht es vllt auch 2mal drin?

Verfasst: 14.01.2008 21:37
von Feuerwolf
Wenn ich die Ganze datenbank in der das Forum installiert ist mit "pbf_" absuche erhalte ich:

Code: Alles auswählen

9 Treffer in der Tabelle phpbb_config

Code: Alles auswählen

pbf_on  	1  	0
pbf_index_tags 	1 	0
pbf_index_tagcloud 	1 	0
pbf_topic_tagcloud 	1 	0
pbf_forum_tags 	1 	0
pbf_max_font 	1 	0
pbf_min_font 	1 	0
pbf_colour1 	1 	0
pbf_colour2 	1 	0
habe ansonsten nichts weiteres gefunden.

Verfasst: 14.01.2008 21:45
von nickvergessen
versuch mal is_dynamic auf 1 zusetzen.

Verfasst: 15.01.2008 21:53
von Feuerwolf
Ja das hat funktioniert.

ich hatte zwar wieder Fehler, aber ich konnte nun ein Post mit Tags füttern.

Leider hat der Mod noch nicht ganz funktioniert.

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 201: Undefined variable: config
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 799: Undefined index: poll_start
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 135: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 136: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 137: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 167: Undefined index: poll_start
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 177: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 182: Undefined variable: s_type_switch
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 189: Undefined variable: s_display_active
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 191: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: tag_cloud
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[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)
THX soweit.

Verfasst: 15.01.2008 22:35
von nickvergessen
Melde das ganze doch mal dem MOD-Autor.