Closed (fixed)
Project:
Video
Version:
6.x-2.8
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Dec 2009 at 16:53 UTC
Updated:
11 Dec 2009 at 14:41 UTC
I can not seem to move past the following error:
Fatal error: Cannot redeclare theme_video_play_flash() (previously declared in /home/xxx/modules/video/includes/common.inc:67) in /home/xxx/modules/videofield/common.inc on line 101
I have tried changing my video.module file with the recommended change from include to include_once (as suggested at http://drupal.org/node/298196) and I'm still receiving the error code.
Any help would be much appreciated.
Comments
Comment #1
tamerzg commentedThis happened because videofield module had same function name for theming functions as Video module. This is been resolved with newest verision of videofield: http://drupal.org/project/videofield