I installed the audiofield.module and everything went ok. I was able to modify one of my existing "Article" content type to add in the audio field type.
However, after that when I went to /admin/content/types/article/template to modify the template of "Article", I got a blank page with a php error complaining (paraphrased):
undeclared function _field_file_load at line 316 of audiofield.module
I checked through the code and added this below line 312:
require_once(drupal_get_path('module', 'audiofield') .'/multimediafile.inc');
That solved the problem.
Aside from that, thanks for the great module!
Comments
Comment #1
asanvicente commentedI can confirm this worked for me. Thanks!
Comment #2
xykon commentedThis has to be done for the videofield.module too.
Comment #3
lynnpauls commentedxycon, thanks for the patch, it fixed the issue
Comment #4
a_c_m commentedI've just taken over maintainer of this module, this is a old issue thats not been updated in a long time, if its still a problem/of interest please re-open it.