|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Przenoszenie bazy z phpbb2 na phpbb2 by Przemo |
Autor |
Wiadomość |
skrzypek007
Posty: 3
|
Wysłany: 30-12-2008, 01:59 Przenoszenie bazy z phpbb2 na phpbb2 by Przemo
|
|
|
tak jak w temacie... Robie kopie zapasowa bazy phpbb2 zapisuje se na dysku i mam. Loguje sie na innym serwerze do PA phpbb2 by Przemo i uzywam do załadowania bazy wbudowanego "phpBB DumpLoader 1.0". otrzymuje komunikat:
Cytat: | Liczba wykonanych zapytań: 61 (pominiętych 0)
Limit zapytań SQL: 1000
Blokowano tabele: tak
Limit błędów był ustawiony na: 1
Zapytania przetworzono w 0 s.
Zapytania wykonano do bazy w 0.1 s.
Łącznie: ~ 0.1 s. |
I gdy wchodzę na stronę główną forum nic nie ma... Tak jakby się nie załadowało. Może coś robie źle? Prosze o pomoc |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
nicon

Pomógł: 359 razy Posty: 2151
|
Wysłany: 30-12-2008, 02:21
|
|
|
A może podasz adres forum, to po pierwsze.
Po drugie... Od kiedy konwertacja z phpBB do phpBB by Przemo polega na wgraniu backupa phpBB via dumpLoadera? O_o |
_________________ Pozdrawiam, Piotr `nicon` Kowalczyk.
Pomoc poza forum tylko odpłatna.
DBA - jak sama nazwa wskazuje - jest to osoba, która dba o bazy danych. |
|
|
|
 |
skrzypek007
Posty: 3
|
Wysłany: 30-12-2008, 02:25
|
|
|
http://83.27.244.136/forumprzemo
Fforum jest na webserv bo narazie testuje i nie chce spzsuc forum.
Mówiłem że się nie znam, myślałem że by przemo ma podobna strukture tabel w baziedo phpbb2.
Adres forum jest tez w prfilu (pole obowiązkowe przy rejestracji) |
|
|
|
 |
nicon

Pomógł: 359 razy Posty: 2151
|
Wysłany: 30-12-2008, 03:08
|
|
|
skrzypek007, jeśli chcesz wgrać bazę, to jasne, że możesz to zrobić przez dbloadera, ale wcześniej usuń tabele z bazy phpBB by Przemo a potem dopiero konwertuj według instrukcji dostępnej tutaj: http://www.przemo.org/php...=install#up_org |
_________________ Pozdrawiam, Piotr `nicon` Kowalczyk.
Pomoc poza forum tylko odpłatna.
DBA - jak sama nazwa wskazuje - jest to osoba, która dba o bazy danych. |
|
|
|
 |
