2005-04-21 11:32:19
cannot import content or language pack for Spanish
If you are asking for help, provide lots of detail so problems can be reproduced.
Things to describe:
operating system -
version of ATutor -
versions of php -
version of mysq l -
webserver & version -
copies of error messages -
changes to default settings -
web browser being used -
and anything else relevant -
Upon trying to import content, whether a language pack or a course file, I receive the following errors:
When importing course material:
Fatal error: Call to undefined function: xml_parser_create() in /var/www/html/ATutor/tools/ims/ims_import.php on line 344
When importing language pack from atutor site:
Fatal error: Call to undefined function: xml_parser_create() in /var/www/html/ATutor/include/classes/Language/LanguageParser.class.php on line 32
I find that although these are two different processes, they have the xml_parser_create() function in common. Why would it be an undefined function?
Could you help me find a solution to this problem? The instalation is on a Linux server using Mandrake 10. I am using Apache 2 because that was what came with the Mandrake 10 install. Globals are turned off in php.ini. No other modification has been made. I have already checked all the version numbers of mysql, apatche, and php and they are in excess of what is required.