Your error log results in $overlay instead of its replacement.

imagecache_canvasactions.module @136
watchdog('imagecache', 'Image file does not exist. Attempted to overlay $overlay');

Variables in single quotes aren't being replaced. Use double quotes or . operator for string concatenation.

Comments

dman’s picture

Status: Active » Fixed

Yeah. Thanks. Just a usual typo
Patched in DRUPAL-6 dev.

Status: Fixed » Closed (fixed)

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