What steps will reproduce the problem?
1. var path_folder_temporal_images =
"C:/inetpub/wwwroot/send_email/imagesTmp/";
2. FireShotAPI.savePage(true, 'framePageCapture', path_folder_temporal_images +
randomFileName.toString() + '.png');
3.
What is the expected output? What do you see instead?
Those lines used to save an image image so the script should be able to get the
file and send it through email.
We are getting instead :
PHP Warning: imagecreatefrompng(C:/inetpub/wwwroot/send_email/imagesTmp/pkhvjovcbh.png) [<a href='function.imagecreatefrompng'>function.imagecreatefrompng</a>]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\send_email\autoCropImage.php on line 3
What version of the product are you using? On what operating system?
.98.52 PRO - Firefox v28 and MS Windows Server 2008 R2 Standard
Please provide any additional information below.
This script was working until the latest update of fireshot.
Thanks.
Original issue reported on code.google.com by
Jroliv...@gmail.comon 18 Mar 2014 at 11:12