Hi !
Not really a bug but a suggestion ...
in the last version of PhotoQ in the PhotoQPhoto class file, around line 400 there are two foreach loops that parse exif data.
the thing is, I performed a custom import of pixelpost to wordpress, but adapted to work with photoq (using meta table). everything works like a charm, and since i'm not using exif it's ok. however, even though the exif meta field is empty in the database, the resulting variable becomes a string and not array.
I know it's kind of a rare case, but it may be better to be sure to test both count($this->exif) but also for is_array($this->exif) :)
Thanks :)
closed
resolved