Posted by davidwhthomas on February 2, 2012 at 1:55am
4 followers
| Project: | Nodequeue |
| Version: | 7.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Got this error which killed the page.
Apachesolr has changed this function from
apachesolr_mark_node($nid) to
apachesolr_mark_entity('node', $nid);
Patch attached.
cheers,
DT
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| nodequeue-apachesolr-fix.patch | 546 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 0 pass(es). | View details | Re-test |
Comments
#1
This appears to be already fixed in the latest -dev version, if you check the codebase. Thanks for the patch though!
#2
Ah glad to hear it.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Still getting error need some improvements in patch. While removing the nodes from nodequeue.
#5
I have done some improvements on the existing patch.