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

s.daniel’s picture

Priority: Major » Normal

got this error with the 1.4 update of open atrium:

user warning: Table 'atrium.l10n_update_file' doesn't exist query: ALTER TABLE l10n_update_file DROP last_updated in /.../database.mysql-common.inc on line 331.
user warning: Table 'atrium.l10n_update_file' doesn't exist query: ALTER TABLE l10n_update_file DROP import_date in /.../database.mysql-common.inc on line 331.

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.

sutharsan’s picture

Status: Active » Closed (cannot reproduce)

I 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.