Closed (fixed)
Project:
Recruiter Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 09:33 UTC
Updated:
2 Feb 2012 at 03:10 UTC
Fatal error: Cannot redeclare recruiter_job_search_facetapi_default_facet_settings() (previously declared in E:\wamp\www\profiles\recruiter\modules\recruiter_features\recruiter_job_search\recruiter_job_search.facetapi.inc:11) in E:\wamp\www\profiles\recruiter\modules\recruiter_features\recruiter_job_search\recruiter_job_search.facetapi_defaults.inc on line 286
Comments
Comment #1
klausiLooks like you did not correctly update recruiter_features. Remove the whole recruiter_features folder, then place the new version there. When using Git you should not encounter this problem, as Git removes files correctly.
Comment #2
kaizerking commentedI did the same way, i removed the complete folder and replaced with new one, until last update there was no issue, only the lasted dev only give problem.after i got this error i replaced the new one with the old one , it works normal
Comment #3
dasjomake sure you delete recruiter_job_search/recruiter_job_search.facetapi.inc
Comment #4
kaizerking commentedI removed the file now i get this following error
Fatal error: Cannot redeclare recruiter_resume_search_facetapi_default_facet_settings() (previously declared in E:\wamp\www\profiles\recruiter\modules\recruiter_features\recruiter_resume_search\recruiter_resume_search.facetapi.inc:11) in E:\wamp\www\profiles\recruiter\modules\recruiter_features\recruiter_resume_search\recruiter_resume_search.facetapi_defaults.inc on line 518
Comment #5
dasjowell you also need to remove "recruiter_resume_search/recruiter_resume_search.facetapi.inc"
see that in the following commit when updating facet api the files changed
http://drupalcode.org/project/recruiter_features.git/commit/943b37275b0e...
Comment #6
kaizerking commentedYes, that worked thanks. For any one else who have same the problems, you can disable the old search facets module to clean up.