Needs review
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code feedapi_node
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 23:14 UTC
Updated:
12 Dec 2009 at 06:15 UTC
Pretty much in the title - if search module is not installed you get a number of php warnings about the search_* tables not existing on node_delete($nid) calls;
Adding 'search' to the list of modules to be installed/enabled resolves this - see attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi-search-test.patch | 800 bytes | owen barton |
Comments
Comment #1
owen barton commentedI have a hunch this could be due to a bug in simpletest 6.x accidentally enabling (unrequested) modules without installing them, which would explain why the hooks are firing but there is no tables. I found a couple of issues along these lines - I'll try and investigate further and see what I can find.