Fatal error
wwwbug - July 16, 2006 - 06:12
| Project: | Amazon associate tools |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Prometheus6 |
| Status: | closed |
Jump to:
Description
Firstly,appreciating for your hard work ,and i like this module very much .When i run it in a share hosting ,it run correctly,but when i upgrade my host to VPS,it run incorrectly . i have asked in the forum,and have called to my hosting company to resolve the problem for me ,but it was useless,it still run correctly like this:
Fatal error: Call to undefined function: domxml_open_mem() in /home/agi/public_html/modules/amazontools/amazon.php4.inc on line 327.
Please help me ! And thanks a lot for any your responding!

#1
Looks like a problem I had on an own server with it - it might be that your server is running on PHP4 and missing the necessary DOM XML extension?! Look here:
amazon.php4.inc
REST and XML processing, for PHP4. Requires CURL extension for REST processing, DOM XML extension for XML parsing.
#2
needs domxml extension.
#3
Issue Closed