Hi,
When I run my script there was no new entry in apache error log but in PHP error log some entries was coming but not related my error. Here I display that PHP error log,
[24-Apr-2013 11:46:47 UTC] PHP Strict Standards: Declaration of FPDF::_putstream() should be compatible with that of TCPDF::_putstream() in /var/www/dcrdx/lib/fpdi/fpdi2tcpdf_bridge.php on line 167
[24-Apr-2013 11:46:47 UTC] PHP Strict Standards: Declaration of FPDF_TPL::SetFont() should be compatible with that of TCPDF::SetFont() in /var/www/dcrdx/lib/fpdi/fpdf_tpl.php on line 456
[24-Apr-2013 11:46:47 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
[24-Apr-2013 11:46:47 UTC] PHP Notice: Undefined variable: aChecked in /var/www/dcrdx/classes/class.Document.php on line 2164
[24-Apr-2013 11:46:48 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
[24-Apr-2013 11:47:24 UTC] PHP Strict Standards: Declaration of FPDF::_putstream() should be compatible with that of TCPDF::_putstream() in /var/www/dcrdx/lib/fpdi/fpdi2tcpdf_bridge.php on line 167
[24-Apr-2013 11:47:24 UTC] PHP Strict Standards: Declaration of FPDF_TPL::SetFont() should be compatible with that of TCPDF::SetFont() in /var/www/dcrdx/lib/fpdi/fpdf_tpl.php on line 456
[24-Apr-2013 11:47:24 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
[24-Apr-2013 11:47:24 UTC] PHP Notice: Undefined variable: aChecked in /var/www/dcrdx/classes/class.Document.php on line 2164
[24-Apr-2013 11:47:24 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
[24-Apr-2013 11:48:07 UTC] PHP Strict Standards: Declaration of FPDF::_putstream() should be compatible with that of TCPDF::_putstream() in /var/www/dcrdx/lib/fpdi/fpdi2tcpdf_bridge.php on line 167
[24-Apr-2013 11:48:07 UTC] PHP Strict Standards: Declaration of FPDF_TPL::SetFont() should be compatible with that of TCPDF::SetFont() in /var/www/dcrdx/lib/fpdi/fpdf_tpl.php on line 456
[24-Apr-2013 11:48:07 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
[24-Apr-2013 11:48:07 UTC] PHP Notice: Undefined variable: aChecked in /var/www/dcrdx/classes/class.Document.php on line 2164
[24-Apr-2013 11:48:08 UTC] PHP Notice: Undefined index: path in /var/www/dcrdx/classes/class.Document.php on line 89
This might help you to get clue about problem.