Starting.

Processing exif.module...
Processing exif.install...
Processing exif.info...

<br />
<b>Warning</b>:  join() [<a href='function.join'>function.join</a>]: Bad arguments. in <b>E:\www\drupal-5.0\sites\all\modules\exif\extractor.php</b> on line <b>213</b><br />

Done.

CommentFileSizeAuthor
#2 exif.info_.txt189 bytesDavid Lesieur

Comments

David Lesieur’s picture

Somehow, extractor.php has trouble with the "Exif" string in exif.info. Replacing the name with anything else (such as "exif", all lowercase) removes the warning.

David Lesieur’s picture

Title: POT file generation » Extractor warning with info file
Project: Exif » Translation templates for Drupal core
Component: User interface » Miscellaneous
StatusFileSize
new189 bytes

Looks like a problem with the extractor. Try the attached info file.

Bèrto ëd Sèra’s picture

Hi! having this warnigs from LOTS of modules. Can you point me to the right place to report about a bug in the extractor? Tnx :)

Bèrto ëd Sèra’s picture

Hi! having this warning from LOTS of modules. Can you point me to the right place to report about a bug in the extractor? Tnx :)

David Lesieur’s picture

I think we're now in the right queue for the extractor. ;-)

gábor hojtsy’s picture

Project: Translation templates for Drupal core » Translation template extractor
Component: Miscellaneous » Code
Status: Active » Postponed (maintainer needs more info)

The extractor was move to its own project now.

The error is on the join('', $filelist) line. For whatever reason, there are some odd bugs around collecting a list of files extracted strings from. But I cannot reproduce this with core files. Still need to be looked at more deeply.

gábor hojtsy’s picture

Status: Postponed (maintainer needs more info) » Fixed

I tested the latest potx module with this exif.info file and I see no errors. Seems like this is fixed (although I don't remember we have done anything to fix this).

Anonymous’s picture

Status: Fixed » Closed (fixed)