When working with the last dev I got Fatal error: Class 'TaxonomyTermController' not found, which seems to depend on a dependencie in the newly added code in the repo.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | check_for_class-1361912-9.patch | 2.71 KB | langworthy |
| #6 | check_for_class-1361912-4.patch | 2.66 KB | misc |
| #3 | check_for_class-1361912-2.patch | 3.18 KB | misc |
| #1 | taxonomy_and_field_as_dependencies_1361912_1.patch | 473 bytes | misc |
Comments
Comment #1
misc commentedAttached patch, also included field as an dependencies, because of that I think it should be enabled to use the field storage module.
Comment #3
misc commentedNew patch, I think this is a better one, that checks if the class exists instead, also check the others classes.
Comment #5
fgmCan you really think of a situation where the DrupalDefaultEntityController will not be available ? It is defined in the core includes, not in a module, so should always be present.
Comment #6
misc commentedYou are right, that one we should not need to check . New patch attached.
Comment #7
misc commentedComment #9
langworthy commentedI wasn't able to apply the patch in #6.
I think this will work.
Comment #11
misc commentedComment #12
fgmMiSc: where do you want to port this patch ? There is no entity system in D6 and module does not yet have a D8 branch.
Comment #13
misc commentedSorry wrong state. By accident I used that state for all patches that I was applying to the latest dev when trying them out, it shuld have been RTBC for all...
Patch was applied to 7.x-1.x
Comment #14
misc commented