Forum
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
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