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

Anonymous’s picture

Same bug when I want to create an Amazon Node

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (works as designed)

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.

Anonymous’s picture

OK, I 've got my own server, I'll do it. Thank you.

rameshg@drupal.org’s picture

Version: 4.7.x-1.x-dev » 5.x-1.5
Assigned: Prometheus6 »

Fatal error: Call to undefined function: domxml_open_mem() in c:\apache\htdocs\drupal\modules\amazontools\amazon.php4.inc on line 326

Prometheus6’s picture

"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.