Error Message wrote: Result :: Some queries failed, the statements and errors are listing below
Error :: Invalid default value for 'mod_id'
SQL :: CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment, mod_title varchar(50) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))
This is probably nothing to worry about, install will continue. Should this fail to complete you may need to seek help at our development board.
OPEN
easymod_install.php
FIND
easymod_install.php, Line 982 wrote:Code: Select all
mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment,
REPLACE WITH
Please do not post any more topics related to this error. Thank you.easymod_install.php, Line 982 wrote:Code: Select all
mod_id mediumint(8) NOT NULL auto_increment,