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