Welcome Guest, Not a member yet? Register   Sign In
Thumbs creation with Image Library - Problem
#12

[eluser]Xeoncross[/eluser]
Ok, that AJAX is what I thought you were using. Instead of printing out an error you should be doing something like

Code:
trigger_error($this->image_lib->display_errors());

So that you can see the details about the resize error (in the log) even if your browser is doing all this in the background with ajax. I don't remember with SWFUpload, but screen prints don't usually do anything in AJAX as that text is never shown to the user.

Also, the log your looking at is the CI log - not the PHP log. Find the PHP error log and look at that as it will actually have useful information in it.

Oh, and error reporting should be more aggressive like this so that you can spot bad coding habits before you end up with weird bugs.
Code:
error_reporting = E_ALL | E_NOTICE | E_STRICT


Messages In This Thread
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 10:34 AM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 11:34 AM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 12:30 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 01:00 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 01:19 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 01:28 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 02:02 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 02:04 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 02:35 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 02:42 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 03:13 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 03:17 PM
Thumbs creation with Image Library - Problem - by El Forum - 09-07-2009, 05:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB