2014-01-14, 01:46:04
(2014-01-14, 01:18:55)shawn_a Wrote: Yes its a hosting thing. actually a php module.
It is possible your other install is not trying to create a thumbnail, and this one is and hence the fatal error.
I created an issue to add sanity checking here in case gd is missing in the future. But that does not really help you now.
I beleive this function is
genStdThumb in imagemanipulation.php
You can always bypass this by editing it and putting "return;" immediately after the function starts.
But you wont ever have thumbnails.
I appreciate the advice Ill give it a go!!!