No wiec zainstalowalem tego hacka i teraz zamiast for na stronie glownej mam napis BRAK FOR

pewnie bylo na forum juz takie cos ale nie moge znalesc

prosze o pomoc co zrobic zeby bylo ok
W panelu jest kategoria Fora (te stare) i Fora+ z tego hacka ale nie wiem jak je laczyc
W panelu jak chce dodac jakas kategorie w Fora+ mam blad:
Kod:
Couldn't update forum data [#3 - 0 ]
1054 Nieznana kolumna 'forum_type' w field list
Zapytanie: INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, forum_type, forum_status, auth_view, forum_parent, forum_depth, forum_link, forum_link_count, forum_link_show_count, forum_link_type, forum_link_blank, forum_order, prune_enable) VALUES ('55', 'ndg', 'fgh', 'c', '', '0', '0', '0', '', '', '', '', '', '200', '');
Zapytania sa zle wykonane z tego co widze

Kod:
Aktualizuje tabele phpbb_forums...
Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/web729/html/phpBB2/install_ef.php on line 107
--------------------------------------------------------------------------------
Czytam z tabeli phpbb_categories...
--------------------------------------------------------------------------------
Wykonuję migrację tabeli phpbb_categories oraz phpbb_forums
le wykonałem następujące zapytania:
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '55', 'Administracja', '200', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '55', forum_depth = forum_depth + 1 WHERE cat_id = '1'
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '56', 'Kultura', '210', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '56', forum_depth = forum_depth + 1 WHERE cat_id = '2'
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '57', 'Download', '220', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '57', forum_depth = forum_depth + 1 WHERE cat_id = '3'
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '58', 'Pozostałe', '230', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '58', forum_depth = forum_depth + 1 WHERE cat_id = '5'
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '59', 'VIP RespecT HH', '240', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '59', forum_depth = forum_depth + 1 WHERE cat_id = '6'
INSERT INTO phpbb_forums ( forum_id, forum_name, forum_order, forum_parent, forum_type ) VALUES ( '60', 'Statystyki', '250', '0', 'c' );
UPDATE phpbb_forums SET forum_parent = '60', forum_depth = forum_depth + 1 WHERE cat_id = '8'
--------------------------------------------------------------------------------
Kończe instalacje,a mianowice dodaje rekordy do tabeli phpbb_config
Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/web729/html/phpBB2/install_ef.php on line 223