Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

Bug #10141 Unable to output to file
Submitted: 2007-02-20 23:48 UTC
From: pesce dot david at gmail dot com Assigned:
Status: No Feedback Package: Image_Graph (version 0.7.2)
PHP Version: 4.3.1 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2011-09-29 14:16 UTC
Package:
Bug Type:
Summary:
From: pesce dot david at gmail dot com
New email:
PHP Version: Package Version: OS:

 

 [2007-02-20 23:48 UTC] pesce dot david at gmail dot com (Dave)
Description: ------------ Unable to save generated image to a file. Test script: --------------- $Graph->done(array('filename' => "users/smoothed2.png")); Expected result: ---------------- The image should save to that location. Works with other scripts so the rights are correct. Actual result: -------------- Output is only sent to the browser

Comments

 [2008-09-30 23:50 UTC] kguest (Ken Guest)
I tried the installed test files, after amending them to all have code similar to ' $Graph->done(array('filename' => "/tmp/smoothed2.png"));' for outputting the generated images to files. Each test file successfully outputted the generated graphic to the given/specified file. So it seems that the logged bug has been fixed, either as a side-effect of another bug fix or intentionally with regards to this bug report. It would be cunning for another third-party/QA/developer to also confirm this - then this bug report could be closed without fear of it being re-opened later on.
 [2009-12-06 08:35 UTC] neufeind (Stefan Neufeind)
-Status: Open +Status: Feedback
Thank you for taking the time to report a problem with the package. This problem may have been already fixed by a previous change that is in the CVS of the package. Please log into CVS with: cvs -d :pserver:cvsread@cvs.php.net:/repository login and check out the CVS repository of this package and upgrade cvs -d :pserver:cvsread@cvs.php.net:/repository co pear/Image_Graph pear upgrade pear/Image_Graph/package2.xml or pear upgrade pear/Image_Graph/package.xml If you are able to reproduce the bug with the latest CVS, please change the status back to "Open". Again, thank you for your continued support of PEAR. Could you please try the current code from SVN? I can also confirm it works fine for me as you describe it should.
 [2011-09-29 14:16 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: No Feedback