I had to apply this nasty work arround.
----------------------------------------------------------------------------
--- modules/node.module 2006-08-24 10:00:30.000000000 -0300
+++ modules/node.module.orig 2006-08-24 09:59:07.000000000 -0300
@@ -527,7 +527,7 @@
function node_prepare($node, $teaser = FALSE) {
$node->readmore = (strlen($node->teaser) < strlen($node->body));
if ($teaser == FALSE) {
- //$node->body = check_output($node->body, $node->format);
+ $node->body = check_output($node->body, $node->format);
}
else {
$node->teaser = check_output($node->teaser, $node->format);
----------------------------------------------------------------------------I belive is something with cache_get() defined in includes/bootstrap.inc, used by check_output(). Someting like a wrong table definition o corrupted 'cache' table. But this is just a guess, since I couldn't understand how cache works. -- Nicolás D. César <[EMAIL PROTECTED]> Lunix S.R.L. -[ http://www.lunix.com.ar ]- GnuPG Public Key: gpg --keyserver wwwkeys.pgp.net --recv-key 0x3606F3E6
pgpj55Q2gQemV.pgp
Description: PGP signature

