Closed (cannot reproduce)
Project:
Localization update
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 07:38 UTC
Updated:
6 Jan 2013 at 13:32 UTC
When I run cron.php this warning show me:
user warning: Table 'mysite.l10n_update_file' doesn't exist query: SELECT p.name, l.language AS lang, f.* FROM l10n_update_project p LEFT JOIN l10n_update_file f ON p.name = f.project INNER JOIN languages l ON l.language = f.language WHERE p.status = 1 AND l.enabled = 1 AND (f.status IS NULL OR f.status = 1 AND f.last_checked < 1336461837) ORDER BY last_checked LIMIT 0, 10 in /usr/home/mysite/profiles/openatrium/modules/l10n/l10n_update/l10n_update.check.inc on line 123.
¿Any idea?
Thanks
Comments
Comment #1
s.daniel commentedgot this error with the 1.4 update of open atrium:
Since l10n update is a none critical module following advice seems resonable:
https://community.openatrium.com/issues/node/4077#comment-9274
Setting to normal since not critical effects are known.
Comment #2
sutharsan commentedI can't explain why this table is missing. The table is part of the module since the very beginning. I see no reason to improve the code.