You are correct. I looked into database and it seems I don't have there some rows. If I go one by one the following rows are missing:
Seems some configs are missing. I've just installed phpbb and some extensions to do some tests in a NAS and I've faced no problem. But I write here an mySQL to recheck all config values:Code:
INSERT IGNORE INTO phpbb_config (config_name, config_value, is_dynamic) VALUES('thanks_ajax', 1, 0), ('thanks_counters_view', 1, 0), ('thanks_forum_reput_view', 1, 0), ('thanks_global_announce', 1, 0), ('thanks_global_post', 0, 0), ('thanks_info_page', 1, 0), ('thanks_number', 100, 0), ('thanks_number_digits', 2, 0), ('thanks_number_post', 10, 0), ('thanks_number_row_reput', 5, 0), ('thanks_only_first_post', 0, 0), ('thanks_post_reput_view', 1, 0), ('thanks_post_view_guests', 1, 0), ('thanks_post_view_robots', 1, 0), ('thanks_postlist_view', 1, 0), ('thanks_profilelist_view', 1, 0), ('thanks_reput_graphic', 1, 0), ('thanks_symbol_remove', 'fa-recycle', 0), ('thanks_symbol_thanks', 'fa-thumbs-o-up', 0), ('thanks_time_view', 1, 0), ('thanks_top_number', 15, 0), ('thanks_topic_reput_view', 1, 0);
thanks_counters_view
thanks_global_post
thanks_info_page
thanks_number
thanks_only_first_post
thanks_postlist_view
thanks_profilelist_view
Here is screenshot:
Statistics: Posted by leschek — Mon Apr 01, 2024 6:23 pm