DOM Functions Not Working after PHP Install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Sirianni

    #1

    DOM Functions Not Working after PHP Install

    I downloaded and installed PHP 5 on a linux machine. For some reason I
    am getting "Fatal error: Call to undefined function domxml_open_fil e()"
    when loading a php file that uses that function. This seems to indicate
    that the DOM functions are missing/not installed properly.
    I did configure with the --with-dom option.

    Here is the phpinfo():


    Any suggestions on what could be wrong and what the fix is?

    Thanks,
    Eric

  • Henrik Hansen

    #2
    Re: DOM Functions Not Working after PHP Install

    Eric Sirianni wrote:[color=blue]
    > I downloaded and installed PHP 5 on a linux machine. For some reason I
    > am getting "Fatal error: Call to undefined function domxml_open_fil e()"
    > when loading a php file that uses that function. This seems to indicate
    > that the DOM functions are missing/not installed properly.
    > I did configure with the --with-dom option.
    >
    > Here is the phpinfo():
    > http://www.ericandlaura.com/phpinfo.php
    >
    > Any suggestions on what could be wrong and what the fix is?
    >
    > Thanks,
    > Eric
    >[/color]


    yes, the dom module changed in php5.



    --
    Henrik Hansen

    Comment

    Working...