I created an application on my local PC machine to communicate with Filemaker on another server. Eventually I got everything to work fine with the use of the FX class. Now when I moved it to the Unix production server (of which I have no admin access) if received the following error:
I am assuming, since this is a PHP function, that something was not bundled in during the install. From what I read, it should have been installed by default.
Does anyone have an idea why 1. I get this error and 2. if there are any workarounds since I don't have admin access to the server. I don't think there is anything in the ini file to set for this.
Thanks
Code:
Fatal error: Call to undefined function: xml_parser_create() in .../httpdocs/adm/src/FX.php on line 467
I am assuming, since this is a PHP function, that something was not bundled in during the install. From what I read, it should have been installed by default.
Does anyone have an idea why 1. I get this error and 2. if there are any workarounds since I don't have admin access to the server. I don't think there is anything in the ini file to set for this.
Thanks