Hi
I've installed cacti-0.8.5a on mandrake 9.1
When i browse to cacti the install screen will show up
Click on next , and everything is found !
When i click next again the follow error appears :
Fatal error: Call to undefined function: xml_parser_create() in /var/www/html/cacti-0.8.5a/lib/xml.php on line 31
Can someone explain whats going on en how i reslove this problem ??
Thnx
Trappie
Fatal error: Call to undefined function: xml_parser_create()
Moderators: Developers, Moderators
hmm.. does your php have xml-support built-in ?
you can check this with the phpinfo() function:
create a file on your webserver that simply contains
and name iit phpinfo.php (or similar... but must have the ending .php)
then point your browser to that file.. http://$yourserver/$somedirs/phpinfo.php
you should receieve a list with much information...
Your Server has XML-Support if there's a section called "xml" (what a surprise.. ) whoch has the property "XML Support | active"
regards, Mänu
you can check this with the phpinfo() function:
create a file on your webserver that simply contains
Code: Select all
<?
phpinfo();
?>
then point your browser to that file.. http://$yourserver/$somedirs/phpinfo.php
you should receieve a list with much information...
Your Server has XML-Support if there's a section called "xml" (what a surprise.. ) whoch has the property "XML Support | active"
regards, Mänu
To know recursion, you must first know recursion.
that depends on your distribution...
mandrake uses AFAIK RPM-Packages...
=> so you have to install xml-packages... perhaps you have to reinstall the php-packages after the xml-stuff to ensure that it detects the xml-library
the packages are named libxml or similar..
perhaps a mandrake-specialist is reading this forum... ?
=> you can also use groups.google.com to find others who have the same troubles as you...
Regards
mandrake uses AFAIK RPM-Packages...
=> so you have to install xml-packages... perhaps you have to reinstall the php-packages after the xml-stuff to ensure that it detects the xml-library
the packages are named libxml or similar..
perhaps a mandrake-specialist is reading this forum... ?
=> you can also use groups.google.com to find others who have the same troubles as you...
Regards
To know recursion, you must first know recursion.
Who is online
Users browsing this forum: No registered users and 0 guests