I didn't turn on the GD2 toolkit module, which I should have done. The resulting problems really had me stumped for a fair while! There were no obvious errors, just a broken image (cause it wasn't being created). The logs gave the best clue, but even there it wasn't obvious that I just needed to turn on one of the toolkit modules.

Could you handle this case a little nicer for donkeys like me who don't turn on the other module(s)? :)

Comments

drewish’s picture

Version: 5.x-1.1 » 6.x-1.x-dev

The requirements system doesn't allow us to say that you need to install one of x modules. I suppose we could a hook_requirements test to ensure that a toolkit is installed. This would need to happen in 6 and be backported though.

dopry’s picture

I guess we should do a hook_requirement patch... I don't think there is great necessity to backport. I'll be moving on to D6 only development soon enough.

dopry’s picture

Status: Active » Fixed

I've rearranged the hook_requirements approproately.

webchick’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.