* Field storage_object.md5: no Schema type for mysql type binary.
* Field storage_object.whirlpool: no Schema type for mysql type binary.

As I see that the dev version is much more recent than the 1.2 verson, I removed Storage API module(tick off, admin/build/modules/uninstall, remove module, rebuild permissions, upload& extract dev version).

=> same errors reamin on /admin:
* Field event_timezones.offset: no Schema type for mysql type time.
* Field event_timezones.offset_dst: no Schema type for mysql type time.
* Field storage_object.md5: no Schema type for mysql type binary.
* Field storage_object.whirlpool: no Schema type for mysql type binary.

(& of course on the Schema pages)

Comments

jbrown’s picture

Status: Active » Closed (works as designed)

This is just a problem with the schema module not understanding database specific types.

Rhino-new’s picture

Thanks for your reply jbrown. I find that I get the alert;

Field storage_file.whirlpool: no Schema type for mysql type binary.
Field storage_file.md5: no Schema type for mysql type binary.
jwplayer_preset.machine_name is part of the primary key but is not specified to be 'not null'.

The last one is related to jwplayer and I'll sort it out, but I'm happy to find that the two first ones are simply a harmless message that I needen't worry about right now. Thanks.

--- I only get this on the schema page. It never shows on any other admin page.