When using Firefox browser the graph output is not displayed. I get a binary dump of the graph. Tried all picture formats with the exact same results. I am using Mozilla Firefox version 2.0.0.1
Tive esse mesmo problema, porém eu tinha comentado os cabeçalhos dentro da classe... linha 1090 em diante, o firefox nao forma os gráficos porque nao possui um cabeçalho informando que aquilo que vai ser formado eh uma imgem.... use a função header_list() do PHP e veja se os cabeçalhos foram enviados corretamente...
[In english]
Sorry, my english is poor, but i will try...
"I had the same problem, so i had added coment in code into library (line 1090), So the firefox browser haven't header to can show the image... You can use the php function header_list(), this show all header sent for your page...
I hope than you have understand"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks victorino. I found a work around for this by coding this graph as an img src tag within another page. I hope the developer takes your consideration and fixes this bug.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Works alright from here. One thing worth noting is that when a page is refreshed, the mime-type isn't refreshed, only the content. So if testing and it goes wrong the first time, attempts to fix during a debug session might yield the same problem even if it has since gone away.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1711907
Originator: NO
Tive esse mesmo problema, porém eu tinha comentado os cabeçalhos dentro da classe... linha 1090 em diante, o firefox nao forma os gráficos porque nao possui um cabeçalho informando que aquilo que vai ser formado eh uma imgem.... use a função header_list() do PHP e veja se os cabeçalhos foram enviados corretamente...
[In english]
Sorry, my english is poor, but i will try...
"I had the same problem, so i had added coment in code into library (line 1090), So the firefox browser haven't header to can show the image... You can use the php function header_list(), this show all header sent for your page...
I hope than you have understand"
Logged In: YES
user_id=926054
Originator: YES
Thanks victorino. I found a work around for this by coding this graph as an img src tag within another page. I hope the developer takes your consideration and fixes this bug.
Logged In: NO
Works alright from here. One thing worth noting is that when a page is refreshed, the mime-type isn't refreshed, only the content. So if testing and it goes wrong the first time, attempts to fix during a debug session might yield the same problem even if it has since gone away.
Logged In: YES
user_id=132326
Originator: NO
Closed - not a phplot issue.