Seite 4 von 6
Verfasst: 09.01.2005 15:23
von MsNeukirch
tomtom hat geschrieben:MsNeukirch hat geschrieben:The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
SQL line #192
copy yellow_card_db_update.php to yellow_card_db_update.php
execute yellow_card_db_update.php
delete yellow_card_db_update.php
Kommt immer, egal in welches Verzeichnis ich die yellow_card_db_update.php
kopiere
Dann kopiere die
yellow_card_db_update.php manuell in deinen Foren-Root, führe sie aus, und lösche sie anschl. wieder.
Was ist der Forum root?
Also wo ist der?
Ist der das Admin?
Verfasst: 09.01.2005 15:25
von tomtom
Forenroot ist der Stammordner deines Forums: dort, wo auch die memberlist.php liegt.
www.deinedomain.de/phpbb : dann ist phpbb dein Forenroot.
Verfasst: 09.01.2005 15:29
von MsNeukirch
Dort hab ich das ja auch schon probiert.
Das geht aber nicht.
Bei schritt 2 bei der Easymodinstallation steht das hier:
Step 2 of 3
Proposed Database Alterations
Database Alterations - DISABLED
Pseudo SQL Allow
NOTE: SQL processing has been disabled in Alpha 3 and no alterations to your database will actually be preformed. It will be implemented in Beta 1. Press "Complete Installation" to continue.
Verfasst: 09.01.2005 15:32
von MsNeukirch
So, wenn ich dann auf 'Complete Installation" klicke und dann auf Forum Index gehe kommt das hier:
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_ban' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard, a.auth_mod FROM YCW_auth_access a, YCW_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1
Line : 173
File : /usr/export/www/vhosts/funnetwork/hosting/blueskyge/admin/NEUMOD/phpBB2/includes/auth.php
Verfasst: 09.01.2005 15:34
von tomtom
Das heisst einfach nur, dass SQL-Prozesse nicht vom Easymod erledigt werden, sondern manuell mittels Query von dir im phpMyAdmin oder anderem Datenbank-Tool ausgeführt werden müssen!
Schau dazu auch bitte
hier.
Verfasst: 09.01.2005 19:58
von MsNeukirch
Jetz weiß ich immernochnicht, was ich machen muss.
Verfasst: 09.01.2005 20:05
von MsNeukirch
Ah jetz hab ich hier noch was. Was muss ich hier machen?
This list is a result of the SQL queries needed for this Mod
Yellow Card Mod
[Added/Updated] line: 1 , ALTER TABLE YCW_forums ADD auth_ban TINYINT (2) not null DEFAULT "3"
[Added/Updated] line: 2 , ALTER TABLE YCW_forums ADD auth_greencard TINYINT (2) not null DEFAULT "5"
[Added/Updated] line: 3 , ALTER TABLE YCW_forums ADD auth_bluecard TINYINT (2) not null DEFAULT "1"
[Added/Updated] line: 4 , ALTER TABLE YCW_auth_access ADD auth_ban TINYINT (1) not null DEFAULT "0"
[Added/Updated] line: 5 , ALTER TABLE YCW_auth_access ADD auth_greencard TINYINT (1) not null DEFAULT "0"
[Added/Updated] line: 6 , ALTER TABLE YCW_auth_access ADD auth_bluecard TINYINT (1) not null DEFAULT "0"
[Added/Updated] line: 7 , INSERT INTO YCW_config (config_name, config_value) VALUES ("bluecard_limit", "3")
[Added/Updated] line: 8 , INSERT INTO YCW_config (config_name, config_value) VALUES ("bluecard_limit_2", "1")
[Added/Updated] line: 9 , INSERT INTO YCW_config (config_name, config_value) VALUES ("max_user_bancard", "10")
[Added/Updated] line: 10 , INSERT INTO YCW_config (config_name, config_value) VALUES ("report_forum", "0")
[Added/Updated] line: 11 , ALTER TABLE YCW_users ADD user_warnings SMALLINT (5) DEFAULT "0"
[Added/Updated] line: 12 , ALTER TABLE YCW_posts ADD post_bluecard TINYINT (1)
Verfasst: 09.01.2005 20:47
von MsNeukirch
Ich habs hingekriegt!!!
FREU!!!!
So jetz weiter:
Wie bekomme ich es hin, das es deutsch ist?
Also das nicht warnings sondern Warnung dasteht
und wenn man auf so eine Farbe draufklickt, kommt da ein Englischer Text. Wie bekomme ich den Deutsch?
Verfasst: 09.01.2005 21:19
von ATARI
die language eintragung musst du halt übersetzen
Verfasst: 10.01.2005 14:29
von MsNeukirch
Aber wie z.B. hier ist der Easymodinstaller deutsch?
http://www.phpbb.de/mods/easymodinstaller/11.gif
Wo kriege ich die Deutsch version her?