Needs work
Project:
Creative Commons
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
18 Oct 2012 at 10:35 UTC
Updated:
6 Dec 2012 at 17:48 UTC
this function causes troubles and plenty error messages even if the Option enable creativecommons extended search features is disabled. please completeley disable this "feature" as long as it causes error messages galore.
Comments
Comment #1
hermes14 commentedFollowing.
It causes me a WSOD. Here's an excerpt from apache log:
[Sun Oct 21 15:06:06 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function search_query_extract() in /srv/http/vhosts/myhost/htdocs/sites/all/modules/creativecommons/creativecommons.module on line 1513At line 1513 there's a call to search_query_extract.
Where is search_query_extract defined? Drupal 7 APIs don't mention it. It looks like it has been removed from the search module.
See http://api.drupal.org/api/search/7/search_query_extract
Please, review it, because it renders the module pretty unusable!
Comment #2
oystercrackher commentedI am getting the same error message in #1 above after I enable the module.
Fatal error: Call to undefined function search_query_extract() in C:\Melissa\Drupal\_MySites\SDTN\dev1.sdtn.com\drupal_7.x\sites\all\modules\creativecommons\creativecommons.module on line 1513
Thanks
Comment #3
kreynen commented