PDA

View Full Version : Call to undefined function xml_parser_create() [cant beat this]


Zeeboot
10-01-2007, 05:05 PM
Full error:
Fatal error: Call to undefined function xml_parser_create() in /usr/local/www/apache22/data/cerb4/libs/devblocks/libs/ZendFramework/Zend/Translate/Adapter/Tmx.php on line 88
(I receive this error when I go to http://serverip/cerb4/install/index.php)

I can't even get to the install phase because I can't get around these errors. I have ran the little test utility to make sure all my modules are installed. As far as that test goes my system is very much capable of running cerb.

I am running a FreeBSD 6.2 system with Apache 2.2 PHP 5.1.6 MySQL version I don't remember but it's the latest release in the ports collection for FreeBSD.

I am having a hard time finding resolutions via google so hopefully you all can shed some light on the subject.

Zeeboot
10-02-2007, 12:52 AM
After a lot of research this issue apparently is caused by xml not being enabled in my php setup. While my phpinfo page says all xml based entries are enabled something was missing. To resolve the issue I had to install php5 xml component.

jstanden
10-02-2007, 11:08 PM
Alright! We just use the SimpleXML extension (as well as ZendFramework). I'll take a look and make sure the requirements are checked properly for this.

I added this to the roadmap:
http://www.wgmdev.com/jira/browse/CHD-198