I am trying to install phpBB by Przemo 1.12.5. This is the error I get when installing.
An error has occurred during installation
An error occurred trying to update the database:
CREATE TABLE phpbb-advertisement ( id mediumint(9) NOT NULL auto_increment, html text DEFAULT '' NULL, email varchar(128) default '' NULL, clicks int(9) default '0' NOT NULL, position tinyint(1) default '0' NOT NULL, porder mediumint(4) default '0' NOT NULL, added int(11) default '0' NOT NULL, expire int(11) default '0' NOT NULL, last_update int(11) default '0' NOT NULL, notify tinyint(1) default '0' NOT NULL, type tinyint(1) default '0' NOT NULL, PRIMARY KEY (id) )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-advertisement ( id mediumint(9) NOT NULL auto_increment, ht
An SQL install error occured. Install file: db/schemas/mysql_basic.sql
You can not continue installation.
You can fix the problem by edit install file or change server settings.
After it you can continue the installation.