Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add imagick to install if necessary #20

Open
joehobson opened this issue Nov 19, 2015 · 0 comments
Open

add imagick to install if necessary #20

joehobson opened this issue Nov 19, 2015 · 0 comments

Comments

@joehobson
Copy link
Member

I was trying to figure out why this resource has a featured image when I edit it, but doesn't display it on the resource page. Looks like it might have something to do with the use of image_editor, which fails quietly. I installed imagick on the wp-test server (http://php.net/manual/en/imagick.setup.php) and then tried again but still ran into some issues. I don't know that the file URL is getting parsed properly.

To fix this, please add debug log to the use of image_editor, logging if that template is unable to resize the image.

Then test whether we should explicitly require install of imagick and add to the ReadMe if necessary with install instructions. My guess is that we do. You can uninstall imagick on the test server and run with debug to see if it's necessary, then reinstall.

And of course if the image display isn't working due to other issues, get those resolved as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant