Closed Chirishman closed 3 months ago
Thanks @Chirishman for tracking this down and explaining the context. And this is a good use case for any other "invalid" custom column issues
Included in release 2.7.3
Thanks! This column handling fix is working great, I unpinned my container version. Unfortunately the 2.8.0 release introduced a new bug that's completely broken downloads for me so I'm rolling back again (#102). Hopefully that's a quick fix.
Since these changes I am seeing this error in the logs
Which is a call to this:
Based on the variable on that line I would guess this has to do with the fact that I have different custom columns in some of my libraries than others. Previously this was being handled without any terminating errors.
this is my
config_local.php
Certain columns like "wordcount" don't exist in the comic and manga libraries, and "parody" exists only in the fanfiction one. As I said, this hasn't caused any terminating errors until now.