Rainlab/Blog plugin on WinterCMS+Postgres #274
-
Hi all. I am getting an error retrieving post attachments. SQL error is SQL Error [42883]: ERROR: operator does not exist: character varying = integer The query is:
The problem seems to be attachment_id type varchar that is compared with an integer. I have no experience with Laravel and I wonder if this is a problem with Laravel, with WinterCMS or Blog Plugin. Any help is appreciated. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@jsebaf This is a known issue - a change introduced in Laravel 6 brought in a way to define key types, which is conflicting with our We do have a fix for this as part of #216, but since it is a compatibility-breaking fix, we can't release it until the next minor version of Winter CMS. |
Beta Was this translation helpful? Give feedback.
@jsebaf This is a known issue - a change introduced in Laravel 6 brought in a way to define key types, which is conflicting with our
system_files
table implementation. See here for more info: wintercms/wn-blog-plugin#16We do have a fix for this as part of #216, but since it is a compatibility-breaking fix, we can't release it until the next minor version of Winter CMS.