Here's the error:
Code: Select all
Notice: Only variable references should be returned by reference in /var/www/localhost/htdocs/cacti/lib/import.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/cacti/lib/import.php:44) in /var/www/localhost/htdocs/cacti/templates_import.php on line 67
Code: Select all
<interface>
<name>Netscreen interfaces</name>
<oid_index>.1.3.6.1.4.1.3224.9.1.1</oid_index>
<index_order>nsIfName</index_order>
<fields>
<nsIfIndex>
<name>Interface Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.3224.9.1.1.1</oid>
</nsIfIndex>
<nsIfName>
<name>Interface Name</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.3224.9.1.1.2</oid>
</nsIfName>
<nsIfFlowInByte>
<name>Interface Incomging Bytes</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.3224.9.3.1.3</oid>
</nsIfFlowInByte>
</fields>
</interface>
Any hints on what I could do to fix this?
Thanks