Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Aggregate Graph Creation Error

 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General
Author Message
soloslinger



Joined: 19 Jan 2007
Posts: 20

PostPosted: Tue Apr 08, 2008 12:05 am    Post subject: Aggregate Graph Creation Error Reply with quote

I just installed the plugin architecture, and I installed aggregate as my first plugin. When I go to create an aggregate graph, set up my options and click create, the next screen just goes to a line as follows:

Code:
PROGERR: ERRNO:'2048' TYPE:'' MESSAGE:'Assigning the return value of new by reference is deprecated' IN FILE:'/usr/local/share/cacti/lib/adodb/adodb-lib.inc.php' LINE NO:'537'


I searched here and the one thread talking about it never was finished. Any information would be appreciated.

soloslinger
Back to top
gandalf
Developer


Joined: 02 Dec 2004
Posts: 12295
Location: Muenster, Germany

PostPosted: Wed Apr 09, 2008 12:29 pm    Post subject: Reply with quote

Which version of AGGREGATE used?
Reinhard
Back to top
soloslinger



Joined: 19 Jan 2007
Posts: 20

PostPosted: Thu Apr 10, 2008 2:43 pm    Post subject: Reply with quote

I am using aggregate v065.
Back to top
gandalf
Developer


Joined: 02 Dec 2004
Posts: 12295
Location: Muenster, Germany

PostPosted: Fri Apr 11, 2008 8:35 am    Post subject: Reply with quote

Please, what's the setting of /etc/php.ini for
Quote:
; - allow_call_time_pass_reference = Off [Code cleanliness]
; It's not possible to decide to force a variable to be passed by reference
; when calling a function. The PHP 4 style to do this is by making the
; function require the relevant argument by reference.
and which version of php used?
Reinhard
Back to top
soloslinger



Joined: 19 Jan 2007
Posts: 20

PostPosted: Sat Apr 12, 2008 5:03 am    Post subject: Reply with quote

Code:
; Whether to enable the ability to force arguments to be passed by reference
; at function call time.  This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend.  The encouraged method of
; specifying which arguments should be passed by reference is in the function
; declaration.  You're encouraged to try and turn this option Off and make
; sure your scripts work properly with it in order to ensure they will work
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
allow_call_time_pass_reference = On


on php 5.2.5
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group