Closed (fixed)
Project:
Iframe
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
28 Oct 2008 at 22:52 UTC
Updated:
23 Nov 2008 at 20:32 UTC
I use Drupal 6.6 and CCK 6.x-2.0-rc10. When I created a new content Type and added a new cck-field using the iframe module the entire site when blank!!
No matter what page node I visit, this is all I get:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY></BODY>
<META content=QRJATYDIMO name=SKYPE_FRAMEID>
<META content=QRJATYDIMO name=SKYPE_FRAMEID></HTML>
| Comment | File | Size | Author |
|---|---|---|---|
| iframecreation.png | 38.09 KB | Enwebb |
Comments
Comment #1
Enwebb commentedI managed to get the site up and running again by manually remove the iframe folder from /sites/all/modules/iframe.
To be on the safe side, I deleted the iframe field that I just created (/content/node-type/externalcontent/fields). Then I copied the iframe folder back to /sites/all/modules/iframe and disabled the module in a proper way.
Comment #2
radams commentedI also use Drupal 6.6 and CCK 6.x-2.0-rc10. After I created a new content Type and added a new cck-field using the iframe module
then got message "Call to undefined function: iframe_views_content_field_data()" at which time I applied temporary patch http://drupal.org/node/314333 and then pages did not always display I had to manually refresh (each page was blank) Great as the single page itself worked well with embedding Google presentations. The author acknowleges problems with iframe module and new Views module.
Comment #3
neffets commentedfixed in 6.x-1.1 (with patch from http://drupal.org/node/314333#1 )
and fixed in 6x-1.2
I'm using it myself
iframe = 6.x-1.2
cck = 6.x-2.0 (worked with the rc-version too)
views = 6.x-2.1 (active, but not in use)
I just checked it.
Added new iframe-field and went through all steps till new node-add
No crash.
Comment #4
neffets commentedfixed