Jpgraph Error 25067
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Jpgraph : database data can't insert to the bar chart using php up vote 1 down vote favorite here is my code : SetScale("textlin"); //$theme_class="DefaultTheme"; //$graph->SetTheme(new $theme_class()); // set major and minor tick positions manually $graph->yaxis->SetTickPositions(array(0,4,8,12,16,20), array(2,6,10,14,18)); $graph-
can be thrown by the library. In addition to the English locale there is also a German translation (See Localizing error messages). Most error messages takes one (or several argument that gives additional specific information and the placeholder in the error messages shows where this additional information should be placed. For more general information on error handling we refer to Chapter 6. Error handling Core error messages The following tables lists all error messages that can be generated by standard core graphs types Table H.1. English error messages Error code Error message 10
JpGraph Error: HTTP headers have already been sent. Caused by output from file %s at line %d. |
Explanation: HTTP headers have already been sent back to http://stackoverflow.com/questions/13999558/jpgraph-database-data-cant-insert-to-the-bar-chart-using-php the browser indicating the data as text before the library got a chance to send it's image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text). Most likely you have some text in your script before the call to Graph::Stroke(). If this texts http://jpgraph.net/download/manuals/chunkhtml/aph.html gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. For example it is a common mistake to leave a blank line before the opening "". |
GoogleВойтиСкрытые поляПоиск групп или сообщений