I noticed this in the log while investigating another issue.

I don't know why it's looking for this file. The only thing I can point out is that this is a multilingual site and it is locale.inc that is looking to parse the file.

LOCATION	http://www.example.com/en/admin/structure/block/manage/clock/clock/configure/3/edit
REFERRER	http://www.example.com/en/admin/structure/block/manage/clock/clock/configure?destination=node/60/edit
MESSAGE	Warning: file_get_contents(sites/all/modules/clock/clock.admin.js) [function.file-get-contents]: failed to open stream: No such file or directory in _locale_parse_js_file() (line 1303 of /pathToDrupal7/includes/locale.inc).
SEVERITY	warning

Has clock.admin.js ever existed?

CommentFileSizeAuthor
#3 1131978.patch563 byteststoeckler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

Oops, because of this line:
drupal_get_path('module', 'clock') . '/clock.admin.js', (l.19 in clock.admin.inc)
I think I had a clock.admin.inc at some point in time during local development, then removed it, and forgot to remove this line as well.
I'll post a patch soon.

While you probably don't have that impression currently, I'm very grateful for you testing the 7.x-2.x branch so diligently. Because of lack of response of the Edge and Token module maintainers (because they have more important stuff to do, not because they are bad maintainers...) with issues that are needed for the integration to work, I have let the 7.x-2.x slip off of my radar a bit. I hope to correct that soon, and get things rolling again. Again, your work is very much appreciated! Thanks!

Tebb’s picture

Thank you Tobias. I appreciate the feedback.

Yes, sometimes reporting issues feels like I'm bothering really busy people, so it's great to know that you find it useful, rather than annoying :)

I really like the improvements you are making. Multiple clocks and token replacement are working well for me.

tstoeckler’s picture

Status: Active » Fixed
FileSize
563 bytes

Committed the attached patch to 7.x-2.x
Thanks for your patience.
http://drupal.org/commitlog/commit/12842/780c48aaf3629db97f2b4cca6b25fc5...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.