Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jun 2008 at 12:08 UTC
Updated:
20 Nov 2015 at 01:37 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI just deleted the file spike.inc and the problem was solved.
Comment #2
henns20 commentedthanks that worked - but weird workaround:)
Comment #3
steinmb commentedDrupal 5.9
Latest emfield module
I also got it and fixed it by removing spike.inc.
Is this the reason for the bug? http://www.clickz.com/showPage.html?page=3625348
Both spike.inc and ifilm.inc is defining "function video_cck_spike_info() {}" so my guesses is that the latest upgrade script of this module is failing in removing the outdated spike.inc.
I have looked into: contrib/video_cck.install but can't find any cleanup script of this mess. I have also looked into the CVS and spike.inc is no longer a part of the official install anymore. ifilm.inc was added 14 months ago.
--
steinmb
Comment #4
SabbeRubbish commentedHi,
I had the same issue today, a while ago I updated all modules including CCK and Embedded Media Field. Obviously my spike.inc also got stuck. I am using Drupal 5.12 and CCK 5.x-1.10 and Embedded Media Field 5.x-1.3 (the currently latest stable versions - except for Drupal core).
Just to let you know that this is indeed still a problem. First only the Add/Edit video didn't work.
But after a few more page reloads, the entire site went down. The only thing returned was a blank page.
After commenting out the E_ALL in my .htaccess (showing all errors again), I got the Fatal error like you guys described here.
So: patch needed.
Comment #5
aaron commentedwrong issue queue.
Comment #6
aaron commentedit's the other way around. you need to remove ifilm.inc, which is no longer included as a provider. when upgrading the module, remove the entire emfield folder and replace it with the new, which won't have that included.