Hello,
I am getting the simplexml_load_file error. I researched it and found the allow_url_fopen directive fix, but I am using shared hosting and cannot change my PHP directives. The webdev experts I read from claimed that using curl instead would fix this problem, and also that using fopen to pull in external files was not secure and that curl should be used instead anyway.
Could you change your code to use curl instead, to better support shared hosting users? Or perhaps send the required code changes to me at least? I could not figure out how to code all those changes myself.
Thank you for your time