Then, I installed a vanilla XS and just after having completed the installation I tryed the upgrade to Icy.
I got this strange alternance of errors, the same I had with my forum...
Spoiler: [ Show ]
Spoiler: [ Hide ]
# UPDATE phpbbXS_config SET config_value = '0' WHERE url_rw = 'ip_version'
+++ Error: Unknown column 'url_rw' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('xmas_fx', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE xmas_fx = 'ip_version'
+++ Error: Unknown column 'xmas_fx' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_header_table', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE switch_header_table = 'ip_version'
+++ Error: Unknown column 'switch_header_table' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('header_table_text', 'Text')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = 'Text' WHERE header_table_text = 'ip_version'
+++ Error: Unknown column 'header_table_text' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_footer_table', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE switch_footer_table = 'ip_version'
+++ Error: Unknown column 'switch_footer_table' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('footer_table_text', 'Text')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = 'Text' WHERE footer_table_text = 'ip_version'
+++ Error: Unknown column 'footer_table_text' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('fast_n_furious', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE fast_n_furious = 'ip_version'
+++ Error: Unknown column 'fast_n_furious' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('new_msgs_mumber', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE new_msgs_mumber = 'ip_version'
+++ Error: Unknown column 'new_msgs_mumber' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('index_last_msgs', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE index_last_msgs = 'ip_version'
+++ Error: Unknown column 'index_last_msgs' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('portal_last_msgs', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE portal_last_msgs = 'ip_version'
+++ Error: Unknown column 'portal_last_msgs' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('online_last_msgs', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE online_last_msgs = 'ip_version'
+++ Error: Unknown column 'online_last_msgs' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('index_shoutbox', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE index_shoutbox = 'ip_version'
+++ Error: Unknown column 'index_shoutbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('portal_shoutbox', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE portal_shoutbox = 'ip_version'
+++ Error: Unknown column 'portal_shoutbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('online_shoutbox', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE online_shoutbox = 'ip_version'
+++ Error: Unknown column 'online_shoutbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('last_msgs_n', '5')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '5' WHERE last_msgs_n = 'ip_version'
+++ Error: Unknown column 'last_msgs_n' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('last_msgs_x', '')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '' WHERE last_msgs_x = 'ip_version'
+++ Error: Unknown column 'last_msgs_x' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('posts_precompiled', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE posts_precompiled = 'ip_version'
+++ Error: Unknown column 'posts_precompiled' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('index_links', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE index_links = 'ip_version'
+++ Error: Unknown column 'index_links' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('index_birthday', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE index_birthday = 'ip_version'
+++ Error: Unknown column 'index_birthday' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('db_cron', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE db_cron = 'ip_version'
+++ Error: Unknown column 'db_cron' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('site_history', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE site_history = 'ip_version'
+++ Error: Unknown column 'site_history' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('smilies_topic_title', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE smilies_topic_title = 'ip_version'
+++ Error: Unknown column 'smilies_topic_title' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('html_email', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE html_email = 'ip_version'
+++ Error: Unknown column 'html_email' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('config_cache', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE config_cache = 'ip_version'
+++ Error: Unknown column 'config_cache' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('admin_protect', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE admin_protect = 'ip_version'
+++ Error: Unknown column 'admin_protect' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('disable_ftr', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE disable_ftr = 'ip_version'
+++ Error: Unknown column 'disable_ftr' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('disable_logins', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE disable_logins = 'ip_version'
+++ Error: Unknown column 'disable_logins' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('last_logins_n', '20')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '20' WHERE last_logins_n = 'ip_version'
+++ Error: Unknown column 'last_logins_n' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('edit_notes', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE edit_notes = 'ip_version'
+++ Error: Unknown column 'edit_notes' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('edit_notes_n', '5')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '5' WHERE edit_notes_n = 'ip_version'
+++ Error: Unknown column 'edit_notes_n' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('quote_iterations', '2')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '2' WHERE quote_iterations = 'ip_version'
+++ Error: Unknown column 'quote_iterations' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('page_gen', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE page_gen = 'ip_version'
+++ Error: Unknown column 'page_gen' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('birthday_viewtopic', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE birthday_viewtopic = 'ip_version'
+++ Error: Unknown column 'birthday_viewtopic' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('img_shoutbox', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE img_shoutbox = 'ip_version'
+++ Error: Unknown column 'img_shoutbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('split_ga_ann_sticky', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE split_ga_ann_sticky = 'ip_version'
+++ Error: Unknown column 'split_ga_ann_sticky' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('email_notification_html', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE email_notification_html = 'ip_version'
+++ Error: Unknown column 'email_notification_html' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('select_theme', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE select_theme = 'ip_version'
+++ Error: Unknown column 'select_theme' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('select_lang', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE select_lang = 'ip_version'
+++ Error: Unknown column 'select_lang' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('show_icons', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE show_icons = 'ip_version'
+++ Error: Unknown column 'show_icons' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('show_random_quote', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE show_random_quote = 'ip_version'
+++ Error: Unknown column 'show_random_quote' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_portal', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_portal = 'ip_version'
+++ Error: Unknown column 'auth_view_portal' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_forum', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_forum = 'ip_version'
+++ Error: Unknown column 'auth_view_forum' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_viewf', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_viewf = 'ip_version'
+++ Error: Unknown column 'auth_view_viewf' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_viewt', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_viewt = 'ip_version'
+++ Error: Unknown column 'auth_view_viewt' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_faq', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_faq = 'ip_version'
+++ Error: Unknown column 'auth_view_faq' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_memberlist', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_memberlist = 'ip_version'
+++ Error: Unknown column 'auth_view_memberlist' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_group_cp', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_group_cp = 'ip_version'
+++ Error: Unknown column 'auth_view_group_cp' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_profile', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_profile = 'ip_version'
+++ Error: Unknown column 'auth_view_profile' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_search', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_search = 'ip_version'
+++ Error: Unknown column 'auth_view_search' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_album', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_album = 'ip_version'
+++ Error: Unknown column 'auth_view_album' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_links', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_links = 'ip_version'
+++ Error: Unknown column 'auth_view_links' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_calendar', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_calendar = 'ip_version'
+++ Error: Unknown column 'auth_view_calendar' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_attachments', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_attachments = 'ip_version'
+++ Error: Unknown column 'auth_view_attachments' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_download', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_download = 'ip_version'
+++ Error: Unknown column 'auth_view_download' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_kb', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_kb = 'ip_version'
+++ Error: Unknown column 'auth_view_kb' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_ranks', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_ranks = 'ip_version'
+++ Error: Unknown column 'auth_view_ranks' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_statistics', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_statistics = 'ip_version'
+++ Error: Unknown column 'auth_view_statistics' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_recent', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_recent = 'ip_version'
+++ Error: Unknown column 'auth_view_recent' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_referrers', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_referrers = 'ip_version'
+++ Error: Unknown column 'auth_view_referrers' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_rules', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_rules = 'ip_version'
+++ Error: Unknown column 'auth_view_rules' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_site_hist', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_site_hist = 'ip_version'
+++ Error: Unknown column 'auth_view_site_hist' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_shoutbox', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_shoutbox = 'ip_version'
+++ Error: Unknown column 'auth_view_shoutbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('auth_view_viewonline', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE auth_view_viewonline = 'ip_version'
+++ Error: Unknown column 'auth_view_viewonline' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_header_banner', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE switch_header_banner = 'ip_version'
+++ Error: Unknown column 'switch_header_banner' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_viewtopic_banner', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE switch_viewtopic_banner = 'ip_version'
+++ Error: Unknown column 'switch_viewtopic_banner' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('header_banner_text', 'Text')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = 'Text' WHERE header_banner_text = 'ip_version'
+++ Error: Unknown column 'header_banner_text' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('viewtopic_banner_text', 'Text')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = 'Text' WHERE viewtopic_banner_text = 'ip_version'
+++ Error: Unknown column 'viewtopic_banner_text' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('visit_counter_switch', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE visit_counter_switch = 'ip_version'
+++ Error: Unknown column 'visit_counter_switch' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('emails_only_to_admins', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE emails_only_to_admins = 'ip_version'
+++ Error: Unknown column 'emails_only_to_admins' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('no_right_click', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE no_right_click = 'ip_version'
+++ Error: Unknown column 'no_right_click' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('gd_version', '2')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '2' WHERE gd_version = 'ip_version'
+++ Error: Unknown column 'gd_version' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('show_img_no_gd', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE show_img_no_gd = 'ip_version'
+++ Error: Unknown column 'show_img_no_gd' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('show_pic_size_on_thumb', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE show_pic_size_on_thumb = 'ip_version'
+++ Error: Unknown column 'show_pic_size_on_thumb' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('thumbnail_posts', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE thumbnail_posts = 'ip_version'
+++ Error: Unknown column 'thumbnail_posts' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('thumbnail_cache', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE thumbnail_cache = 'ip_version'
+++ Error: Unknown column 'thumbnail_cache' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('thumbnail_quality', '85')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '85' WHERE thumbnail_quality = 'ip_version'
+++ Error: Unknown column 'thumbnail_quality' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('thumbnail_size', '400')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '400' WHERE thumbnail_size = 'ip_version'
+++ Error: Unknown column 'thumbnail_size' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('disable_html_guests', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE disable_html_guests = 'ip_version'
+++ Error: Unknown column 'disable_html_guests' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('disable_email_error', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE disable_email_error = 'ip_version'
+++ Error: Unknown column 'disable_email_error' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_header_dropdown', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE switch_header_dropdown = 'ip_version'
+++ Error: Unknown column 'switch_header_dropdown' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_poster_info_topic', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE switch_poster_info_topic = 'ip_version'
+++ Error: Unknown column 'switch_poster_info_topic' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('switch_bbcb_active_content', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE switch_bbcb_active_content = 'ip_version'
+++ Error: Unknown column 'switch_bbcb_active_content' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('thumbnail_lightbox', '1')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '1' WHERE thumbnail_lightbox = 'ip_version'
+++ Error: Unknown column 'thumbnail_lightbox' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('enable_quick_quote', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE enable_quick_quote = 'ip_version'
+++ Error: Unknown column 'enable_quick_quote' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('enable_xs_version_check', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE enable_xs_version_check = 'ip_version'
+++ Error: Unknown column 'enable_xs_version_check' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('allow_all_bbcode', '0')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '0' WHERE allow_all_bbcode = 'ip_version'
+++ Error: Unknown column 'allow_all_bbcode' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('xs_version', '.0.58')
+++ Error: Duplicate entry 'xs_version' for key 1
# UPDATE phpbbXS_config SET config_value = '.0.58' WHERE xs_version = 'ip_version'
+++ Error: Unknown column 'xs_version' in 'where clause'
# INSERT INTO phpbbXS_config (config_name, config_value) VALUES ('xs_version2', '2 (build 058)')
+++ Successfull
# UPDATE phpbbXS_config SET config_value = '2 (build 058)' WHERE xs_version2 = 'ip_version'
+++ Error: Unknown column 'xs_version2' in 'where clause'
After having changed the files I got
Quote:
Critical Error
Could not open ca_aphrodite template config file
Any idea of what the problem could be?
Remember that all has been done on a fresh installed XS 0.58b...
PS: I attached a .zip with an html page of the results in case you need it (greens and reds are more comfortable to read ;) ). Don't worry about the CHMOD, I tryed to chmod all correctly but errors appear the same :(