Ad Widget

Collapse

Fatal error: Call to undefined function sprint_f()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bixuan
    Junior Member
    • Jan 2011
    • 1

    #1

    Fatal error: Call to undefined function sprint_f()

    I use Centos5.4 64bit and Zabbix-1.8.4

    When I create the graph from "templates", then show me this message:

    Fatal error: Call to undefined function sprint_f() in /opt/wwwroot/zabbix/api/classes/class.cgraph.php on line 901

    How can I do it?

    thanks a lot.
  • awshima
    Junior Member
    • Nov 2008
    • 1

    #2
    Same error here, while adding a graph:

    PHP Fatal error: Call to undefined function sprint_f() in /usr/local/share/zabbix/api/classes/class.cgraph.php on line 901

    In my case, it looks like it can't print a error message: S_GRAPH_ALREADY_EXISTS_ON

    Comment

    • richlv
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2005
      • 3112

      #3
      hmm. looks like this problem should be already fixed in the latest 1.8 development versions (and should work ok in 1.8.5).

      the problem most likely is encountered when attempting to create a graph with a name that already exists, so to avoid it you can use a unique name
      Zabbix 3.0 Network Monitoring book

      Comment

      Working...