In the file imagecache.install on line 16 you have the following

15 'title' => $t('ImageCache Directory'),
16 'value' => $t('%p does not a directory or is not readable by the webserver.', array('%p' => $imagecache_directory)),

Shouldn't that be is not a directory ?

Just thought I would point it out :-)

CommentFileSizeAuthor
#3 imagecache.install.patch595 bytesscronide
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Active » Fixed

thanks, fixed that.

Status: Fixed » Closed (fixed)

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

scronide’s picture

FileSize
595 bytes

This typo was only fixed in the 5.* branch, not 6.* or the head.

drewish’s picture

Status: Closed (fixed) » Fixed

thanks, committed to HEAD.

Status: Fixed » Closed (fixed)

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