Active
Project:
References
Version:
7.x-2.1
Component:
Code: user_reference
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Mar 2013 at 17:45 UTC
Updated:
15 May 2013 at 06:03 UTC
I just get 500 error. In the apache logs I get this message:
[Tue Mar 05 18:39:54 2013] [error] [client 88.13.47.98] PHP Fatal error: Cannot redeclare user_reference_field_schema() (previously declared in /home/telelux0/www/sites/all/modules/references/user_reference/user_reference.module:52) in /home/telelux0/www/sites/all/modules/references/user_reference/user_reference.install on line 29
I can not update database nor run cron...
How can I trace this.?
Comments
Comment #1
krex commentedI just ran into this same problem. I was able to access my site, but attempting to load any of the administration pages gave me a 500 error. I was able to resolve it by deleting the install files:
/sites/all/modules/references/user_reference/user_reference.install
/sites/all/modules/references/user_reference/node_reference.install
Obviously not ideal, but it will get you to the point where you can get your admin pages back and start dealing with things from there.
Comment #2
ginkgomzd commentedlooks that hook_field_schema is declared twice.
removing the install file worked for me too.
Comment #3
Alex Andrascu commentedComment #4
chefnelone commentedRemoving the install file worked for me too.