Si aparecio luego.
Cuando algo el ultimo paso:
Código: Seleccionar todo
# STEP 3/3: Updating the database
#
Run:
reputation_mod_install_db_v100.PHP
Siempre me da esta tabla de errores, no se si tendra algo que ver.
CREATE TABLE `phpbb_reputation` ( `user_id` mediumint(8) NOT NULL default '0', `user_id_2` mediumint(8) NOT NULL default '0', `post_id` mediumint(8) NOT NULL default '0', `rep_sum` FLOAT NOT NULL default '0', `rep_neg` tinyint(1) NOT NULL default '0', `rep_comment` varchar(200) NOT NULL default '', `rep_time` int(11) NOT NULL default '0', KEY `user_id` (`user_id`) ) TYPE=MyISAM;
+++ Error: Table 'phpbb_reputation' already exists
CREATE TABLE `phpbb_reputation_config` ( `config_name` VARCHAR( 255 ) NOT NULL , `config_value` VARCHAR( 255 ) NOT NULL ) TYPE=MyISAM;
+++ Error: Table 'phpbb_reputation_config' already exists
ALTER TABLE `phpbb_users` ADD `user_reputation` FLOAT DEFAULT '0' NOT NULL
+++ Error: Duplicate column name 'user_reputation'
ALTER TABLE `phpbb_users` ADD `user_rep_last_time` INT( 11 ) NOT NULL AFTER `user_reputation`
+++ Error: Duplicate column name 'user_rep_last_time'
INSERT INTO `phpbb_reputation_config` VALUES ('posts_to_earn', '50')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('rep_disable', '0')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('days_to_earn', '30')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('flood_control_time', '30')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('graphic_version', '1')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('medal4_to_earn', '10')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('medal3_to_earn', '50')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('medal2_to_earn', '100')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('medal1_to_earn', '200')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('given_rep_to_earn', '20')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('show_stats_to_mods', '0')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('repsum_limit', '0')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('pm_notify', '1')
+++ Successfull
INSERT INTO `phpbb_reputation_config` VALUES ('default_amount', '0')
+++ Successfull