I ran the node patch, and got this:

patching file node.module
Hunk #1 FAILED at 512.
1 out of 1 hunk FAILED -- saving rejects to file node.module.rej

It failed to update the module. Is this because the node.module has changed since it was written? Any ideas?

Thanks.

-CS

Comments

FiReaNGeL’s picture

Seems like it - but it's quite a simple patch, you could probably patch it manually, it's just 1 line. I'll investigate on that, something must have changed in the past updates.

ccshannon’s picture

Thanks. Node.module no longer calls specific field names in the select query. Instead, it gets the names from the original node table schema.

I attempted to add the quickstats_views field to the select query, and the PHP was correct, but I got the preg_match bootstrap error after that. Please see http://drupal.org/node/391352#comment-1498446 for more info. Thanks!