Re: Re: image galleries woes
did a bit of tracing and found that tiki is actually dying here, in the function "readimagefromstring" :
$this->imagehandle = imagecreatefromstring($this->image);
it fails with no error message given. i didn't see any error in the logs. what's happening? is it a corrupted php installation?