Patch didn't update
ccshannon - April 3, 2009 - 01:53
| Project: | Quickstats |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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.
#2
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!