Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problem with upload class
  • Hello.

    Something wrong in core/upload.php class in 1.6.1
    Because if I am using newest file, I am getting error:
    Fuel\Core\FuelException [ Error ]: imagemagick failed to edit the image. Returned with 1.

    Command: C:\ImageMagick\convert.exe "C:\www\tm\assets\images\upload\temp\uploaded_b46b80e3f82026696b54cbed6e453bfe_1.jpg"[0] "C:\www\fuel\app\tmp\fuelimage_39eff621e6f9486e8f9770.png"
    <br>
    But if I'll setting up old core/upload.php file, code works perfectly.
  • HarroHarro
    Accepted Answer
    Imagemagick has nothing to do with the Upload class, so that is not (directly) responsible for that error.

    You haven't made the mistake of having auto_process set to true, AND calling process()? Because you can no longer get away with processing twice...
  • Harro, thank you! :)

Howdy, Stranger!

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

In this Discussion