![]() |
image_lib doesn't work nor produce any errors!? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: image_lib doesn't work nor produce any errors!? (/thread-9595.html) |
image_lib doesn't work nor produce any errors!? - El Forum - 07-01-2008 [eluser]KeyStroke[/eluser] Hi, I'm trying to resize an image after an upload, but the script seems to terminate and return nothing on '$this->image_lib->resize()'. Here's the code: Code: // upload file Do you have any idea why this won't work? the code works just fine without the resize bit. Your help is much appreciated image_lib doesn't work nor produce any errors!? - El Forum - 07-08-2008 [eluser]metaltapimenye[/eluser] i got the same problem... ![]() image_lib doesn't work nor produce any errors!? - El Forum - 07-08-2008 [eluser]metaltapimenye[/eluser] i got it.. check your $setting['source_image']. the system dont find the image, but wont declare any warnings.. ( about '@' stuff) as an illustration to describe it, put my code on yours just right after it initiates. Code: print_r($this->image_lib); n_n |