Problem: Disabling the account via "wp-admin/options-general.php?page=theia-smart-thumbnails&tab=account" does not remove the account information from the database. When the license key is changed, the account associated with the new key is not automatically used if a different account (with a different license key) was previously connected with Theia Smart Thumbnails.
Solution: Find and Delete the following from the WP Options Table:
SELECT * FROM `_options` WHERE `option_name` LIKE 'fs_accounts'
SELECT * FROM `_options` WHERE `option_name` LIKE 'fs_api_cache'
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.