XF 2.2 Strange notification in Admin>Add-ons

Abraham54

Well-known member
The notification:
"One or more add-ons currently have actions pending and may be in an inconsistent state. Because of this, some errors may be suppressed and unexpected behavior may occur. If this does not change shortly, please contact the add-on author for guidance."

I do'n't know which add-on caused it.
But it seems this is slowing the speed of my site.
 
Solution
Okay.

Can you run this query against your database and let us know which add-on IDs come up, please?

SQL:
SELECT addon_id
FROM xf_addon
WHERE is_processing = 1
One of the add-ons in your list will have a label on it that states "Action pending" and hovering over it may give you more information.

As the message states, contact the add-on author for guidance.
 
Okay.

Can you run this query against your database and let us know which add-on IDs come up, please?

SQL:
SELECT addon_id
FROM xf_addon
WHERE is_processing = 1
 
Solution
I had een update for XF Optimize this morning and the update went wrong.
Again I uploaded the zip file and the second time it installed completely.
But - after that my forum became real slow, so I removed XF Optimyze.
Everything was in order, no messages.
Only strange that XF Optimize had not delivered.

This afternoon I returned to admin en there it prominently was, the red message, only I did not connect it with XF Optimize.
 
Top Bottom