I've witnessed error "The specified file temporary://XYZ could not be copied, because the destination directory is not properly configured." caused by this module on some systems.

Comments

Vacilando created an issue. See original summary.

  • Vacilando committed dcf90fa on 7.x-2.x
    Issue #2929027: The specified file temporary://XYZ could not be copied
    
Vacilando’s picture

Status: Active » Fixed

Upon investigation I've found that the module tried to work with image derivatives on paths with double slashes, such as: public://styles//public/images/example.jpg
The name of the image style was missing in such paths.

The reason was that there were source images saved by a cron job, meaning they were not displayed immediately, and that's why there was no image style name.

Solved; fix committed to 7.x-2.x-dev.

Status: Fixed » Closed (fixed)

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