[SOLVED ]Cacti blank interface

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

Post Reply
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

[SOLVED ]Cacti blank interface

Post by zetoo »

After upgrade cacti to 1.0.3, when I tried to open Cacti. I got this kind of interface which will display blank space for anything. Could someone help me to solve my issue?

PHP Error : 'PHP Fatal error: Call to a member function row() on a non-object in C:\inetpub\wwwroot\Cacti\lib\snmpagent.php on line 254'

My technical support :
MySQL 5.7.16
MySQL Workbench 6.3.8
PHP 5.5.33
Spine 0.8.8a
Net-SNMP 5.5.0-2
OpenSSL OpenSSL Light-1_0_2j
RRDTool 1.2.15-cygwin-1.5.20
VC++ 11 x64
VC++ 12 x64
Cacti 1.0.3
IIS 8.5
Window Server 2012

*Additional question :
- Are there any RRDTOOL 1.3+ for windows ? Since last time I check is 1.2.30-win32-perl1510
Link : http://oss.oetiker.ch/rrdtool/pub/?M=D
- Are there Spine 0.8.8a+ for windows ? Since last available link is cacti-spine-0.8.8a
Link : http://www.cacti.net/downloads/spine/packages/Windows/

*I use other template which works perfectly.
Attachments
cacti blank.jpg
cacti blank.jpg (71.51 KiB) Viewed 10958 times
Last edited by zetoo on Mon Jul 03, 2017 2:37 am, edited 1 time in total.
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

Checked console already but found no error, I try to open this cacti in IE.
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

Suddenly, I can access cacti with its interface working from other computer but if I try to access it from host server ( cacti ). I can not access it even tho its same browser IE 11.

Someone kindly enough to enlighten me for this issue?
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: Cacti blank interface

Post by BSOD2600 »

0.8.x plugins are not compatible with 1.x. Remove them.
http://forums.cacti.net/viewtopic.php?f=3&t=14946 - contains the current spine release and rrdtool 1.3. spine can be successfully compiled with cygwin on windows with no errors by following the readme (thats what I do).
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

BSOD2600 wrote:0.8.x plugins are not compatible with 1.x. Remove them.
http://forums.cacti.net/viewtopic.php?f=3&t=14946 - contains the current spine release and rrdtool 1.3. spine can be successfully compiled with cygwin on windows with no errors by following the readme (thats what I do).
Already tried to do fresh install according to your link given. Thank you.
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

BSOD2600 wrote:0.8.x plugins are not compatible with 1.x. Remove them.
http://forums.cacti.net/viewtopic.php?f=3&t=14946 - contains the current spine release and rrdtool 1.3. spine can be successfully compiled with cygwin on windows with no errors by following the readme (thats what I do).
Could you help me to figure out about my graph?
RRD is OK, Poller is working, SNMP is working, and Graph is displayed but Graph did not works with blank statistic. ( -1. #J)

Cacti Log : CMD PHP WARNING: SNMP Error: 'snmp2_get(): No response from 127.0.0.1', Device:'127.0.0.1'

PHP_error.txt : Nothing
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: Cacti blank interface

Post by BSOD2600 »

zetoo wrote:Could you help me to figure out about my graph?
RRD is OK, Poller is working, SNMP is working, and Graph is displayed but Graph did not works with blank statistic. ( -1. #J)

Cacti Log : CMD PHP WARNING: SNMP Error: 'snmp2_get(): No response from 127.0.0.1', Device:'127.0.0.1'
That last error would suggest snmp is not working.

what snmp agent are you using? I highly suggest the Windows agent for compatibility.
does a snmpwalk of the 127.0.0.1 return any data?
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

BSOD2600 wrote:
zetoo wrote:Could you help me to figure out about my graph?
RRD is OK, Poller is working, SNMP is working, and Graph is displayed but Graph did not works with blank statistic. ( -1. #J)

Cacti Log : CMD PHP WARNING: SNMP Error: 'snmp2_get(): No response from 127.0.0.1', Device:'127.0.0.1'
That last error would suggest snmp is not working.

what snmp agent are you using? I highly suggest the Windows agent for compatibility.
does a snmpwalk of the 127.0.0.1 return any data?
Well, I am using Net-SNMP 5.5.0-2 (SNMPv2). I got responses when trying to do "snmpwalk -v2c -c 'community' 127.0.0.1 ".

I see that 1.0.5 installer already available but I dont know if that update can help me to get through my issue here :o
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: Cacti blank interface

Post by BSOD2600 »

you can upgrade without the installer -- all the hard bits have been done for you ;)

is the net-snmp service running? again, I highly recommend going with the microsoft agent unless you have specific needs of net-snmp...

try this command instead

Code: Select all

snmpwalk -v 2c -c public localhost system
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

BSOD2600 wrote:you can upgrade without the installer -- all the hard bits have been done for you ;)

is the net-snmp service running? again, I highly recommend going with the microsoft agent unless you have specific needs of net-snmp...

try this command instead

Code: Select all

snmpwalk -v 2c -c public localhost system
SNMP Services and SNMP Trap, both works perfectly and configured for community name and host options.

It is just when I am using graph from template that I got this issue. Already tried to ugprade to 1.0.4 but same issue.

snmpwalk -v2c -c public localhost system seems working and got response.

This set up already tested on 0.8.8f and working but not on 1.0.x series. :lol:
zetoo
Cacti User
Posts: 68
Joined: Wed Nov 23, 2016 2:42 am

Re: Cacti blank interface

Post by zetoo »

Succeed upgrade to installer cacti 1.1.4 but seems like my graph template did not pulling because of my lack of knowledge.
Previously while using 0.8.8f version, my graph can generate graph using the old ways to create new graph.

But now, when I tried to pull it like old days and the graphs did not generated at all now except Host MIB and Data Query graph template.

Help me please :cry:
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest