I have script which calls zoho api, Its working fine on localhost but when i upload the script to server it doesnt works, errror says
Severity: Warning
Message: simplexml_load_file(https://crm.zoho.com/crm/private/xml/Leads/getMyRecords?newFormat=1&apikey={removed}&ticket={removed}): failed to open stream: Connection refused
Filename: models/xml_model.php
Line Number: 25
I checked php.ini settings to check if simple xml is enables, i can see its enabled. I also can see "allow_url_fopen" for both local and master is set to "ON"
Is there anything i must check ??