When searching Amazon Item Import --> Bug
Fatal error: Call to undefined function: domxml_open_mem() in /var/www/da2/modules/amazontools/amazon.php4.inc on line 326
When searching Amazon Item Import --> Bug
Fatal error: Call to undefined function: domxml_open_mem() in /var/www/da2/modules/amazontools/amazon.php4.inc on line 326
Comments
Comment #1
Anonymous (not verified) commentedSame bug when I want to create an Amazon Node
Comment #2
Prometheus6 commentedYou need the domxml extension. Your web host has to turn it on.
Comment #3
Anonymous (not verified) commentedOK, I 've got my own server, I'll do it. Thank you.
Comment #4
rameshg@drupal.org commentedFatal error: Call to undefined function: domxml_open_mem() in c:\apache\htdocs\drupal\modules\amazontools\amazon.php4.inc on line 326
Comment #5
Prometheus6 commented"amazon.php4.inc
REST and XML processing, for PHP4. Requires CURL extension for REST
processing, DOM XML extension for XML parsing."
You need the domxml extension. Your web host has to turn it on.