Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]object not found
#14

[eluser]smilie[/eluser]
Hi,

Well, error means that somewhere - before the line:

$this->pdf->Cell(0, 12, $pdf_data, 1, 1, 'C');

you are already sending data to the screen. Also, it still says that you are sending output in your_model.php on line 23... So error is somewhere in your model Smile

Try to add this to your model (and see if you get results):
instead of return $result;
do:
print_r($result); exit;

Cheers,
Smilie


Messages In This Thread
[SOLVED]object not found - by El Forum - 12-01-2010, 01:27 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 02:07 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 03:09 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 03:37 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 03:42 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 04:02 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 04:29 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 04:31 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 04:39 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 04:43 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 05:08 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 05:09 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 05:12 AM
[SOLVED]object not found - by El Forum - 12-01-2010, 05:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB