Problem with configmanager

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
pgus
Cacti User
Posts: 55
Joined: Fri Feb 10, 2006 9:54 am

Problem with configmanager

Post by pgus »

Have some problem installing configmanager plugin. Realy need some help.

I have downloaded configmanager0.4bb.zip from http://forums.cacti.net/viewtopic.php?t=12406&start=45
installed it under /plugins
added mysql --user=root --password cacti < your_cacti/plugins/configmanager/configmanager.sql to database
Added $plugins[] = 'configmanager'; in config.php

After that i tryed to login to my cacti site. This shows up.

Code: Select all

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/html/plugins/configmanager/setup.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 119

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 121

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 122

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 123

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 126

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/plugins/configmanager/setup.php:48) in /var/www/html/include/config.php on line 126
Thanks in advanced
tgk
Posts: 28
Joined: Sat Mar 11, 2006 10:46 pm

Post by tgk »

This is a reply from the author on another post, regarding the first warning:
Quote:
Running PHP5
PHP Warning: Call-time pass-by-reference has been deprecated

You're right, it should be "configmanager_listmanagerIPs($listofManagerIPs);" in setup.php.
I haven't seen it because under windows the default option is allow_call_time_pass_reference = On (in php.ini)

So you can remove the "&" of "configmanager_listmanagerIPs(&$listofManagerIPs);" line 48 in setup.php.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest