Better message on "warning: simplexml_load_string()" error
alex_b - November 1, 2007 - 16:04
| Project: | e-Commerce PayFlow Pro |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
simplexml_load_string() seems to complain if $response is not valid.
~ line 1724:
$xml_response = simplexml_load_string($response);

#1
This issue occurs, if the pfpro binaries couldn't be found. I check wether the shell_exec() call returned a valid XML result could help site builders better deal with this issue.