Probleme mit der Shop Mod.
Verfasst: 05.11.2005 15:25
Wenn ich auf Shop Mod klicke erscheint immer das.
[ externes Bild ]
Und da habe ich in der overall_header.tpl geschrieben:
Und das wenn ich die mod_install.php ausführe kommt das.The user shops are currently closed, please try back later!
Da ich ein Style habe wo Benutzergruppe etc. als Pics sind muss ich das ja ein bisschen ändern ein Beipiel:Running :: CREATE TABLE `phpbb_user_shops` ( `id` INT( 5 ) NOT NULL AUTO_INCREMENT , `user_id` INT( 10 ) NOT NULL , `username` VARCHAR( 32 ) NOT NULL , `shop_name` VARCHAR( 32 ) NOT NULL , `shop_type` VARCHAR( 32 ) NOT NULL , `shop_opened` INT( 30 ) NOT NULL , `shop_status` INT( 1 ) DEFAULT '0' NOT NULL , `amount_earnt` INT( 10 ) DEFAULT '0' NOT NULL , `amount_holding` INT( 10 ) DEFAULT '0' NOT NULL , `items_sold` INT( 10 ) DEFAULT '0' NOT NULL , `items_holding` INT( 10 ) DEFAULT '0' NOT NULL , `shop_updated` INT(30) DEFAULT '0' NOT NULL , PRIMARY KEY ( `user_id` ) , INDEX ( `id` ) ); -> FAILED ---> Tabelle 'phpbb_user_shops' bereits vorhanden.
Running :: CREATE TABLE `phpbb_user_shops_items` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `shop_id` INT( 10 ) NOT NULL , `item_id` INT( 10 ) NOT NULL , `seller_notes` VARCHAR( 255 ) NOT NULL , `cost` INT( 10 ) NOT NULL , `time_added` MEDIUMINT( 30 ) NOT NULL , INDEX ( `shop_id` ) , PRIMARY KEY ( `id` ) ); -> FAILED ---> Tabelle 'phpbb_user_shops_items' bereits vorhanden.
Running :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('u_shops_enabled', '0'); -> FAILED ---> Doppelter Eintrag 'u_shops_enabled' für Schlüssel 1.
Running :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('u_shops_open_cost', '0'); -> FAILED ---> Doppelter Eintrag 'u_shops_open_cost' für Schlüssel 1.
Running :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('u_shops_tax_percent', '0'); -> FAILED ---> Doppelter Eintrag 'u_shops_tax_percent' für Schlüssel 1.
Running :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('u_shops_max_items', '100'); -> FAILED ---> Doppelter Eintrag 'u_shops_max_items' für Schlüssel 1.
Finished!
Some of the querys have failed, contact me so I can fix the errors.
[ externes Bild ]
Und da habe ich in der overall_header.tpl geschrieben:
anstatt das<!-- Shop Mod -->
<a href="{U_USER_SHOPS}" onmouseOver="MouseOverRoutine('logout')" onmouseOut="MouseOutRoutine('logout')"><img src="templates/PlayStation/images/shop.gif" name="logout" border="0"></a>
<!-- Shop Mod -->
Also wo ist der Fehler warum geht die Shop Mod nicht ;___;<a href="{U_USER_SHOPS}" class="mainmenu">{L_USER_SHOPS}</a>