Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Image manipulation issue after upgrade to 1.7
  • Hello,

    I have just upgraded fuelphp from 1.6 to 1.7. Everything seems to work fine except the following problem :
    When I manipulate images and save them, it works, but when I am adding a crop or a watermark, then I get the following error :

    ErrorException [ Fatal Error ]:
    Call to protected method Fuel\Core\Image_Driver::_crop_resize() from context ''

    And the same code was working in 1.6.

    I tried GD and Imagik drivers, and I get the same behavior.

    Any advice/idea ?

    Thanks for your help,

    Philippe
  • HarroHarro
    Accepted Answer
    Backport the class from the 1.8/develop repository (it has already been fixed in there), or wait for the 1.7.1. maintenance release in a few weeks time.
  • Thank you very much for that information.
    We will try with the 1.8 version.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion