Recent activity
Subscribe to this feed
Alwyn Wong replied on May 21, 2009 05:45 to the problem "Problems with plugins in Confluence 2.10.3" in CustomWare:
Hi robert,
By default the widget connector is installed with Confluence 2.10 but you do have the option to disable this plugin however, it will unlikely fix the problem by disabling the plugin.
You can run the below query to find the extra record (assuming the problem is the same):
select plugindataid, pluginkey,filename,lastmoddate from plugindata
Look for extra.widgetconnector record.
Alwyn Wong replied on May 21, 2009 02:49 to the problem "Problems with plugins in Confluence 2.10.3" in CustomWare:
There is a case where certain plugins were not loading correctly in Confluence 2.10.3.
The plugins that were affected includes:
Scaffolding
Linking
Reporting
Widget Connector
In this case, there was an additional record in the database for the extra widget connector plugin. Once that additional record was deleted from the database(using sql), the other pluigns started working(Scaffolding, Linking, Reporting etc).
It is probably worth checking for duplicate records for people that are experiencing the same problem with loading plugins in Confluence 2.10.3.
Here is the sample query used to remove the duplicate entry:
delete from plugindata where plugindataid='[plugin-id]' (Extra extra.widgetconnector record id)
where [plugin-id] was the Extra extra.widgetconnector record id
Loading Profile...
