unexpected output
-
I have PRO+ Version 2.4.1 and am getting the following error when activating the plugin:
The plugin generated 307 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I installed a bebugging plugin that gives this answer:
The Issues Causing “unexpected output” are:
WordPress database error: [Unknown column ‘abbreviation’ in ‘wp_glossary_synonyms’]
ALTER TABLE wp_glossary_synonyms CHANGE abbreviation abbreviation VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_general_ci;I looked in the database and both the wp_glossary_abbreviations and wp_glossary_synonyms tables have 0 rows
- The topic ‘unexpected output’ is closed to new replies.