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>
CommentFileSizeAuthor
iframecreation.png38.09 KBEnwebb

Comments

Enwebb’s picture

I 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.

radams’s picture

I 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.

neffets’s picture

Assigned: Unassigned » neffets
Status: Active » Fixed

fixed 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.

neffets’s picture

Version: 6.x-1.1 » 6.x-1.2

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.