Call to undefined function translation_overview_field_name()
ailgm - May 24, 2009 - 20:11
| Project: | Translation Overview |
| Version: | 6.x-2.2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I tried to apply the 6.x-2.2 update, and encountered this error when running update.php:
An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.
Please continue to the error page
An error occurred. http://www.SITENAME.com/update.php?id=2&op=do
Fatal error: Call to undefined function translation_overview_field_name() in D:\Inetpub\vhosts\SITENAME.com\httpdocs\modules\translation_overview\translation_overview.install on line 116
Please advise.

#1
Hum, I'd have thought that the module would be loaded at that point. No one else has reported it so it must be something a bit unique. Anyway try out the attached patch. It makes sure the module is loaded so we have access to that function.
#2
I have the same error? Same message.
#3
moplin, did you try the patch? did it have any effect?