Ticket #339 (closed Bug: fixed)

Opened 9 months ago

Last modified 9 months ago

image -> imageMagick driver not found

Reported by: nrm Owned by: Geert
Priority: critical Milestone: 2.1
Component: Libraries:Image Version: SVN HEAD
Keywords: image imagemagick not found regresssion Cc:

Description

http://forum.kohanaphp.com/index.php/topic,541.msg3398.html

The requested Image driver, ImageMagick, was not found.
Error occurred at line 76 of system/libraries/Image.php.

and of course that driver is in /system/libraries/drivers/Image_ImageMagick.php


ok, i see now where is bug:

// Set driver name $driver = 'Image_'.ucfirst(strtolower($this->configdriver?)).'_Driver';

strtolower and name of file is Image_ImageMagick.php (big "M")

Change History

Changed 9 months ago by Shadowhand

  • keywords image imagemagick not found regresssion added
  • owner changed from - No owner - to Geert

Regression introduced in r1772.

Changed 9 months ago by Geert

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1814.

Note: See TracTickets for help on using tickets.