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

Bug #10141 Unable to output to file
Submitted: 2007-02-20 18:48 UTC Modified: 2008-09-30 18:50 UTC
From: pesce dot david at gmail dot com Assigned:
Status: Open 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:
Package:
Bug Type:
Summary:
From: pesce dot david at gmail dot com
New email:
PHP Version: Package Version: OS:

 

 [2007-02-20 18: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 18: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.