Verfasst: 18.10.2007 18:38
da funktioniert alles prima .. ohne irgend eine fehlermeldung
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
--
-- Table structure for table `phpbb_ina_sessions`
--
CREATE TABLE `phpbb_ina_sessions` (
`arcade_hash` varchar(33) NOT NULL default '',
`user_id` mediumint(8) NOT NULL default '0',
`start_time` int(11) NOT NULL default '0',
`session_ip` varchar(8) NOT NULL default '',
`page` int(1) NOT NULL default '0',
`game_name` varchar(50) default NULL,
`tour_id` mediumint(5) default NULL,
`user_ip` varchar(16) default '0',
`ip_name` varchar(255) default NULL,
`user_win` varchar(25) NOT NULL default 'NORM',
`randchar1` int(4) default NULL,
`randchar2` int(4) default NULL,
PRIMARY KEY (`arcade_hash`),
KEY `user_id` (`user_id`)
) ;
* phpbb_auth_access: in Ordnung
* phpbb_banlist: in Ordnung
* phpbb_categories: in Ordnung
* phpbb_config: in Ordnung
* phpbb_confirm: in Ordnung
* phpbb_disallow: in Ordnung
* phpbb_forum_prune: in Ordnung
* phpbb_forums: in Ordnung
* phpbb_groups: in Ordnung
* phpbb_posts: in Ordnung
* phpbb_posts_text: in Ordnung
* phpbb_privmsgs: in Ordnung
* phpbb_privmsgs_text: in Ordnung
* phpbb_ranks: in Ordnung
* phpbb_search_results: in Ordnung
* phpbb_search_wordlist: in Ordnung
* phpbb_search_wordmatch: in Ordnung
* phpbb_sessions: in Ordnung
* phpbb_sessions_keys: in Ordnung
* phpbb_smilies: in Ordnung
* phpbb_themes: in Ordnung
* phpbb_themes_name: in Ordnung
* phpbb_topics: in Ordnung
* phpbb_topics_watch: in Ordnung
* phpbb_user_group: in Ordnung
* phpbb_users: in Ordnung
* phpbb_vote_desc: in Ordnung
* phpbb_vote_results: in Ordnung
* phpbb_vote_voters: in Ordnung
* phpbb_words: in Ordnung
was bedeutet das nun alles ?CREATE TABLE phpbb_ina_log ( `record_no` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) NOT NULL default '-1', `name` text, `value` text, `date` int(11) NOT NULL default '0', PRIMARY KEY (`record_no`)) DONE.!
ALTER TABLE phpbb_ina_scores CHANGE `score` `score` DOUBLE( 14, 4 ) NOT NULL DEFAULT '0.0000' NOT REQUIRED?!
Table 'db94389.phpbb_ina_scores' doesn't exist
ALTER TABLE phpbb_ina_cat ADD `cat_order` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '1' AFTER `cat_parent` NOT REQUIRED?!
Duplicate column name 'cat_order'
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_use_log', '1') NOT REQUIRED?!
Duplicate entry 'games_use_log' for key 1
weizenspoiler hat geschrieben:also .. ich hab nun nochmals alle tabellen gelöscht und neu angelegt über acp
dann kam folgende meldung
was bedeutet das nun alles ?CREATE TABLE phpbb_ina_log ( `record_no` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) NOT NULL default '-1', `name` text, `value` text, `date` int(11) NOT NULL default '0', PRIMARY KEY (`record_no`)) DONE.!
ALTER TABLE phpbb_ina_scores CHANGE `score` `score` DOUBLE( 14, 4 ) NOT NULL DEFAULT '0.0000' NOT REQUIRED?!
Table 'db94389.phpbb_ina_scores' doesn't exist
ALTER TABLE phpbb_ina_cat ADD `cat_order` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '1' AFTER `cat_parent` NOT REQUIRED?!
Duplicate column name 'cat_order'
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_use_log', '1') NOT REQUIRED?!
Duplicate entry 'games_use_log' for key 1
gruß weizenspoiler
Code: Alles auswählen
Alternate Install Method: (If <UPDATE DB> doesn't show up in your ACP)
## 1) Goto your ACP (Admin Control Panel) and copy your sid from the browser's address bar.
## 2) Now paste that infront of "http://www.yoursite.com/phpbb/admin/admin_arcade_update.php?" in a new browser window and run it.
## 2a)It should look something like this "http://www.yoursite.com/phpbb/admin/admin_arcade_update.php?sid=lotsofnumbersandletters"
## 3a)After installation has been succesful you should refresh your browser.