I need some help, I get this error, may anyone help, please.
SQL ERROR [ mysql4 ]
Table 'phpbb_points' already exists [1050]
SQL
CREATE TABLE `phpbb_points` ( `points_name` text NOT NULL, `points_enable` tinyint(1) NOT NULL, `points_transfer` tinyint(1) NOT NULL, `points_comments` tinyint(1) NOT NULL, `points_pertopic` tinyint(1) NOT NULL, `points_perpost` tinyint(1) NOT NULL, `points_logs` tinyint(1) NOT NULL, `donor_enable` tinyint(1) NOT NULL default '0', `donor_amounts` text NOT NULL, `donor_ratio` int(15) NOT NULL, `donor_email` text NOT NULL, `donor_anonymous` tinyint(1) NOT NULL default '0', `donor_usergroups` tinyint(1) NOT NULL, `donor_showdonors` tinyint(1) NOT NULL, `donor_topdonors` tinyint(1) NOT NULL );
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: ipoints_install.php
LINE: 97
CALL: dbal_mysql->sql_query()