Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on clearing ext data #90

Open
KotM opened this issue Mar 27, 2017 · 1 comment
Open

Fatal error on clearing ext data #90

KotM opened this issue Mar 27, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@KotM
Copy link

KotM commented Mar 27, 2017

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
Copy link
Author

KotM commented Mar 27, 2017

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

@RobertHeim RobertHeim added the bug label Mar 27, 2017
@RobertHeim RobertHeim added this to the 2.0.0 milestone Mar 27, 2017
@RobertHeim RobertHeim self-assigned this Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants