ok als ich die hierarchy_db_migrate.php ausgeführt
habe kam dieser Bericht:
Code: Alles auswählen
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 43 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 63 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 72 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 73 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 78 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 105 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 288 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 387 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 388 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 509 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 529 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 594 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 595 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 831 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 901 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 911 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 955 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1223 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1463 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1538 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1568 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1676 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 1967 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 2157 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 2406 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
# SELECT cat_id FROM phpbb_album_cat WHERE cat_user_id = 2630 AND cat_parent = 0 LIMIT 1
ERROR: Unknown column 'cat_user_id' in 'where clause'
un bei der hierarchy_db_install.php kam das:
Code: Alles auswählen
# ALTER TABLE `phpbb_album_cat` ADD `cat_parent` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_approval`
+++ Error: Duplicate column name 'cat_parent'
# ALTER TABLE `phpbb_album_cat` ADD `cat_user_id` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_parent`
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_thumb', '0')
+++ Error: Duplicate entry 'show_index_thumb' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_total_pics', '0')
+++ Error: Duplicate entry 'show_index_total_pics' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_last_pic', '0')
+++ Error: Duplicate entry 'show_index_last_pic' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_pics', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('line_break_subcats', '0')
+++ Error: Duplicate entry 'line_break_subcats' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_subcats', '1')
+++ Error: Duplicate entry 'show_index_subcats' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_total_comments', '0')
+++ Error: Duplicate entry 'show_index_total_comments' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_comments', '0')
+++ Error: Duplicate entry 'show_index_comments' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_index_last_comment', '0')
+++ Error: Duplicate entry 'show_index_last_comment' for key 1
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_recent_in_subcats', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_recent_instead_of_nopics', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_personal_gallery_link', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_allow_gallery_mod', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_allow_sub_categories', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_sub_category_limit', '-1')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_show_subcats_in_index', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_show_recent_in_subcats', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('personal_show_recent_instead_of_nopics', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('album_category_sorting', 'cat_order')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('album_category_sorting_direction', 'ASC')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('album_debug_mode', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('show_all_in_personal_gallery', '0')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('new_pic_check_interval', '1M')
+++ Successfull
# INSERT INTO `phpbb_album_config` ( `config_name` , `config_value` ) VALUES ('index_enable_supercells', '1')
+++ Successfull
so wie gehts weiter?
EDIT:
so nun hab ich versucht eine neue Kategorie anzulege, das
hat auch geklappt, nur leider sehe ich sie nur im album und
nicht in der Kategorieverwaltung.
Die Alten kategorien sind natürlich auch nicht zu sehen.