Hi

I am running a test-site for upgrading from D6 to D7. After the upgrade I am getting the following warning at regular intervals:

Notice: Undefined property: stdClass::$javascript in _locale_rebuild_js() (line 2042 of mysite/includes/locale.inc).

Everything seems to work OK but obviously it is not good getting a big red warning on my home page.

Any ideas what could be causing this and what I can do to remedy it?

Comments

vm’s picture

are you using the locale.module?

per: http://drupal.org/node/347288 there were changes that went into D7 that look relevant

davidteall’s picture

Yes - I am using the locale module.

Your link goes to an old issue which one must assume has long-since been put right as locale is part of core - or maybe it hasn't?

vm’s picture

Can't say, I've never had the problem. I linked to the issue to provide some possibility for research. I'd imagine the issue is corrected based on dates of commits. Perhaps a deeper search would provide more fruit.

a.milkovsky’s picture

the same issue