You haven't uploaded the IM 1.4.1 files, do that first!
Updating to IntegraMOD2 1.4.1
Information
Database type :: mysql4
Previous version :: 2.0.17
Updated version :: 2.0.22
Updated IM version :: 1.4.1
Updating database schema
Progress :: . . . . Done
Result :: No errors
Updating to IntegraMOD2 1.4.1
Progress :: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Migrating Personal Albums
# NOTICE: Smartor's Photo Gallery was not previously installed and therefore there aren't any 'old' personal galleries to migrate. Script is ending.
Updating version and optimizing tables
Progress :: . . Done
Result :: Some queries failed, the statements and errors are listing below
* Error :: Table 'phpbb_acronyms' already exists
SQL :: CREATE TABLE phpbb_acronyms ( acronym_id mediumint(9) NOT NULL auto_increment, acronym varchar(80) NOT NULL default '', de.scription varchar(255) NOT NULL default '', PRIMARY KEY (acronym_id) ) TYPE=MyISAM
* Error :: Table 'phpbb_attach_quota' already exists
SQL :: CREATE TABLE phpbb_attach_quota ( user_id mediumint(8) unsigned NOT NULL default '0', group_id mediumint(8) unsigned NOT NULL default '0', quota_type smallint(2) NOT NULL default '0', quota_limit_id mediumint(8) unsigned NOT NULL default '0', KEY quota_type (quota_type) ) TYPE=MyISAM
* Error :: Table 'phpbb_attachments' already exists
SQL :: CREATE TABLE phpbb_attachments ( attach_id mediumint(8) unsigned NOT NULL default '0', post_id mediumint(8) unsigned NOT NULL default '0', privmsgs_id mediumint(8) unsigned NOT NULL default '0', user_id_1 mediumint(8) NOT NULL, user_id_2 mediumint(8) NOT NULL, KEY attach_id_post_id (attach_id,post_id), KEY attach_id_privmsgs_id (attach_id,privmsgs_id), KEY post_id (post_id), KEY privmsgs_id (privmsgs_id) ) TYPE=MyISAM
* Error :: Table 'phpbb_attachments_config' already exists
SQL :: CREATE TABLE phpbb_attachments_config ( config_name varchar(255) NOT NULL, config_value varchar(255) NOT NULL, PRIMARY KEY (config_name) ) TYPE=MyISAM
* Error :: Table 'phpbb_attachments_desc' already exists
SQL :: CREATE TABLE phpbb_attachments_desc ( attach_id mediumint(8) unsigned NOT NULL auto_increment, physical_filename varchar(255) NOT NULL, real_filename varchar(255) NOT NULL, download_count mediumint(8) unsigned NOT NULL default '0', `comment` varchar(255) default NULL, extension varchar(100) default NULL, mimetype varchar(100) default NULL, filesize int(20) NOT NULL, filetime int(11) NOT NULL default '0', thumbnail tinyint(1) NOT NULL default '0', PRIMARY KEY (attach_id), KEY filetime (filetime), KEY physical_filename (physical_filename(10)), KEY filesize (filesize) ) TYPE=MyISAM
* Error :: Table 'phpbb_extension_groups' already exists
SQL :: CREATE TABLE phpbb_extension_groups ( group_id mediumint(8) NOT NULL auto_increment, group_name char(20) NOT NULL, cat_id tinyint(2) NOT NULL default '0', allow_group tinyint(1) NOT NULL default '0', download_mode tinyint(1) unsigned NOT NULL default '1', upload_icon varchar(100) default '', max_filesize int(20) NOT NULL default '0', forum_permissions varchar(255) NOT NULL default '', PRIMARY KEY (group_id) ) TYPE=MyISAM
* Error :: Table 'phpbb_extensions' already exists
SQL :: CREATE TABLE phpbb_extensions ( ext_id mediumint(8) unsigned NOT NULL auto_increment, group_id mediumint(8) unsigned NOT NULL default '0', extension varchar(100) NOT NULL, `comment` varchar(100) default NULL, PRIMARY KEY (ext_id) ) TYPE=MyISAM
* Error :: Table 'phpbb_forbidden_extensions' already exists
SQL :: CREATE TABLE phpbb_forbidden_extensions ( ext_id mediumint(8) unsigned NOT NULL auto_increment, extension varchar(100) NOT NULL, PRIMARY KEY (ext_id) ) TYPE=MyISAM
* Error :: Table 'phpbb_quota_limits' already exists
SQL :: CREATE TABLE phpbb_quota_limits ( quota_limit_id mediumint(8) unsigned NOT NULL auto_increment, quota_desc varchar(20) NOT NULL default '', quota_limit bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (quota_limit_id) ) TYPE=MyISAM
* Error :: Duplicate column name 'auth_download'
SQL :: ALTER TABLE phpbb_auth_access ADD auth_download tinyint(1) NOT NULL default '0'
* Error :: Duplicate entry 'upload_dir' for key 1
SQL :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_dir', 'files'), ('upload_img', 'images/icon_clip.gif'), ('topic_icon', 'images/icon_clip.gif'), ('display_order', '0'), ('max_filesize', '262144'), ('attachment_quota', '52428800'), ('max_filesize_pm', '262144'), ('max_attachments', '3'), ('max_attachments_pm', '1'), ('disable_mod', '0'), ('allow_pm_attach', '1'), ('attachment_topic_review', '0'), ('allow_ftp_upload', '0'), ('show_apcp', '0'), ('attach_version', '2.3.13'), ('default_upload_quota', '0'), ('default_pm_quota', '0'), ('ftp_server', ''), ('ftp_path', ''), ('download_path', ''), ('ftp_user', ''), ('ftp_pass', ''), ('ftp_pasv_mode', '1'), ('img_display_inlined', '1'), ('img_max_width', '0'), ('img_max_height', '0'), ('img_link_width', '0'), ('img_link_height', '0'), ('img_create_thumbnail', '0'), ('img_min_thumb_filesize', '12000'), ('img_imagick', ''), ('use_gd2', '1'), ('wma_autoplay', '0'), ('flash_autoplay', '0')
* Error :: Duplicate entry '1' for key 1
SQL :: INSERT INTO phpbb_acronyms (acronym_id, acronym, de.scription) VALUES (1, 'IntegraMOD', 'The best phpBB pre-modded package that ever exists. (
http://www.integramod2.com).')
* Error :: Duplicate entry 'user_topics_last_per_page_over' for key 1
SQL :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_photo_local', '0'), ('allow_photo_remote', '0'), ('allow_photo_upload', '0'), ('photo_filesize', '102400'), ('photo_max_width', '800'), ('photo_max_height', '600'), ('photo_path', 'images/photos'), ('photo_gallery_path', 'images/photos/gallery'), ('read_viewphoto', ''), ('debug_mode', '1'), ('allow_news', '1'), ('news_item_trim', '0'), ('news_title_trim', '0'), ('news_item_num', '10'), ('news_path', 'images/news'), ('allow_rss', '1'), ('news_rss_desc', ''), ('news_rss_language', 'en_us'), ('news_rss_ttl', '60'), ('news_rss_cat', ''), ('news_rss_image', ''), ('news_rss_image_desc', ''), ('news_rss_item_count', '15'), ('news_rss_show_abstract', '1'), ('news_base_url', ''), ('news_index_file', 'portal.php'), ('prune_shouts', '0'), ('integramod_version', '1.4.1'), ('visit_counter', '3'), ('nextcron', '1163667600'), ('pseudocron', '1'), ('crontest', '2'), ('board_disable_msg', 'Upgrading the site...'), ('bluecard_limit', '3'), ('bluecard_limit_2', '1'), ('max_user_bancard', '10'), ('report_forum', '0'), ('max_link_bookmarks', '0'), ('user_topics_last_per_page_over', '0'), ('mini_cal_calendar_version', 'TOPIC'), ('mini_cal_limit', '10'), ('mini_cal_days_ahead', '30'), ('mini_cal_date_search', 'POSTS'), ('mini_cal_fdow', '0'), ('mini_cal_link_class', 'gensmall'), ('mini_cal_today_class', 'topicTitle'), ('mini_cal_auth', 'auth_view'), ('meta_keywords', ''), ('meta_de.scription', ''), ('meta_author', ''), ('meta_identifier_url', ''), ('meta_reply_to', ''), ('meta_revisit_after', ''), ('meta_category', ''), ('meta_copyright', ''), ('meta_generator', ''), ('meta_robots', ''), ('meta_distribution', ''), ('meta_date_creation_day', ''), ('meta_date_creation_month', ''), ('meta_date_creation_year', ''), ('meta_date_revision_day', ''), ('meta_date_revision_month', ''), ('meta_date_revision_year', ''), ('meta_redirect_url_time', ''), ('meta_redirect_url_adress', ''), ('meta_refresh', ''), ('meta_pragma', ''), ('meta_language', ''), ('auto_lang_en', 'english'), ('auto_lang_en-gb', 'english'), ('auto_lang_en-us', 'english'), ('auto_lang_fr', 'francais'), ('auto_lang_nl', 'nederlands'), ('auto_lang_nl-be', 'nederlands'), ('auto_lang_de', 'deutsch'), ('auto_lang_he', 'hebrew'), ('dbmtnc_rebuild_end', '0'), ('dbmtnc_rebuild_pos', '-1'), ('dbmtnc_rebuildcfg_maxmemory', '500'), ('dbmtnc_rebuildcfg_minposts', '3'), ('dbmtnc_rebuildcfg_php3only', '0'), ('dbmtnc_rebuildcfg_php3pps', '1'), ('dbmtnc_rebuildcfg_php4pps', '8'), ('dbmtnc_rebuildcfg_timelimit', '240'), ('dbmtnc_rebuildcfg_timeoverwrite', '0'), ('dbmtnc_disallow_postcounter', '0'), ('dbmtnc_disallow_rebuild', '0'), ('sig_max_lines', '5'), ('sig_wordwrap', '100'), ('sig_allow_font_sizes', '1'), ('sig_min_font_size', '7'), ('sig_max_font_size', '12'), ('sig_allow_bold', '1'), ('sig_allow_italic', '1'), ('sig_allow_underline', '1'), ('sig_allow_colors', '1'), ('sig_allow_quote', '0'), ('sig_allow_code', '0'), ('sig_allow_list', '0'), ('sig_allow_url', '1'), ('sig_allow_images', '1'), ('sig_max_images', '0'), ('sig_max_img_height', '75'), ('sig_max_img_width', '500'), ('sig_allow_on_max_img_size_fail', '0'), ('sig_max_img_files_size', '10'), ('sig_max_img_av_files_size', '0'), ('sig_exotic_bbcodes_disallowed', ''), ('sig_allow_smilies', '1'), ('logo_image_path', 'images/logo'), ('logo_image', 'phpbb2_logo2.png'), ('logo_image_w', '500'), ('logo_image_h', '110'), ('paypal_p_acct', ''), ('paypal_b_acct', ''), ('paypal_currency_code', 'USD'), ('lw_trial_period', '0'), ('dislay_x_donors', '10'), ('donate_start_time', ''), ('donate_end_time', ''), ('donate_cur_goal', '0'), ('donate_de.scription', ''), ('donate_to_points', '0'), ('donate_to_posts', '0'), ('list_top_donors', '0'), ('donate_to_grp_one', '0'), ('to_grp_one_amount', '0'), ('donate_to_grp_two', '0'), ('to_grp_two_amount', '0'), ('donate_currencies', 'USD;'), ('usd_to_primary', '0'), ('eur_to_primary', '0'), ('gbp_to_primary', '0'), ('cad_to_primary', '0'), ('jpy_to_primary', '0'), ('apmr_deny_msg', 'Sorry %U%, The Admin You Are Trying To Private Message Currently Is Not Accepting Private Messages.'), ('apmr_redirect_msg', 'The admin you have private messaged, has redirected your PM to another member for a faster response time.'), ('donor_rank_id', '0'), ('lw_header_reminder', '0'), ('phpBBSecurity_login_limit', '3'), ('phpBBSecurity_notify_admin', '1'), ('phpBBSecurity_notify_admin_id', '2'), ('phpBBSecurity_auto_ban', '1'), ('phpBBSecurity_allowed_sessions', '50'), ('phpBBSecurity_DDoS_Ban', '1'), ('phpBBSecurity_Encoded_Ban', '1'), ('phpBBSecurity_Union_Ban', '1'), ('phpBBSecurity_Clike_Ban', '1'), ('phpBBSecurity_SQL_Ban', '1'), ('phpBBSecurity_File_Ban', '1'), ('phpBBSecurity_Perl_Ban', '1'), ('phpBBSecurity_total_attempts', '0'), ('phpBBSecurity_Cback_Ban', '1'), ('phpBBSecurity_Allow_Change', '0'), ('phpBBSecurity_notify_admin_pm', '1'), ('phpBBSecurity_notify_admin_em', '1'), ('phpBBSecurity_DDoS_level', '1'), ('phpBBSecurity_per_page', '100'), ('phpBBSecurity_allowed_admins', ''), ('phpBBSecurity_disallowed_agents', ''), ('phpBBSecurity_disallowed_referers', ''), ('phpBBSecurity_last_backup_date', '19'), ('phpBBSecurity_backup_time', '18'), ('phpBBSecurity_backup_on', '1'), ('phpBBSecurity_backup_folder', 'backup'), ('phpBBSecurity_backup_filename', 'backup'), ('phpBBSecurity_guest_matches', '8'), ('phpBBSecurity_use_password_match', '1'), ('phpBBSecurity_password_min_length', '5'), ('phpBBSecurity_version', '1.0.3'), ('cash_disable', '0'), ('cash_display_after_posts', '0'), ('cash_post_message', 'You earned %s for that post'), ('cash_disable_spam_num', '10'), ('cash_disable_spam_time', '24'), ('cash_disable_spam_message', 'You have exceeded the alloted amount of posts and will not earn anything for your post'), ('cash_installed', 'yes'), ('cash_version', '2.2.3'), ('cash_adminbig', '0'), ('cash_adminnavbar', '1'), ('points_name', 'Points'), ('icon_per_row', '10'), ('summer_time', '0'), ('summer_time_auto', '1'), ('board_fdow', '0'), ('user_attachsig', '1'), ('user_notify', '0'), ('user_notify_pm', '1'), ('user_popup_pm', '1'), ('user_viewimg', '1'), ('user_allowhtml', '1'), ('user_buddy_friend_display', '1'), ('user_buddy_ignore_display', '1'), ('user_buddy_friend_of_display', '1'), ('user_buddy_ignored_by_display', '1'), ('user_timezone', '0'), ('user_summer_time', '0'), ('user_fdow', '0'), ('user_privmsgs_per_page', '5'), ('user_allow_viewonline', '1'), ('user_viewemail', '2'), ('user_viewpm', '1'), ('user_viewwebsite', '2'), ('user_viewmessenger', '2'), ('user_viewreal', '2'), ('user_watched_topics_per_page', '15'), ('user_topics_last_per_page', '15'), ('user_setbm', '0'), ('user_allowbbcode', '1'), ('user_allowsmile', '1'), ('user_viewavatar', '1'), ('user_viewsig', '1'), ('user_active', '1'), ('user_allow_email', '1'), ('user_allow_pm', '1'), ('user_allow_website', '1'), ('user_allow_messenger', '1'), ('user_allow_real', '1'), ('user_allowavatar', '1'), ('user_allowphoto', '1'), ('user_allowsignature', '1'), ('user_extra', '0'), ('user_lang', 'english'), ('user_dateformat', 'd M Y h:i a'), ('announcement_date_display', '1'), ('announcement_date_display_over', '0'), ('announcement_display', '1'), ('announcement_display_over', '0'), ('announcement_display_forum', '1'), ('announcement_display_forum_over', '0'), ('announcement_split', '1'), ('announcement_split_over', '0'), ('announcement_forum', '1'), ('announcement_forum_over', '0'), ('announcement_duration', '7'), ('announcement_prune_strategy', '0'), ('calendar_display_open', '0'), ('calendar_display_open_over', '0'), ('calendar_header_cells', '7'), ('calendar_header_cells_over', '0'), ('calendar_title_length', '30'), ('calendar_text_length', '200'), ('calendar_nb_row', '5'), ('calendar_nb_row_over', '0'), ('calendar_birthday', '1'), ('calendar_birthday_over', '0'), ('calendar_forum', '1'), ('calendar_forum_over', '0'), ('sub_forum', '1'), ('sub_forum_over', '0'), ('split_cat', '1'), ('split_cat_over', '0'), ('last_topic_title', '1'), ('last_topic_title_over', '0'), ('last_topic_title_length', '24'), ('sub_level_links', '2'), ('sub_level_links_over', '0'), ('display_viewonline', '2'), ('display_viewonline_over', '0'), ('max_posts', '1'), ('max_topics', '1'), ('max_users', '1'), ('last_topics_from_started', '3'), ('last_topics_from_started_over', '0'), ('last_topics_from_replied', '3'), ('last_topics_from_replied_over', '0'), ('last_topics_from_ended', '3'), ('last_topics_from_ended_over', '0'), ('last_topics_from_split', '1'), ('last_topics_from_split_over', '0'), ('last_topics_from_forum', '1'), ('last_topics_from_forum_over', '0'), ('username', ''), ('username_over', '0'), ('user_realname', ''), ('user_realname_over', '0'), ('user_birthday', ''), ('user_birthday_over', '0'), ('user_gender', ''), ('user_gender_over', '0'), ('user_country', ''), ('user_country_over', '0'), ('user_state', ''), ('user_state_over', '0'), ('user_email', ''), ('user_email_over', '0'), ('user_password', ''), ('user_password_over', '0'), ('phpBBSecurity_question', ''), ('phpBBSecurity_question_over', '0'), ('phpBBSecurity_answer', ''), ('phpBBSecurity_answer_over', '0'), ('user_attachsig_over', '0'), ('user_notify_over', '0'), ('user_notify_pm_over', '0'), ('user_popup_pm_over', '0'), ('user_style', ''), ('user_style_over', '0'), ('user_rules', ''), ('user_rules_over', '0'), ('user_from', ''), ('user_from_over', '0'), ('user_occ', ''), ('user_occ_over', '0'), ('user_holidays', ''), ('user_holidays_over', '0'), ('user_interests', ''), ('user_interests_over', '0'), ('user_home_phone', ''), ('user_home_phone_over', '0'), ('user_home_fax', ''), ('user_home_fax_over', '0'), ('user_work_phone', ''), ('user_work_phone_over', '0'), ('user_work_fax', ''), ('user_work_fax_over', '0'), ('user_cellular', ''), ('user_cellular_over', '0'), ('user_pager', ''), ('user_pager_over', '0'), ('user_msnm', ''), ('user_msnm_over', '0'), ('user_skype', ''), ('user_skype_over', '0'), ('user_icq', ''), ('user_icq_over', '0'), ('user_aim', ''), ('user_aim_over', '0'), ('user_yim', ''), ('user_yim_over', '0'), ('user_website', ''), ('user_website_over', '0'), ('user_lang_over', '0'), ('user_timezone_over', '0'), ('user_summer_time_over', '0'), ('user_dateformat_over', '0'), ('user_fdow_over', '0'), ('user_allow_viewonline_over', '0'), ('user_viewemail_over', '0'), ('user_viewpm_over', '0'), ('user_viewwebsite_over', '0'), ('user_viewmessenger_over', '0'), ('user_viewreal_over', '0'), ('user_setbm_over', '0'), ('user_allowbbcode_over', '0'), ('user_allowhtml_over', '0'), ('user_allowsmile_over', '0'), ('user_buddy_friend_display_over', '0'), ('user_buddy_ignore_display_over', '0'), ('user_buddy_friend_of_display_over', '0'), ('user_buddy_ignored_by_display_over', '0'), ('user_privmsgs_per_page_over', '0'), ('user_watched_topics_per_page_over', '0'), ('user_viewavatar_over', '0'), ('user_viewphoto', ''), ('user_viewphoto_over', '0'), ('user_viewsig_over', '0'), ('user_viewimg_over', '0'), ('icon_per_row_over', '0'), ('summer_time_over', '0'), ('summer_time_auto_over', '0'), ('board_fdow_over', '0'), ('mini_cal_calendar_version_over', '0'), ('mini_cal_limit_over', '0'), ('mini_cal_days_ahead_over', '0'), ('mini_cal_date_search_over', '0'), ('mini_cal_link_class_over', '0'), ('mini_cal_today_class_over', '0'), ('mini_cal_auth_over', '0'), ('user_active_over', '0'), ('user_allow_email_over', '0'), ('user_allow_pm_over', '0'), ('user_allow_website_over', '0'), ('user_allow_messenger_over', '0'), ('user_allow_real_over', '0'), ('user_allowavatar_over', '0'), ('user_allowphoto_over', '0'), ('user_allowsignature_over', '0'), ('user_extra_over', '0'), ('user_posts', ''), ('user_posts_over', '0'), ('user_warnings', ''), ('user_warnings_over', '0'), ('user_rank', ''), ('user_rank_over', '0'), ('split_global_announce', '1'), ('split_global_announce_over', '0'), ('split_announce', '1'), ('split_announce_over', '0'), ('split_sticky', '1'), ('split_sticky_over', '0'), ('split_topic_split', '0'), ('split_topic_split_over', '0'), ('xs_auto_compile', '0'), ('xs_auto_recompile', '0'), ('xs_use_cache', '0'), ('xs_php', 'php'), ('xs_def_template', 'Integra2'), ('xs_check_switches', '0'), ('xs_warn_includes', '0'), ('xs_add_comments', '0'), ('xs_ftp_host', ''), ('xs_ftp_login', ''), ('xs_ftp_path', ''), ('xs_downloads_count', '0'), ('xs_downloads_default', '0'), ('xs_shownav', '1'), ('xs_template_time', '1163665318'), ('xs_version', '7'), ('announcement_last_prune', '1163739599')
* Error :: Duplicate entry '1' for key 1
SQL :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (1, 'Images', 1, 1, 1, '', 0, ''), (2, 'Archives', 0, 1, 1, '', 0, ''), (3, 'Plain Text', 0, 0, 1, '', 0, ''), (4, 'Documents', 0, 0, 1, '', 0, ''), (5, 'Real Media', 0, 0, 2, '', 0, ''), (6, 'Streams', 2, 0, 1, '', 0, ''), (7, 'Flash Files', 3, 0, 1, '', 0, '')
* Error :: Duplicate entry '1' for key 1
SQL :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (1, 1, 'gif', ''), (2, 1, 'png', ''), (3, 1, 'jpeg', ''), (4, 1, 'jpg', ''), (5, 1, 'tif', ''), (6, 1, 'tga', ''), (7, 2, 'gtar', ''), (8, 2, 'gz', ''), (9, 2, 'tar', ''), (10, 2, 'zip', ''), (11, 2, 'rar', ''), (12, 2, 'ace', ''), (13, 3, 'txt', ''), (14, 3, 'c', ''), (15, 3, 'h', ''), (16, 3, 'cpp', ''), (17, 3, 'hpp', ''), (18, 3, 'diz', ''), (19, 4, 'xls', ''), (20, 4, 'doc', ''), (21, 4, 'dot', ''), (22, 4, 'pdf', ''), (23, 4, 'ai', ''), (24, 4, 'ps', ''), (25, 4, 'ppt', ''), (26, 5, 'rm', ''), (27, 6, 'wma', ''), (28, 7, 'swf', '')
* Error :: Duplicate entry '1' for key 1
SQL :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (1, 'php'), (2, 'php3'), (3, 'php4'), (4, 'phtml'), (5, 'pl'), (6, 'asp'), (7, 'cgi')
* Error :: Duplicate column name 'auth_download'
SQL :: ALTER TABLE phpbb_forums ADD auth_download tinyint(2) NOT NULL default '0'
* Error :: Duplicate column name 'post_attachment'
SQL :: ALTER TABLE phpbb_posts ADD post_attachment tinyint(1) NOT NULL default '0'
* Error :: Duplicate column name 'privmsgs_attachment'
SQL :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment tinyint(1) NOT NULL default '0'
* Error :: Duplicate entry '1' for key 1
SQL :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (1, 'Low', 262144), (2, 'Medium', 2097152), (3, 'High', 5242880)
* Error :: Duplicate column name 'topic_attachment'
SQL :: ALTER TABLE phpbb_topics ADD topic_attachment tinyint(1) NOT NULL default '0'
* Error :: Duplicate column name 'phpBBSecurity_answer'
SQL :: ALTER TABLE phpbb_users ADD phpBBSecurity_answer text NOT NULL
* Error :: Duplicate column name 'phpBBSecurity_question'
SQL :: ALTER TABLE phpbb_users ADD phpBBSecurity_question text NOT NULL
* Error :: Duplicate column name 'phpBBSecurity_login_tries'
SQL :: ALTER TABLE phpbb_users ADD phpBBSecurity_login_tries smallint(5) NOT NULL default '0'
* Error :: Duplicate column name 'phpBBSecurity_pm_sent'
SQL :: ALTER TABLE phpbb_users ADD phpBBSecurity_pm_sent smallint(1) NOT NULL default '0'
This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our development board. See README for details on how to obtain advice.
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
Please DELETE the install folder from your webspace!