Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » Error running output2 pattern
Re: Error running output2 pattern [message #4350 is a reply to message #4344] Wed, 16 July 2014 06:11 Go to previous messageGo to previous message
htManager is currently offline  htManager
Messages: 415
Registered: May 2014
Senior Member
I found the error (at least for my web environment).

I uncommented the following lines (7591-7593) in the file /includes/tcpdf/tcpdf_php5.php.

// Send PDF to the standard output
// if (ob_get_contents()) {
// $this->Error('Some data has already been output, can\'t send PDF file');
// }

With var_dump(ob_get_contents()); I got different values when I opened one of your reports e.g. for database tables (string(0) "") and one of my generated reports (string(3) "").

I think you will know where these different values come from and maybe change the code. For me it works fine with this lines commenting out.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Dropdown list
Next Topic: output2 with parent/child tables
Goto Forum:
  


Current Time: Sun Apr 28 16:37:56 EDT 2024

Total time taken to generate the page: 0.01386 seconds