Hello: I'm having what seems like a strange problem. I see data in my database for some custom fields, but it isn't being loaded by node_load.
Any ideas about how to "force" D7 to load whatever's there? Or give some comment about why it's not loading the data?
mysql> select * from field_data_field_question_latex f where entity_id=60931; +-------------+----------+---------+-----------+-------------+----------+-------+-------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+ | entity_type | bundle | deleted | entity_id | revision_id | language | delta | field_question_latex_preamble | field_question_latex_metadata | field_question_latex_document
| field_question_latex_format | +-------------+----------+---------+-----------+-------------+----------+-------+-------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+ | node | question | 0 | 60931 | 14510 | und | 0 | %none for now | | i want to share two examples which demonstrate that limit may not commute with operation of composition and very aptly illustarte the neighborhood definition of limit. | tex_editor | +-------------+----------+---------+-----------+-------------+----------+-------+-------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+
dpm(node_load(60931)); ... field_question_latex (Array, 0 elements) ...