If you get that error, it would be generally be because GeneratePicture.php threw some sort of error causing an exception message to be returned instead of an image. TCPDF tries to process that exception message as an image and throws the aforementioned error as a result.
You should see what the GeneratePicture.php url is being generated by PlotAsPDF.php and load that raw URL to see what kind of error GeneratePicture.php is throwing back. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-using-quickplot-TCPDF-ERROR-Image-Unable-to-get-image-tp5185933p5185937.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
