The code in textile_requirements() in the install file checks for the runtime phase, but .install files are not loaded at runtime. Because it checks for the runtime phase, the requirement-checking code is never executed (when the .install file is loaded, we're in the 'install' phase).

Even if that were fixed, the code would fail because it calls a function from textile.module which is not loaded at installation time. This code belongs in textile.module.

Comments

telcontar’s picture

Status: Active » Closed (works as designed)

The update status page loads the install file. Never mind.