- Issue created by @erutan
- πΊπΈUnited States mortona2k Seattle
I had this error, and I had Storage Entities installed, but after uninstalling Storage Entities, I still have the error.
I'm able to create a new project, install Storage Entities, add a date (only) field, and set up a fullcalendar view.
Disabling ajax fixes my broken view.
This seems like an issue with ajax, unrelated to Storage Entities.
- π¨π¦Canada mandclu
I ran into this error myself doing some testing on an unrelated issue. Based on my own experience the problem is unrelated to the Storage module, but can be reproduced on a content type (node bundle) by using a datetime field.
The problem is this line within
fullcalendar.views_execution.inc
:
$data['field_max'] = str_replace('_value,', '_end_value,', $data['field_min']);
- πΊπΈUnited States dcam
Sorry, I'm unable to review this because I can't reproduce the issue. I set up a new content type, added a single-valued datetime field, generated content, and created a few that uses AJAX. I don't get an AJAX error and nothing appears in my logs.
Am I missing a step?
- πΊπΈUnited States mortona2k Seattle
Patch fixed it for me, with the simple case from my comment above.
Code change looks fine, but I'm not sure what variations of data will be seen here.
-
mandclu β
committed 12631d4a on 3.0.x
Issue #3507581 by mandclu: AJAX error: SQLSTATE[42S22]: Column not found...
-
mandclu β
committed 12631d4a on 3.0.x