Forum

Thread tagged as: Question, Error, Configuration

missing images after upload

For some reason perch isn't creating a preview from my images I upload.

I have check the web sever error logs and there are no entries displayed.

I expect it is due to GD library or some other problem because the same site works on another server.

How do I enable errors for this or find out why the preview conversion is not happening.

Cheers, Tom

Shaun Casey

Shaun Casey 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Can you show us your diagnostics report?

I have the same issue. Seems to be when using SVG images.

I compiled PHP correctly....and it works.

Finbar:

Create a script :

<?php phpinfo(); ?>

check your phpinfo() for the configure line where it include SVG. You may be in a similar boat as me and have a version of PHP without SVG compiled in.

Cheers, Tom