I'd guess that this is related to the TCPDF library used for the PDF print. I noticed problems with a newer version 4.something and larger legends to print (with just a few legend icons it worked). 500 is a server error, so you will probably not get anything in the PHP error log but just in the Apache error log (and in a hosted environment probably difficult to access...). I don't know if there are any problems with some special php.ini settings TCPDF requires or does not like.
You could try using an older (e.g. from p.mapper 3.2) or newer TCPDF version ofv TCPDF. But for the newer it requires some modifications at the beginning of the tcpdf.php file, I think it was require_once(dirname(__FILE__).'/config/tcpdf_config.php'); armin On 01/04/2009 06:59, Rogers, Janet (SKM) wrote: > My application runs perfectly on my local machine, printing PDFs without a > problem. After uploading all my files to the hosting server, the Print to > PDF option hangs after a few seconds and gives me a 500 error. (I can > however do a PDF print of query data, although it comes out a bit garbled.) > Print to HTML works fine. > > There are no PDF files showing in my tmp directory. > > Reviewing the pm_debug.log, all I get is a set of PDF printer settings as > shown below. > > I do not appear to have access to the php error log on the hosting server. > If I use CPanel option to check errors on the server, there appears to be no > errors. > > I am at a loss of where to go next to try to solve this problem. > > Regards, > Janet Rogers > > > [31-Mar-2009 14:17:48] P.MAPPER debug info > PDF printing settings > Array > ( > [author] => Janet Rogers > [pdftitle] => MMTC View > [defFont] => FreeSans > [defFontSize] => 9 > [defFontColor] => 0,0,0 > [top_height] => 66 > [top_color] => 255,255,255 > [top_bgcolor] => 255,255,255 > [top_logo] => ./images/MMTC_Print_Header_PDF.jpg > [format] => Array > ( > [0] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [papersize] => A4 > [orientation] => P > ) > > [map] => Array > ( > [0] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [width] => 700 > [height] => 540 > [type] => normal > ) > > ) > > [1] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [width] => 750 > [height] => 540 > [type] => full > ) > > ) > > ) > > ) > > [1] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [papersize] => A4 > [orientation] => L > ) > > [map] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [width] => 700 > [height] => 540 > ) > > ) > > ) > > [2] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [papersize] => A3 > [orientation] => P > ) > > [map] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [width] => 700 > [height] => 540 > ) > > ) > > ) > > [3] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [papersize] => A3 > [orientation] => L > ) > > [map] => SimpleXMLElement Object > ( > [...@attributes] => Array > ( > [width] => 700 > [height] => 540 > ) > > ) > > ) > > ) > > [printtitle] => > [width] => 700 > [height] => 540 > [type] => normal > ) > > SKM is committed to working with its clients to deliver a sustainable future > for all. Please consider the environment before printing this e-mail. > Notice - This message contains confidential information intended only for the > exclusive use of the addressee named above. No confidentiality is waived or > lost by any mistaken transmission to you. If you have received this message > in error please delete the document and notify us immediately. > Any opinion, text, documentation or attachment received is valid as at the > date of issue only. The recipient is responsible for reviewing the status of > the transferred information and should advise us immediately upon receipt of > any discrepancy. > All email sent to SKM will be intercepted, screened and filtered by SKM or > its approved Service Providers. > ------------------------------------------------------------------------------ > _______________________________________________ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------------ _______________________________________________ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users