10-18-2007, 04:46 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
It means that the function simplexml_load_string has not been defined -- it is not available to be used. Are you running PHP4 on the server by any chance? The SimpleXML extension is only available (and enabled by default) in PHP5.
|
|
|
|