By Bugilt on
I just finished installing drupal. When I click Administer I get this error.
Fatal error: Call to undefined function xml_parser_create() in /htdocs/www/jjmc/modules/update/update.fetch.inc on line 155
I just finished installing drupal. When I click Administer I get this error.
Fatal error: Call to undefined function xml_parser_create() in /htdocs/www/jjmc/modules/update/update.fetch.inc on line 155
Comments
Your PHP version has xml functions turned off
You need to make sure that your PHP does not disable xml support, which should be enabled by default. Ask your server administrator or hoster to remove the "--disable-xml" from the install script.
Eg: http://php.net/manual/en/xml.installation.php
If it is a windows install, try the following extension (use other extensions in php.ini for the exact syntax, and make sure that the file exists!)
extension=php_xmlrpc.dll
Alan Davison
www.caignwebs.com.au
Alan Davison
Hello, I'm running a virtual
Hello, I'm running a virtual server from GoDaddy, on Red Hat linux, Apache 1.3, PHP 4.3.11, MySQL 5.0.
After installing the Innovation News Profile and all the modules required (on sites/all/modules), at the end of the installation it gives me this error:
Fatal error: Call to undefined function content_instance_tablename() in /home/content/v/e/n/venexoz/html/drupal/sites/all/modules/cck/includes/content.crud.inc on line 453
I have not yet found any answer here, so I decided to ask.
Thank you in advance
Off topic but..
Can you roll back and redo the install?
If so, install CCK first, but itself. Then any extra fields, then the "Innovation News Profile" (whatever this is - never used it). Seems like the order was out of sync, installing something that relied on CCK before CCK was installed. Caching may also upset this even if in the correct order.
Also, there may be a bug with a module, installing one by one will track down which one is casuing the problem. Once found, lodge an issue on the projects page.
Alan Davison
www.caignwebs.com.au
Alan Davison