Module Loading in a Different Order on Live Site Than in Dev Site
Posted Dec 15 2010 11:10am
I ran into an issue yesterday where Hierarchical Select (along with Content Taxonomy and CCK) wasn't saving the data I selected. But this happened only after I switched my development site to go live.
I started back tracing through HS (hierachical select) and noticed it was looking for #field_info inside $form.... but it wasn't their. So then I checked CCK and noticed that it was being loaded way way after HS.
Then I checked weight... they had the same weight... confusing.
I ran into an issue yesterday where Hierarchical Select (along with Content Taxonomy and CCK) wasn't saving the data I selected. But this happened only after I switched my development site to go live.
I started back tracing through HS (hierachical select) and noticed it was looking for #field_info inside $form.... but it wasn't their. So then I checked CCK and noticed that it was being loaded way way after HS.
Then I checked weight... they had the same weight... confusing.