|
|
| Author |
Message |
soloslinger
Joined: 19 Jan 2007 Posts: 20
|
Posted: Tue Apr 08, 2008 12:05 am Post subject: Aggregate Graph Creation Error |
|
|
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
|
Posted: Wed Apr 09, 2008 12:29 pm Post subject: |
|
|
Which version of AGGREGATE used?
Reinhard |
|
| Back to top |
|
 |
soloslinger
Joined: 19 Jan 2007 Posts: 20
|
Posted: Thu Apr 10, 2008 2:43 pm Post subject: |
|
|
| I am using aggregate v065. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12295 Location: Muenster, Germany
|
Posted: Fri Apr 11, 2008 8:35 am Post subject: |
|
|
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
|
Posted: Sat Apr 12, 2008 5:03 am Post subject: |
|
|
| 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 |
|
 |
|