[eluser]bewhite[/eluser]
[quote author="gunter" date="1198281126"]FILE_[/quote]
Ah. Yes. I have forgot about this character
I have switched 'create_thumb' to the FALSE but the result is the same.
Additionally, I have added error catching block:
Code:
if (!$this->image_lib->resize())
{
echo $this->image_lib->display_errors('<p>', '</p>');
exit;
}
No errors were displayed.
Any other ideas?