You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't an issue with the script as far as I can see, probably just a tweak ended in my config somewhere.
I have setup this script no problem on a linux server for testing purposes.
It all worked perfectly fine and uploaded test data to Rightmoves site.
Thank you for the class it saved me a lot of time.
However in production unfortunately the site is running on a Windows IIS server running PHP 5.6 and it just refuses to work. Im guessing its a certificate issue, and Rightmove themselves can't suss out why it is not working and even mentioned this class. I have checked curl is working on the server and I get a response. If I do a var_dump on the data before the curl its exactly as it is on my linux sever. The curl response just returns : null
Any ideas on making it work on windows server ?
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi,
This isn't an issue with the script as far as I can see, probably just a tweak ended in my config somewhere.
I have setup this script no problem on a linux server for testing purposes.
It all worked perfectly fine and uploaded test data to Rightmoves site.
Thank you for the class it saved me a lot of time.
However in production unfortunately the site is running on a Windows IIS server running PHP 5.6 and it just refuses to work. Im guessing its a certificate issue, and Rightmove themselves can't suss out why it is not working and even mentioned this class. I have checked curl is working on the server and I get a response. If I do a var_dump on the data before the curl its exactly as it is on my linux sever. The curl response just returns : null
Any ideas on making it work on windows server ?
Many thanks.
The text was updated successfully, but these errors were encountered: