BUG: Cannot add social accounts
-
Hi there,
I’ve just installed the latest version of the plugin but it has an ugly bug:
There are 3 table created on the installation:
microblogposter_user_accounts
microblogposter_old_items
microblogposter_logsBut the scripts tries to use (many times in fact) a table called microblogposter_accounts that does not exist:
WordPress Table ‘xxxx_microblogposter_accounts’ doesn’t exist para a consulta SELECT * FROM xxxx_microblogposter_accounts WHERE type=’flickr’ AND account_id NOT IN (SELECT DISTINCT account_id FROM xxxx_microblogposter_accounts) feita por require_once(‘wp-admin/admin.php’), do_action(‘settings_page_microblogposter’), call_user_func_array, microblogposter_settings_output, microblogposter_show_mini_control_dashboard, MicroblogPoster_Poster::get_accounts_objectAlso there is no unstall function which leaves lots of garbage after removing the plugin.
- The topic ‘BUG: Cannot add social accounts’ is closed to new replies.