Asynchronous breaks with CCK.

In a clean Drupal 6 test instance, I have install Asynchronous well as Page Renderer, and Chrysalis. At first, everything works, admin pages load, nodes load, etc. I then go and install CCK. I enable only Content, and Text modules. I go to a content and add a text field. All content in that node type will no longer load, even if there is no value in the field. If I hide all the fields in the display setting, I will get the pages again.

Comments

japanitrat’s picture

subscribe

opi’s picture

Same problem.

Something strange happend : CCK node won't load, but a view of cck node will load...

opi

opi’s picture

I find my way out of this bug :

In my content type settings > display fields, I select "hidden" both for teaser & full node.
My fields are still available in my node-contenttype.tpl.php

luckysmack’s picture

same issue, although i dont want to hide all of my fields from teaser or full node display.

asak’s picture

subscribing.

redijedi’s picture

subscribing

spython’s picture

This can be circumvented in a naughty way. By rendering the teaser (with non hidden cck fields) manually in your template file.