Seite 2 von 3

Verfasst: 29.08.2005 17:47
von Markus67
Hi ...

so sieht das Ende deiner constants.php aus ...
// Table names
define('CONFIRM_TABLE', $table_prefix.'confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
define('WORDS_TABLE', $table_prefix.'words');
define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
es muss aber so aussehen ....
// Table names
define('CONFIRM_TABLE', $table_prefix.'confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('COLOR_GROUPS_TABLE', $table_prefix.'color_groups');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
define('WORDS_TABLE', $table_prefix.'words');
define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
Markus

Verfasst: 29.08.2005 18:39
von honey
ich habe diesen mod auch eingebaut und infrage kommenden fehler kontrolliert aber nix.. :cry:

das steht nun bei mir

Code: Alles auswählen

SQL Error : 1146 Table 'xxxxxxx.phpbb_color_groups' doesn't exist

SELECT * FROM phpbb_color_groups WHERE hidden = 0 ORDER BY order_num ASC

Line : 227
File : functions_color_groups.php 
habe aber schon install ausgefürht und soweit ich es verstanden habe ist im sql nichts angelegt. php2.0.17 deutsche version forum benutze ich und im ACP ist auch keine spur von color groups usw. :o

kann mir jemand helfen please :(

Verfasst: 29.08.2005 19:01
von access
Template->make_filename(): Error - file admin/color_groups_manager.tpl does not exist


Das kommt bei mir.

Verfasst: 29.08.2005 19:20
von Markus67
access hat geschrieben:Template->make_filename(): Error - file admin/color_groups_manager.tpl does not exist

Das kommt bei mir.
Dann hast du vergessen ein paar tpl-Dateien hochzuladen. Kontrolliere nochmal ob alle am richtigen Platz sind.

Markus

Verfasst: 30.08.2005 17:59
von access
ich habe ja das ganze packet hochgeladen... und nochmal gemacht.. aber steht immer noch das gleiche da :-(

Und habe noch eine Frage!

Wie kann ich es einstellen, wenn einer was schriebt, das nur der Admin das sehen kann, und der thema ersteller auch? Also nicht die anderen user.

Danke!

Verfasst: 30.08.2005 20:48
von Markus67
Hi ....

immer langsam ... jetzt mach erstmal eine Baustelle sauber ....

Was heisst du hast den ganzen Ordner hochgeladen ?

im Ordner color_groups gibts mehrere Unterordner .. und die darin enthaltenen Dateien müssen in die entsprechenden Ordner auf dem Webspace ... und laut der Fehlermeldung fehlen da tpl-Dateien.

Das ist wirklich so ... da gibts kein wenn und aber ... :wink:

Markus

Verfasst: 30.08.2005 21:12
von access
öhm... cool... geht *g* dankööö

Verfasst: 30.08.2005 22:12
von access
hmm... nur sehe ich sie nicht auf der index farbe obwohl eine gruppe erstellt habe

Verfasst: 30.08.2005 22:18
von Markus67
Hi ...

Und hast du der Gruppe im Adminbereich auch eine Farbe zugeordnet?

Markus

Verfasst: 30.08.2005 22:41
von access
Ja, ich habe sie ja im Admin bereich erstellt. Ich habe dann noch User hinzugefügt. Aber irgentwie haut das nicht hin, dass man diese Gruppe vorne sieht.

Das hat auch nichts mit den Benutzergruppen zu tun, oder?