Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ok so when I disable this:

    ;extension=imagick.so

    It works again. Because it falls back to GD, which is also installed, and apparently working fine. This prompted me to do some digging, and I discovered that imagick.so was depending on libraries that were missing.

    So this is turning out to be an issue of missing and conflicting libraries. I’m going to recompile imagemagick and all the dependencies and that will probably fix it.

    It’s just frustrating because no errors show up anywhere, making it really difficult to track down the problem.

    Hi, I am helping David with the server stuff. There are no errors on the server, and that’s one of the problems we are experiencing that make it difficult to track the issue.

    I have error_reporting set to E_ALL, I have Display Errors, and all warnings / errors are logged into a log file, but there’s nothing there when the image fails to render. We also made sure to enable DEBUG in wp-config.php and still nothing shows up.

    Here’s what I believe may be happening in your case:

    1. system() or shell_exec() are disabled in your system
    2. open_basedir is configured, and your java binary is not in the path
    3. your apache ghost is configured to run under a different user (suexec), and the Java binary does not have the SETUID flag.

    It can be one, or a combination of the above that make it fail for you.

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