Ad Widget

Collapse

class.domdocument.php is missing ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abenedicth
    Junior Member
    • Apr 2010
    • 8

    #1

    class.domdocument.php is missing ???

    Hi,

    I'm having problem exporting maps with 1.8.2. Have tried with firefox 2 and ie 6,7,8. Haven't tried with firefox 3.

    With firefox, I got no error message. It prompts to open/save xml file but the file is empty (zero size).

    With ie, I got "HTTP 500 - Internal server error" message.

    I found following error from php log file. Both ie and firefox produces the same php error:
    [15-Apr-2010 10:30:33] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'include/classes/class.domdocument.php' (include_path='.:/usr/local/share/pear') in /usr/local/www/zabbix/include/config.inc.php on line 62

    I have redownloaded zabbix sources again but can't seem to find class.domdocument.php.

    Is it missing?

    Thank you
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Please use search: http://www.zabbix.com/forum/showthre...ocument&page=2
    Zabbix | ex GUI developer

    Comment

    • abenedicth
      Junior Member
      • Apr 2010
      • 8

      #3
      Solved

      Hi Aly,

      Problem solved.

      php5-xml already installed. The one missing was php5-dom.
      I installed php5-dom from the ports and it works fine.

      Thanks a lot for your help.

      Comment

      Working...