OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

Call to undefined function xml_parser_create

oldmantom

25-01-2012 09:20:58

Hey,

During the web-based installation, after I have submitted the mysql database details, it is returning the following:

Fatal error: Call to undefined function xml_parser_create() in /usr/local/www/ona/www/include/adodb5/adodb-xmlschema03.inc.php on line 1791

Any help would be much appreciated!

oldmantom

25-01-2012 09:25:01

Forgot to include, currently running PHP 5.3.4 on FreeBSD and installed the php5-xml port in-case that was the issue.

Matt

25-01-2012 21:03:40

From what I see its likly an issue with a missing php extension or possibly its not enabled in your php.ini etc. xml_parser_create is part of php itself so it should be there. I don't have access to a freebsd box handy to play around but I'm sure all that you need is there, we just need to find the right way to get it enabled.

I found several hints at some things to try just by googling "freebsd php xml_parser_create".

I can't offer much more help other than to try some of the testing that they suggest on this page http://fossplanet.com/f6/%5Bphp%5D-xml-enabled-but-not-working-193105/ and other pages like it.

thanks

oldmantom

27-01-2012 06:31:09

Thanks Matt,

I'll try and do some testing and will let you know how I get on.