I am finding that the installation of Entity Boxes is triggering behavior in the Entity system that requires other entity-based modules to already have database setup. On fresh site installs, this can be a blocking problem :)

After spending a good amount of time on it, I've identified this to be a PITA, and put together the attached patch for my own makefile, hopefully it points out the shortcut workaround until someone can reproduce and dig in at greater length.

Comments

Grayside’s picture

StatusFileSize
new358 bytes

Another bad hack.

Grayside’s picture

StatusFileSize
new358 bytes
hefox’s picture

hefox’s picture

StatusFileSize
new1.24 KB

Patch in vien of previous in that won't catch all occurances :/, but will catch the two core ones I saw (taxonomy/rdf)

hefox’s picture

StatusFileSize
new1.29 KB

Need to include install.inc

hefox’s picture