Maybe we can use this thread to discuss v7.4 in general. And if anyone can help solve my issue as well!
Recently ran into a bug in v7.4, my PDF template have not change. Tried with both engine so it is an issue with both PDF engine.
The issue here is that, I don't even use the field in my PDF template but look like it still query for this data and because of that it is giving me a Error 500.
Let discuss, the error read like so: 500 Internal Server Error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'history_event.date_start' in 'field list'
The field or relationship history_event.date_start is an Event entity I create many months ago, it basically for thing that isn't a Meeting or a Task, I create a new event to documents the History of this entity (Real Estate Property extension). I don't use this field in my PDF Template.
I'm guessing to fix this I might have to do one of the following:
1) Remove relationship and re-create with the same relationship.
2) Do a Hard Rebuild using CLI?
3) Delete this column manually in my Database?
Anyone run into PDF issue yet? Appreciate if you can share your resolution or if you run into this issue yet.
Thank you.
--- EDIT1:
How annoying, it affecting all my other non-related entity too, whether if there is any relationship to the "History & Event" entity or not.
EDIT2: As the start Date is a default field for Entity type: Events, I can't even remove and re-add it.
EDIT3: I compare the date stat field in database/myPHPAdmin with the default entity Meetings. Setting wise it seem no different.
Recently ran into a bug in v7.4, my PDF template have not change. Tried with both engine so it is an issue with both PDF engine.
The issue here is that, I don't even use the field in my PDF template but look like it still query for this data and because of that it is giving me a Error 500.
Let discuss, the error read like so: 500 Internal Server Error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'history_event.date_start' in 'field list'
The field or relationship history_event.date_start is an Event entity I create many months ago, it basically for thing that isn't a Meeting or a Task, I create a new event to documents the History of this entity (Real Estate Property extension). I don't use this field in my PDF Template.
I'm guessing to fix this I might have to do one of the following:
1) Remove relationship and re-create with the same relationship.
2) Do a Hard Rebuild using CLI?
3) Delete this column manually in my Database?
Anyone run into PDF issue yet? Appreciate if you can share your resolution or if you run into this issue yet.
Thank you.
--- EDIT1:
How annoying, it affecting all my other non-related entity too, whether if there is any relationship to the "History & Event" entity or not.
EDIT2: As the start Date is a default field for Entity type: Events, I can't even remove and re-add it.
EDIT3: I compare the date stat field in database/myPHPAdmin with the default entity Meetings. Setting wise it seem no different.
Comment