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
Comment #1
japanitrat commentedsubscribe
Comment #2
opiSame problem.
Something strange happend : CCK node won't load, but a view of cck node will load...
opi
Comment #3
opiI 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
Comment #4
luckysmack commentedsame issue, although i dont want to hide all of my fields from teaser or full node display.
Comment #5
asak commentedsubscribing.
Comment #6
redijedi commentedsubscribing
Comment #7
spython commentedThis can be circumvented in a naughty way. By rendering the teaser (with non hidden cck fields) manually in your template file.