skrzypek007
Posty: 3
|
Wysłany: 30-12-2008, 03:55
|
|
|
Wywala mi takie błędy podczas uruchamiania skryptu:
Kod: | DROP TABLE forum_topic_view
Niewykonane - Unknown table 'forum_topic_view'
DROP TABLE forum_ignores
Niewykonane - Unknown table 'forum_ignores'
ALTER TABLE forum_ignore RENAME forum_ignores
Niewykonane - Table 'zelaznykrzyz_cba_pl.forum_ignore' doesn't exist
CREATE TABLE forum_sessions_keys ( key_id varchar(32) DEFAULT '0' NOT NULL, user_id mediumint(8) DEFAULT '0' NOT NULL, last_ip varchar(8)[...]
Niewykonane - Table 'forum_sessions_keys' already exists
CREATE TABLE forum_themes_name ( themes_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL, tr_color1_name char(50), tr_color2_name char(50), [...]
Niewykonane - Table 'forum_themes_name' already exists
DROP TABLE forum_cat_rel_cat_parents
Niewykonane - Unknown table 'forum_cat_rel_cat_parents'
DROP TABLE forum_cat_rel_forum_parents
Niewykonane - Unknown table 'forum_cat_rel_forum_parents'
DROP TABLE forum_chat2box
Niewykonane - Unknown table 'forum_chat2box'
DROP TABLE forum_chat2box_session
Niewykonane - Unknown table 'forum_chat2box_session'
DROP TABLE forum_counter
Niewykonane - Unknown table 'forum_counter'
DROP TABLE forum_junior_auth_panel
Niewykonane - Unknown table 'forum_junior_auth_panel'
DROP TABLE forum_quickstats
Niewykonane - Unknown table 'forum_quickstats'
DROP TABLE forum_rate_results
Niewykonane - Unknown table 'forum_rate_results'
DROP TABLE forum_rate_config
Niewykonane - Unknown table 'forum_rate_config'
DROP TABLE forum_rate_result
Niewykonane - Unknown table 'forum_rate_result'
DROP TABLE forum_rate_config
Niewykonane - Unknown table 'forum_rate_config'
ALTER TABLE forum_album_cat ADD cat_parent mediumint(8) unsigned NOT NULL default '0' AFTER cat_id
Niewykonane - Duplicate column name 'cat_parent'
ALTER TABLE forum_album_cat ADD cat_type tinyint(2) NOT NULL default '0' AFTER cat_parent
Niewykonane - Duplicate column name 'cat_type'
ALTER TABLE forum_banlist DROP ban_by
Niewykonane - Can't DROP 'ban_by'; check that column/key exists
ALTER TABLE forum_banlist DROP ban_reason
Niewykonane - Can't DROP 'ban_reason'; check that column/key exists
ALTER TABLE forum_categories DROP parent_forum_id
Niewykonane - Can't DROP 'parent_forum_id'; check that column/key exists
ALTER TABLE forum_categories DROP cat_hier_level
Niewykonane - Can't DROP 'cat_hier_level'; check that column/key exists
ALTER TABLE forum_forums DROP forum_hier_level
Niewykonane - Can't DROP 'forum_hier_level'; check that column/key exists
ALTER TABLE forum_forums DROP forum_issub
Niewykonane - Can't DROP 'forum_issub'; check that column/key exists
ALTER TABLE forum_forums DROP auth_rate
Niewykonane - Can't DROP 'auth_rate'; check that column/key exists
ALTER TABLE forum_jr_admin_users DROP start_date
Niewykonane - Can't DROP 'start_date'; check that column/key exists
ALTER TABLE forum_jr_admin_users DROP update_date
Niewykonane - Can't DROP 'update_date'; check that column/key exists
ALTER TABLE forum_jr_admin_users DROP admin_notes
Niewykonane - Can't DROP 'admin_notes'; check that column/key exists
ALTER TABLE forum_jr_admin_users DROP notes_view
Niewykonane - Can't DROP 'notes_view'; check that column/key exists
ALTER TABLE forum_pa_settings ADD directly_linked int(5) NOT NULL default '0'
Niewykonane - Duplicate column name 'directly_linked'
ALTER TABLE forum_profile_fields ADD prefix varchar(255) DEFAULT '' NOT NULL
Niewykonane - Table 'zelaznykrzyz_cba_pl.forum_profile_fields' doesn't exist
ALTER TABLE forum_profile_fields ADD suffix varchar(255) DEFAULT '' NOT NULL
Niewykonane - Table 'zelaznykrzyz_cba_pl.forum_profile_fields' doesn't exist
ALTER TABLE forum_profile_fields ADD editable tinyint(1) DEFAULT '1' NOT NULL
Niewykonane - Table 'zelaznykrzyz_cba_pl.forum_profile_fields' doesn't exist
ALTER TABLE forum_profile_fields ADD view_by tinyint(1) DEFAULT '0' NOT NULL
Niewykonane - Table 'zelaznykrzyz_cba_pl.forum_profile_fields' doesn't exist
ALTER TABLE forum_sessions ADD session_admin tinyint(2) DEFAULT '0' NOT NULL
Niewykonane - Duplicate column name 'session_admin'
ALTER TABLE forum_users DROP custom_form
Niewykonane - Can't DROP 'custom_form'; check that column/key exists
ALTER TABLE forum_users DROP can_custom_form
Niewykonane - Can't DROP 'can_custom_form'; check that column/key exists
ALTER TABLE forum_users DROP page_avatar
Niewykonane - Can't DROP 'page_avatar'; check that column/key exists
ALTER TABLE forum_users DROP user_traffic
Niewykonane - Can't DROP 'user_traffic'; check that column/key exists
ALTER TABLE forum_users DROP user_allow_sig_image
Niewykonane - Can't DROP 'user_allow_sig_image'; check that column/key exists
ALTER TABLE forum_users DROP user_allow_signature
Niewykonane - Can't DROP 'user_allow_signature'; check that column/key exists
ALTER TABLE forum_users DROP user_posts_per_page
Niewykonane - Can't DROP 'user_posts_per_page'; check that column/key exists
ALTER TABLE forum_users DROP user_topics_per_page
Niewykonane - Can't DROP 'user_topics_per_page'; check that column/key exists
ALTER TABLE forum_users DROP user_hot_threshold
Niewykonane - Can't DROP 'user_hot_threshold'; check that column/key exists
ALTER TABLE forum_users DROP user_sub_forum
Niewykonane - Can't DROP 'user_sub_forum'; check that column/key exists
ALTER TABLE forum_users DROP user_split_cat
Niewykonane - Can't DROP 'user_split_cat'; check that column/key exists
ALTER TABLE forum_users DROP user_last_topic_title
Niewykonane - Can't DROP 'user_last_topic_title'; check that column/key exists
ALTER TABLE forum_users DROP user_sub_level_links
Niewykonane - Can't DROP 'user_sub_level_links'; check that column/key exists
ALTER TABLE forum_users DROP user_display_viewonline
Niewykonane - Can't DROP 'user_display_viewonline'; check that column/key exists
ALTER TABLE forum_users DROP view_ignore_topics
Niewykonane - Can't DROP 'view_ignore_topics'; check that column/key exists
ALTER TABLE forum_users DROP user_showavatars
Niewykonane - Can't DROP 'user_showavatars'; check that column/key exists
ALTER TABLE forum_users_warnings ADD warning_viewed smallint(1) DEFAULT '0' NOT NULL
Niewykonane - Duplicate column name 'warning_viewed'
ALTER TABLE forum_shoutbox DROP sb_username
Niewykonane - Can't DROP 'sb_username'; check that column/key exists
INSERT INTO forum_config (config_name, config_value) VALUES ('sendmail_fix', '0')
Niewykonane - Duplicate entry 'sendmail_fix' for key 1
INSERT INTO forum_config (config_name, config_value) VALUES ('allow_autologin', '1')
Niewykonane - Duplicate entry 'allow_autologin' for key 1 |
[ Dodano: 30-12-2008, 10:38 ]
Już wszystko działa. Można zamknąc. Dzięki za pomoc. |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,12 sekundy. Zapytań do SQL: 12 | |
 |
|