FusionCharts Forum: class session - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

class session please help

#1 User is offline   merveleb 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 12
  • Joined: 27-April 10

Posted 02 September 2010 - 06:09 AM

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 ??
0

Other Replies To This Topic

#2 User is offline   allenbaker 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 17-November 10

Posted 17 November 2010 - 06:53 AM

have you tried compy pasting the codes from you session.php? if so did it work?
0

Other Replies To This Topic

#3 User is offline   Ayan Pal 

  • FusionCharts Team
  • Group: Moderators
  • Posts: 107
  • Joined: 14-September 09

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');
Regards,

Ayan Pal



Follow us on Twitter! :w00t:
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic