RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

Fatal error on clearing ext data #90

Open KotM opened 7 years ago

KotM commented 7 years ago

When I'm trying to remove all installed data for this extension, I'm getting the following error:

SQL ERROR [ mysql4 ]

Table 'sc-phpbb3.2.phpbb3_rh_topictags_tag' doesn't exist [1146]

SQL

SHOW COLUMNS FROM phpbb3_rh_topictags_tag

BACKTRACE

FILE: (not given by php) LINE: (not given by php) CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 999 CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysql.php LINE: 191 CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/tools/tools.php LINE: 885 CALL: phpbb\db\driver\mysql->sql_query()

FILE: [ROOT]/phpbb/db/tools/tools.php LINE: 902 CALL: phpbb\db\tools\tools->sql_list_columns()

FILE: [ROOT]/phpbb/db/tools/tools.php LINE: 602 CALL: phpbb\db\tools\tools->sql_column_exists()

FILE: (not given by php) LINE: (not given by php) CALL: phpbb\db\tools\tools->perform_schema_changes()

FILE: [ROOT]/phpbb/db/migrator.php LINE: 711 CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php LINE: 658 CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php LINE: 586 CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php LINE: 514 CALL: phpbb\db\migrator->try_revert()

FILE: [ROOT]/phpbb/db/migrator.php LINE: 488 CALL: phpbb\db\migrator->revert_do()

FILE: [ROOT]/phpbb/extension/base.php LINE: 108 CALL: phpbb\db\migrator->revert()

FILE: [ROOT]/phpbb/extension/manager.php LINE: 354 CALL: phpbb\extension\base->purge_step()

FILE: [ROOT]/includes/acp/acp_extensions.php LINE: 283 CALL: phpbb\extension\manager->purge_step()

FILE: [ROOT]/includes/functions_module.php LINE: 676 CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php LINE: 82 CALL: p_master->load_active()

On attempt to enable the ext again the following error is displayed and and the extension stay disabled: robertheim_topictags_whitelist param does not exist (my translation).

So, I can't neither clearly remove the extension nor enable it again.

KotM commented 7 years ago

As I see much users have the same issue without any reactions from ext owner... :(

https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/166191