Closed (cannot reproduce)
Project:
Localization update
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2012 at 18:20 UTC
Updated:
6 Feb 2013 at 10:08 UTC
Hi,
When I try to access to /admin/config/regional/translate/update
or,
when I active l10n_update, I have the following error :
Fatal error: Call to undefined function update_get_available() in sites/all/modules/l10n_update/l10n_update.project.inc on line 47
Website run on 1and1 shared hosting. But this module run fine before update to Drupal 7.15 (from 7.14).
What should I do ? Any tips ?
Comments
Comment #1
infinito commentedHave you enabled "Update manager" under Modules?
Comment #2
infinito commentedI've tried on Drupal 7.16 - Both with update module enabled and disabled. Can't reproduce.
The function called is found withing the core update module, but it is only called if module is enabled.
It could be a corrupt system table in your database, which has marked the module as enabled but it hasnt been properly initialized.
Try to disable and enable the update manager module and see if its helps.
Comment #3
sutharsan commentedClosing the issue as infinito could not reproduce the issue.
Comment #4
crevillo commentedHi. I've just ran into this same issue. I was given a project that need some updates and found this error trying drush up. It was a 6.22 version btw.
It happened that the site had Update Notifications Disable module enabled. This module does a (imho) dirty thing adding a update.module file. At the end what it does is kinda override core module to make this core module do nothing at all. It makes it even not appear on the module list.
To make the thing work again what i did was
Hope it may help somebody.