stefanmf

Results 4 comments of stefanmf

I am facing the exact same problem, updating from the same versions (3.4.11 to 3.6.4.3). Any help much appreciated. Craft version: 3.1.29 PHP version: 7.2.16 Database: MySQL 5.7.19 Other plugins:...

sure, here is a stack trace: ``` Status: Internal Server Error Response: Exception (Database Exception) 'yii\db\Exception' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'content.field_projectData_mapLocation' in 'field list' The...

@kgrote I do not think this is related to my original issue. You probably need to prefix your type and postDate variables with "owner." if the asset field is inside...

@svale This sounds exactly like my problem. Regarding your solution by replacing `{owner.owner.owner.slug}` with `{entry.slug}`, to my understanding this will not work since you can't reference the entry in an...