@angus, getting this old error again, despite having patched it:
StandardError in ListController#latest
Attempting to access a non preloaded custom field, this is disallowed to prevent N+1 queries.
Extracted source (around line #160):
else
# for now you can not mix preload an non preload, it better just to fail
raise StandardError, "Attempting to access a non preloaded custom field, this is disallowed to prevent N+1 queries."
end
end
end
Any ideas how to resolve? It was installed once before, could the existing data be breaking it?
Basic question - I don’t think this fully eradicates the historic presence of a plugin, right - is there something one might need to clear out in the DB via the API?
Could you explain a bit more what you’re thinking here? If the plugin itself is removed, removing the tmp file will remove the temporary memory that may have references to the plugin.
If the plugin stores anything in custom fields that data will remain.