hello ,
i 'm using fusion charts with php 5 I'm trying to include the 'session.php' which contains a defined class session
but i got this warning msg :
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:xampphtdocsprojectVisualizationIncludesFusionCharts_Gen.php:1) in C:xampphtdocsprojectLibsession.php on line 45
the line 45 in session.php is : session_start();
and I'm not able to access the session class
can u pls help me ??
Page 1 of 1
class session please help
Other Replies To This Topic
#2
Posted 17 November 2010 - 06:53 AM
have you tried compy pasting the codes from you session.php? if so did it work?
Other Replies To This Topic
#3
Posted 18 November 2010 - 09:39 AM
Hi Merveleb,
If you don't provide the chart id then a session variable will be used to creat unic chart id. and after usiong any session if uoy again start the session then it will through a warning.
so please provide a id for the chart.
example
$FC= new FusionCharts("Column3D, "350", "250", 'CHARTID');
If you don't provide the chart id then a session variable will be used to creat unic chart id. and after usiong any session if uoy again start the session then it will through a warning.
so please provide a id for the chart.
example
$FC= new FusionCharts("Column3D, "350", "250", 'CHARTID');
Other Replies To This Topic
Page 1 of 1


Back to top
MultiQuote