Closed (fixed)
Project:
Media Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2007 at 19:09 UTC
Updated:
25 Jun 2008 at 20:27 UTC
So, the download on the project page doesn't include the require_once fix for 1.7 the -dev release does, but this seems like not just a -dev bug, err... formatter is unusable without it.
I can't tell what version it actually contains as the .module file doesn't have ID tags.
If you include at the top of your files
<?php
/** $Id$ **/
as per http://drupal.org/node/546 and here http://drupal.org/node/82926
CVS will then fill in the appropriate version for you.
But the require_once fix works, just needs to be included in your 5.x - or let people know to use the -dev release.
Thanks!
Comments
Comment #1
a_c_m commentedI've just taken over maintainer of this module , old issue thats not been followed up by the author, if its still a problem re-open the issue and update it.