Solution: update {system} table at combo_field_storage_install and set weight of this module greater then any field_storage module has and clear some caches (at this moment i do not know exactly which - i used phpmyadmin and admin_menu for that after module installed and i found problem).

(because mongodb_field_storage_entity_query_alter($query) is called after combo_field_storage_entity_query_alter($query) when both have weight = 0).

(probably i didnt found that but i need to change combo_field_storage_query for my purposes)

Comments

bugagain’s picture

fields are not storing in mysql

kmajzlik’s picture

did you trried to alter module's weight?

bugagain’s picture

yes, I tried 100 and -100. no tables are still created.

bugagain’s picture

I used a fresh drupal installation, installed and enabled all the modules provided in http://drupal.org/project/mongodb and then installed http://drupal.org/project/combo_field_storage. My work is stalled. Please help me out.

bugagain’s picture

Priority: Normal » Critical

Any updates on how to get this working?