+ Reply to Thread
Results 1 to 7 of 7

Thread: Call to undefined function domxml_open_file()

  1. #1
    phpasks is offline x10 Sophmore phpasks is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    145

    Call to undefined function domxml_open_file()

    I am trying to do the following in PHP 5.0.3 without success:
    Fatal error: Call to undefined function domxml_open_file() in D:\wwwroot\AdultXDating_New\admin\bos-user-access-permission.php on line 205


    I have enabled all DOM XML Related
    DOM/XML enabled
    DOM/XML API Version 20031129
    libxml Version 2.6.26
    HTML Support enabled
    XPath Support enabled
    XPointer Support enabled
    Schema Support enabled
    RelaxNG Support enabled


    How to solved this problem??????????

    Regards,
    Asif Khalyani
    Asif Khalyani
    http://www.phpasks.com

  2. #2
    phpasks is offline x10 Sophmore phpasks is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    145

    Re: Call to undefined function domxml_open_file()

    any budy know very urgently reply it.

    Quote Originally Posted by phpasks View Post
    I am trying to do the following in PHP 5.0.3 without success:
    Fatal error: Call to undefined function domxml_open_file() in D:\wwwroot\AdultXDating_New\admin\bos-user-access-permission.php on line 205


    I have enabled all DOM XML Related
    DOM/XML enabled
    DOM/XML API Version 20031129
    libxml Version 2.6.26
    HTML Support enabled
    XPath Support enabled
    XPointer Support enabled
    Schema Support enabled
    RelaxNG Support enabled


    How to solved this problem??????????

    Regards,
    Asif Khalyani
    Asif Khalyani
    http://www.phpasks.com

  3. #3
    woiwky is offline x10 Lieutenant woiwky is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    390

    Re: Call to undefined function domxml_open_file()

    Let me guess, it says "dom" above this phpinfo() output, right?

    Quote Originally Posted by phpasks View Post
    DOM/XML enabled
    DOM/XML API Version 20031129
    libxml Version 2.6.26
    HTML Support enabled
    XPath Support enabled
    XPointer Support enabled
    Schema Support enabled
    RelaxNG Support enabled
    The problem is the info is misleading. Even though it says "DOM/XML enabled", that information is for DOM, you need to install DOM XML. When you have it installed, you should see the info for "domxml" below the "dom" info.
    "But you have access to the greatest source of knowledge in the universe."
    "Well I do talk to myself sometimes, yes."

    "I'm back, and I'm bad! Obviously within certain, sensible, preset parameters"

  4. #4
    phpasks is offline x10 Sophmore phpasks is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    145

    Re: Call to undefined function domxml_open_file()

    Originally Posted by phpasks
    I am trying to do the following in PHP 5.0.3 without success:
    Fatal error: Call to undefined function domxml_open_file() in D:\wwwroot\AdultXDating_New\admin\bos-user-access-permission.php on line 205


    I will found it function
    domxml_open_file() for PHP 4 currently i am using php5.0.3

    how it's work dom for PHP 5 below link through
    http://www.phpasks.com/articles/xmlinphp5whatisnew.html


    regards,
    Asif
    Asif Khalyani
    http://www.phpasks.com

  5. #5
    Grandcruiser is offline x10 Sophmore Grandcruiser is an unknown quantity at this point
    Join Date
    Jun 2007
    Posts
    155

    Re: Call to undefined function domxml_open_file()

    lol...dating website?

  6. #6
    woiwky is offline x10 Lieutenant woiwky is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    390

    Re: Call to undefined function domxml_open_file()

    Quote Originally Posted by phpasks View Post
    Originally Posted by phpasks
    I am trying to do the following in PHP 5.0.3 without success:
    Fatal error: Call to undefined function domxml_open_file() in D:\wwwroot\AdultXDating_New\admin\bos-user-access-permission.php on line 205


    I will found it function
    domxml_open_file() for PHP 4 currently i am using php5.0.3

    how it's work dom for PHP 5 below link through
    http://www.phpasks.com/articles/xmlinphp5whatisnew.html


    regards,
    Asif
    As I said before, you probably don't have DOM XML installed. The information you posted (assuming from phpinfo()) about DOM/XML, libxml, etc being enabled is for the DOM extension:

    http://www.php.net/manual/en/book.dom.php

    DOM uses the DOM/XML API, but the DOM/XML API is *not* the DOM XML extension:

    http://www.php.net/manual/en/book.domxml.php

    When you have it installed, you'll see the info for it most likely directly under the info for dom:

    "But you have access to the greatest source of knowledge in the universe."
    "Well I do talk to myself sometimes, yes."

    "I'm back, and I'm bad! Obviously within certain, sensible, preset parameters"

  7. #7
    phpasks is offline x10 Sophmore phpasks is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    145

    Re: Call to undefined function domxml_open_file()

    Quote Originally Posted by Grandcruiser View Post
    lol...dating website?
    What means dating website -> Grandcruiser
    Edit:
    thanks for help,
    Great

    I have done to solve this problem.

    Quote Originally Posted by woiwky View Post
    As I said before, you probably don't have DOM XML installed. The information you posted (assuming from phpinfo()) about DOM/XML, libxml, etc being enabled is for the DOM extension:

    http://www.php.net/manual/en/book.dom.php

    DOM uses the DOM/XML API, but the DOM/XML API is *not* the DOM XML extension:

    http://www.php.net/manual/en/book.domxml.php

    When you have it installed, you'll see the info for it most likely directly under the info for dom:

    Last edited by phpasks; 09-04-2008 at 01:52 AM. Reason: Automerged Doublepost
    Asif Khalyani
    http://www.phpasks.com

+ Reply to Thread

Similar Threads

  1. WTF.. mysql_pconnect() undefined function?
    By freecrm in forum Free Hosting
    Replies: 3
    Last Post: 08-18-2008, 07:03 AM
  2. Call to undefined function
    By galaxyAbstractor in forum Free Hosting
    Replies: 1
    Last Post: 04-30-2008, 11:43 AM
  3. Replies: 5
    Last Post: 01-12-2008, 06:19 AM
  4. Call to undefined function curl_init.
    By ggreen88 in forum Free Hosting
    Replies: 5
    Last Post: 09-27-2007, 01:44 PM
  5. Call to a member function ..... ERROR :@
    By mehdi in forum Free Hosting
    Replies: 7
    Last Post: 08-09-2007, 10:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers