changelog missing after upgrade to 3.5 *unrelated to 3.5 #12429
-
The upgrade completed without issue, but I'm getting a server error when I try to access the Change Log.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is captured by #11335, and happens when the changelog contains a record for a type of object which no longer exists (e.g. because a plugin has been removed.) |
Beta Was this translation helpful? Give feedback.
-
There's a script for nbshell here if you choose to remove the entries: You would need to play around with the query to find the ContentTypes belonging to the plugin you removed. |
Beta Was this translation helpful? Give feedback.
There's a script for nbshell here if you choose to remove the entries:
#7149 (comment)
You would need to play around with the query to find the ContentTypes belonging to the plugin you removed.