I have Cacti 0.8.3a and am running Windows 2003 with IIS6. Have the system running just fine with the exception of displaying graphs. I have tweaked my RRDTool pathname and PHP executible path name but still can't seem to get my graphs to display. I have used both a scheduled task and wincron to create my rra files.
Any "you missed this" ideas?
Thanks!
Win2k3 / IIS6
Moderators: Developers, Moderators
insight on no graphs being displayed
Fellow Cacti travelers on the Win32 side of the stream.
Here is some insight on no graphs being displayed.
Let me know if you see the same results.
Thx
Jim Christophersen
Windward Engineering
New York
Installed is Cacti 0.8.3a.
Supporting applications:
Apache 2.0.47-win32,
PHP 4.3.3-win32,
ActiveState Perl 5.8.806-MSWindows
The platform system is Win2k server/sp3 + IE6/SP1.
An interesting REPEATABLE sequence that does display a graph.
1. Launch Cacti's entry page & login as admin.
2. Choose the graph's tab.
3. Click the second tree( in my case a successfully polled router)
Watch the lower left corner of your browser, see the "graph_view.php?action=tree..."
wait 10 seconds and click on the browser stop button.
Ta Da we have a graph, it is consistent with the desired parameters.
So I turned on activestate's komodo IDE and ran "graph_view.php?action=tree..."
up came from within "cacti\include\auth.php"
PHP Warning: session_start(): Cannot send session cookie
- headers already sent in C:\Apache2\htdocs\cacti\include\auth.php on line 40
To confirm that it is a real issue, thanks to Welling & Thomson pg 435, open a file like phpinfo.php in the htdocs/cacti directory:
This is what I see
.........................................Web display of http://traffic.webnslookup.com:8080/cacti/phpinfo.php
test1
this is PHP.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
the contents of $sess_var is hello world
.........................................htdocs/cacti/phpinfo.php.....................................
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="SAPIEN Technologies PrimalScript 3.0">
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<!-- Insert HTML here -->
test1<br>
<?PHP
/* Insert your PHP code here */
echo "this is PHP.<br>";
session_start();
session_register("sess_var");
$sess_var = "hello world";
echo "the contents of \$sess_var is $sess_var<br>";
phpinfo();
?>
</BODY>
</HTML>
......................................................................................................
Let me know if any of you see a similar result.
Here is some insight on no graphs being displayed.
Let me know if you see the same results.
Thx
Jim Christophersen
Windward Engineering
New York
Installed is Cacti 0.8.3a.
Supporting applications:
Apache 2.0.47-win32,
PHP 4.3.3-win32,
ActiveState Perl 5.8.806-MSWindows
The platform system is Win2k server/sp3 + IE6/SP1.
An interesting REPEATABLE sequence that does display a graph.
1. Launch Cacti's entry page & login as admin.
2. Choose the graph's tab.
3. Click the second tree( in my case a successfully polled router)
Watch the lower left corner of your browser, see the "graph_view.php?action=tree..."
wait 10 seconds and click on the browser stop button.
Ta Da we have a graph, it is consistent with the desired parameters.
So I turned on activestate's komodo IDE and ran "graph_view.php?action=tree..."
up came from within "cacti\include\auth.php"
PHP Warning: session_start(): Cannot send session cookie
- headers already sent in C:\Apache2\htdocs\cacti\include\auth.php on line 40
To confirm that it is a real issue, thanks to Welling & Thomson pg 435, open a file like phpinfo.php in the htdocs/cacti directory:
This is what I see
.........................................Web display of http://traffic.webnslookup.com:8080/cacti/phpinfo.php
test1
this is PHP.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
the contents of $sess_var is hello world
.........................................htdocs/cacti/phpinfo.php.....................................
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="SAPIEN Technologies PrimalScript 3.0">
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<!-- Insert HTML here -->
test1<br>
<?PHP
/* Insert your PHP code here */
echo "this is PHP.<br>";
session_start();
session_register("sess_var");
$sess_var = "hello world";
echo "the contents of \$sess_var is $sess_var<br>";
phpinfo();
?>
</BODY>
</HTML>
......................................................................................................
Let me know if any of you see a similar result.
insight on no graphs being displayed
Fellow Cacti travelers on the Win32 side of the stream.
Here is some insight on no graphs being displayed.
Let me know if you see the same results.
Thx
Jim Christophersen
Windward Engineering
New York
Installed is Cacti 0.8.3a.
Supporting applications:
Apache 2.0.47-win32,
PHP 4.3.3-win32,
ActiveState Perl 5.8.806-MSWindows
The platform system is Win2k server/sp3 + IE6/SP1.
An interesting REPEATABLE sequence that does display a graph.
1. Launch Cacti's entry page & login as admin.
2. Choose the graph's tab.
3. Click the second tree( in my case a successfully polled router)
Watch the lower left corner of your browser, see the "graph_view.php?action=tree..."
wait 10 seconds and click on the browser stop button.
Ta Da we have a graph, it is consistent with the desired parameters.
So I turned on activestate's komodo IDE and ran "graph_view.php?action=tree..."
up came from within "cacti\include\auth.php"
PHP Warning: session_start(): Cannot send session cookie
- headers already sent in C:\Apache2\htdocs\cacti\include\auth.php on line 40
To confirm that it is a real issue, thanks to Welling & Thomson pg 435, open a file like phpinfo.php in the htdocs/cacti directory:
This is what I see
.........................................Web display of http://traffic.webnslookup.com:8080/cacti/phpinfo.php
test1
this is PHP.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
the contents of $sess_var is hello world
.........................................htdocs/cacti/phpinfo.php.....................................
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="SAPIEN Technologies PrimalScript 3.0">
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<!-- Insert HTML here -->
test1<br>
<?PHP
/* Insert your PHP code here */
echo "this is PHP.<br>";
session_start();
session_register("sess_var");
$sess_var = "hello world";
echo "the contents of \$sess_var is $sess_var<br>";
phpinfo();
?>
</BODY>
</HTML>
......................................................................................................
Let me know if any of you see a similar result.
Here is some insight on no graphs being displayed.
Let me know if you see the same results.
Thx
Jim Christophersen
Windward Engineering
New York
Installed is Cacti 0.8.3a.
Supporting applications:
Apache 2.0.47-win32,
PHP 4.3.3-win32,
ActiveState Perl 5.8.806-MSWindows
The platform system is Win2k server/sp3 + IE6/SP1.
An interesting REPEATABLE sequence that does display a graph.
1. Launch Cacti's entry page & login as admin.
2. Choose the graph's tab.
3. Click the second tree( in my case a successfully polled router)
Watch the lower left corner of your browser, see the "graph_view.php?action=tree..."
wait 10 seconds and click on the browser stop button.
Ta Da we have a graph, it is consistent with the desired parameters.
So I turned on activestate's komodo IDE and ran "graph_view.php?action=tree..."
up came from within "cacti\include\auth.php"
PHP Warning: session_start(): Cannot send session cookie
- headers already sent in C:\Apache2\htdocs\cacti\include\auth.php on line 40
To confirm that it is a real issue, thanks to Welling & Thomson pg 435, open a file like phpinfo.php in the htdocs/cacti directory:
This is what I see
.........................................Web display of http://traffic.webnslookup.com:8080/cacti/phpinfo.php
test1
this is PHP.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Apache2\htdocs\cacti\phpinfo.php:10) in C:\Apache2\htdocs\cacti\phpinfo.php on line 16
the contents of $sess_var is hello world
.........................................htdocs/cacti/phpinfo.php.....................................
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="SAPIEN Technologies PrimalScript 3.0">
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<!-- Insert HTML here -->
test1<br>
<?PHP
/* Insert your PHP code here */
echo "this is PHP.<br>";
session_start();
session_register("sess_var");
$sess_var = "hello world";
echo "the contents of \$sess_var is $sess_var<br>";
phpinfo();
?>
</BODY>
</HTML>
......................................................................................................
Let me know if any of you see a similar result.
Who is online
Users browsing this forum: No registered users and 1 guest