Maintenance for the week of November 24:
• PC/Mac: No maintenance – November 24
The connection issues for the European PC/Mac megaserver have been resolved at this time. If you continue to experience difficulties at login, please restart your client. Thank you for your patience!
Most addons related to inventory lists broke because ZOs changed a column's control from "SellPrice" to "SellPriceText".
They moved the original label "SellPrice" to that new name "SellPriceText" and all addons accessing something like label:SetText now break as "SellPrice" is just a container control around that and does not provide that function SetText anymore.
So you can check if the error messages tells you the line and in that line check if there is somehting with "SellPrice" and change it to "SellPriceText" and reload the UI, maybe it fixes it.
If not, wait for official addon updates as often it is "not that simple" unfortunately