Search results

  1. R

    Php.ini upload_max_filesize 2M

    Hello, on my website users can upload images. But i noticed that these uploads are only limited to 2M, which is fine for the most part. Can you possibly increase the upload_max_filesize limit to something like 5M? PS- When the user uploads the image I process it in ImageMagick to reduce the...
  2. R

    ImageMagick help

    Hello, I am attempting to manipulate images with ImageMagick but I get this error when trying to instantiate a Imagick object. "Fatal error: Class 'Imagick' not found in *php file calling ImageMagick* on line 7 I have read around that some other users needed to get ImageMagick enabled on their...
Top