|
|
| Author |
Message |
skithund Guest
|
Posted: Mon Nov 10, 2003 2:55 am Post subject: |
|
|
After new install it goes back to login screen with this at top of the screen:
| Code: | Notice: A session had already been started - ignoring session_start() in
/export/www/include/config.php on line 74 |
After trying to login as admin/admin:
| Code: | Notice: A session had already been started - ignoring session_start() in /export/www/include/config.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /export/www/include/config.php:74) in /export/www/auth_login.php on line 80 |
I'm trying to run cacti-0.8.4-pre20031109 |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Nov 10, 2003 8:28 am Post subject: Upgrading from an old 8.2 ( I think ) database ... |
|
|
Fatal error: Call to undefined function: push_out_graph_item() in /home/httpd/htdocs/cacti-test/install/0_8_2a_to_0_8_3.php on line 79
No major problem, i was going to use a clean database anyway but thought might be quicker to reuse an old database.
Creating from new database was no problem.
Adding a windows 2000 server sp4 running compaq insight agents plus normal SNMP was ok, took me a second to realise I still had to create the device via the polling hosts, but the SNMP check I liked, plus the fact it actually returned some data in the get proc, cpu and partitions mounted queries.
Created device, fine, created graphs fine, all graphs have been generated except for the partitions mounted.
No problems yet, looks nice
nigel, workin for dah colonel! |
|
| Back to top |
|
 |
moonman Cacti User
Joined: 06 Sep 2003 Posts: 94
|
Posted: Mon Nov 10, 2003 10:48 am Post subject: two graphes on one page |
|
|
if i give a user permission to a graph and to a tree with the same graph i see the graph twice in tree mode
in preview mode i see the graphe only one time
and this is after i upgrade to the latest 0.84pre
Thanks |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 8:11 pm Post subject: |
|
|
| skithund wrote: | After new install it goes back to login screen with this at top of the screen:
| Code: | Notice: A session had already been started - ignoring session_start() in
/export/www/include/config.php on line 74 |
After trying to login as admin/admin:
| Code: | Notice: A session had already been started - ignoring session_start() in /export/www/include/config.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /export/www/include/config.php:74) in /export/www/auth_login.php on line 80 |
I'm trying to run cacti-0.8.4-pre20031109 |
I removed the session_start() call from this page, so this should be fixed now.
-Ian |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 8:25 pm Post subject: Re: Upgrading from an old 8.2 ( I think ) database ... |
|
|
| Anonymous wrote: | Fatal error: Call to undefined function: push_out_graph_item() in /home/httpd/htdocs/cacti-test/install/0_8_2a_to_0_8_3.php on line 79
No major problem, i was going to use a clean database anyway but thought might be quicker to reuse an old database. |
This error has been fixed, so you should be able to upgrade now without a problem. I'm glad to hear that everything else is working for you!
-Ian |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 8:29 pm Post subject: Re: two graphes on one page |
|
|
| moonman wrote: | if i give a user permission to a graph and to a tree with the same graph i see the graph twice in tree mode
in preview mode i see the graphe only one time
and this is after i upgrade to the latest 0.84pre |
I followed you the best that I could, but can't seem to reproduce this. A screenshot would really help here .
-Ian |
|
| Back to top |
|
 |
Khan
Joined: 03 Nov 2003 Posts: 47 Location: Madtown, WI
|
Posted: Mon Nov 10, 2003 8:32 pm Post subject: |
|
|
| raX wrote: | I removed the session_start() call from this page, so this should be fixed now.
-Ian |
After downlaoding the latest CVS just now, I was receiving the same problem with line 74 and 80. I removed line 74 and now I can't login. It asks for my credentials and just comes back to an empty login page.
-ac |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 8:36 pm Post subject: |
|
|
| Khan wrote: | | raX wrote: | I removed the session_start() call from this page, so this should be fixed now.
-Ian |
After downlaoding the latest CVS just now, I was receiving the same problem with line 74 and 80. I removed line 74 and now I can't login. It asks for my credentials and just comes back to an empty login page.
-ac |
Can you try the latest pre-release? I am pushing one out as I am typing this. If you continue to get this error, I will fire up vmware and test this under Windows with PHP 4.3.2.
-Ian |
|
| Back to top |
|
 |
Khan
Joined: 03 Nov 2003 Posts: 47 Location: Madtown, WI
|
Posted: Mon Nov 10, 2003 8:51 pm Post subject: |
|
|
| raX wrote: |
Can you try the latest pre-release? I am pushing one out as I am typing this. If you continue to get this error, I will fire up vmware and test this under Windows with PHP 4.3.2.
-Ian |
Where from? The CVS or the website?
-ac |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
|
| Back to top |
|
 |
Khan
Joined: 03 Nov 2003 Posts: 47 Location: Madtown, WI
|
Posted: Mon Nov 10, 2003 9:52 pm Post subject: |
|
|
I'm getting the same error. For the record, here's what I'm running:
Gentoo 1.4, Apache 2.0.47, MySQL 4.0.15 and PHP 4.3.3 |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 11:16 pm Post subject: |
|
|
| Khan wrote: | | I'm getting the same error. For the record, here's what I'm running: |
I think that I have tracked it down this time. Check out the latest pre-release and let me know what you find.
-Ian |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Mon Nov 10, 2003 11:31 pm Post subject: Re: Two things |
|
|
| moonman wrote: | I found two small things on my test
its a new install on unix
if someone dont have permission to a tree the side bar of the tree is very wide |
I have noticed that this only occurs on Internet Explorer. I've checked my HTML and it looks correct. Anyone know of some good HTML hacks to make this work right under IE?
| moonman wrote: | | and if the user have only view graphes permission he still see the connsole tab |
I would categorize this is a feature request rather than a bug report for 0.8.4 since this feature has never existed. I will add it to the list for 0.8.5 though .
-Ian |
|
| Back to top |
|
 |
Khan
Joined: 03 Nov 2003 Posts: 47 Location: Madtown, WI
|
Posted: Tue Nov 11, 2003 7:05 am Post subject: |
|
|
| raX wrote: |
I think that I have tracked it down this time. Check out the latest pre-release and let me know what you find.
-Ian |
Yup, the latest build did the trick. I can log in now no problem. I'll try polling the Win2K servers at work later today with this build and report back. Thanks for your help.
-ac |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 11, 2003 8:09 am Post subject: Re: Upgrading from an old 8.2 ( I think ) database ... |
|
|
| raX wrote: | | Anonymous wrote: | Fatal error: Call to undefined function: push_out_graph_item() in /home/httpd/htdocs/cacti-test/install/0_8_2a_to_0_8_3.php on line 79
No major problem, i was going to use a clean database anyway but thought might be quicker to reuse an old database. |
This error has been fixed, so you should be able to upgrade now without a problem. I'm glad to hear that everything else is working for you!
-Ian |
Almost all working Just the partition mounts, is that an SNMP/Windows 2000 issue?
Found another bug but to be honest this could be in the operators head ( me ) rather than the software, switched on LDAP, and set DN to our Active Directory domain eg @yri.net, removed the @ symbol ( not sure if it's suspose to be there? ), still got the same error.
logging on incorrectly ( I meant to change over the realm to local rather than LDAP ) I got this error;
Fatal error: Call to undefined function: ldap_connect() in /home/httpd/htdocs/cacti-test/auth_login.php on line 38
I'm using the latest downloaded today ( 11/11 ) copied over my original 8.4 beta test.
nigel, |
|
| Back to top |
|
 |
|