Welcome Guest, Not a member yet? Register   Sign In
Upload image --> resize and create thumb
#2

[eluser]Sumon[/eluser]
Try by add
Code:
$this->image_lib->clear();
before the line
Code:
$this->make_thumb($newpath);
in function img_resize($upload,$post)


if you still getting same problem then try with
Code:
unset($config);
$this->image_lib->clear();


Messages In This Thread
Upload image --> resize and create thumb - by El Forum - 09-20-2008, 09:32 AM
Upload image --> resize and create thumb - by El Forum - 09-20-2008, 10:08 AM
Upload image --> resize and create thumb - by El Forum - 09-20-2008, 02:03 PM
Upload image --> resize and create thumb - by El Forum - 09-20-2008, 05:11 PM
Upload image --> resize and create thumb - by El Forum - 09-21-2008, 12:31 AM
Upload image --> resize and create thumb - by El Forum - 09-21-2008, 05:36 AM
Upload image --> resize and create thumb - by El Forum - 09-21-2008, 05:41 AM
Upload image --> resize and create thumb - by El Forum - 09-21-2008, 08:53 AM
Upload image --> resize and create thumb - by El Forum - 04-25-2010, 08:35 PM
Upload image --> resize and create thumb - by El Forum - 01-02-2011, 06:31 PM
Upload image --> resize and create thumb - by El Forum - 01-02-2011, 06:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB