Closed (fixed)
Project:
Weight
Version:
7.x-2.2
Component:
Performance
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2013 at 11:50 UTC
Updated:
28 Mar 2013 at 05:00 UTC
Hi All,
I am getting this error while upgrading website from drupal 6 to drupal 7.
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://mywebsite.com/update.php?op=selection&token=GGvqu0mQ8LvtSRkEdqe4B2ax020d0gNcPVf3qjcY_RU&id=83563&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function field_delete_field() in /public_html/sites/all/modules/weight/weight.install on line 304
Anybody knows how to solve this fatal error ?
I have tried to get solution on forums. But no luck.
Thanks...
Monalisa
Comments
Comment #1
davisbenThat is a core function. Could you verify that it exists in /modules/field/field.crud.inc?
Comment #2
monalisab commentedHi Ben Davis,
Thank you for your reply.
Yes, I have checked this function and its exists in /modules/field/field.crud.inc file.
But still I don't know why I am getting Fatal error: Call to undefined function field_delete_field()... :(
Comment #3
davisbenI just committed a fix to 7.x-2.x that checks if the field exists before trying to delete it. This should solve your problem.
Comment #4
monalisab commentedThank You....