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!

CommentFileSizeAuthor
#2 videomodule.patch454 bytesxykon

Comments

asanvicente’s picture

I can confirm this worked for me. Thanks!

xykon’s picture

StatusFileSize
new454 bytes

This has to be done for the videofield.module too.

lynnpauls’s picture

xycon, thanks for the patch, it fixed the issue

a_c_m’s picture

Status: Needs review » Closed (fixed)

I'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.