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, ...)
Question: Shouldn't be the 0 for mod_id without quotes '0'?
I could go on with the installation and when the installer tried to INSERT INTO phpbb_easymod there is coming naturally the next error message:
Executing SQL: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, ...)
Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below
Error :: Table 'stayhuman_org_-_messageboard.phpbb_easymod' doesn't exist
EasyMod is installed. I can login to it and it seems to work. So shall I install the table within phpMyAdmin Contral Panel? What could be the effect if there is not such table?