Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23937
    Profile photo of steveh
    steveh
    Participant

    I had Imagick PHP working on my site before I updated to Symbio 2.0 – now the settings page shows it as not enabled. Is this something specific to my site or a change in how the system is checking for it?

    Steve

    #23943
    Profile photo of Robin
    Robin
    Keymaster

    Hey Steve,

    I just compared 1.3.4 and 2.0 and the way it checks for imagick is identical. No clue why that would change. I haven’t experienced that issue on any of my test servers, so I would have to assume it’s unique to yours – why that would happen I have no idea.

    It uses the:

    extension_loaded(‘imagick’)

    checker.

    http://php.net/manual/en/function.extension-loaded.php

    Which should work if Imagick is installed. I’ll ponder it and see if I can think of a reason.

    #23969
    Profile photo of steveh
    steveh
    Participant

    It was a problem with my server – the extensions have been reinstalled. All is good

    Steve

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.