Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Plugin error after Confluence upgrade.

Deleted user May 1, 2013

After upgrading from 3.5 to 5.1.1, I have 2 plugins that show this error:

Any ideas?

1283466076000upload_4b96494c_12aaf71b179__7f92_00000707.tmp

This add-on could not be loaded. It has one or more errors which prevent it from being enabled.

2 answers

1 accepted

5 votes
Answer accepted
Ryan Goodwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2013

Hi Nashmarkt,

I've seen this before, and it takes manual manipulation of the database to remove. Connect to your database run this query:

select plugindataid, pluginkey from plugindata;

You should see the .tmp add-on in the output under pluginkey. Note the dataid. Then run this query:

delete from plugindata where plugindataid = <id from query 1>;

You'll need to restart Confluence after this.

The add-on should now be removed from the UPM. You can try adding it again via the web or uploading it manually.

Hope this helps!

1 vote
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 1, 2013

Hi there,

I believe the problem might be the plugin not compatible with the newer version of Confluence. I suggest to remove and install the newest version of the plugin again (assuming it has a compatible version between Confluence and the plugin itself) to see if this corrects the issue.

I hope this helps!

Regards,

Rodrigo

Deleted user May 1, 2013

There is no option to remove it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events