I had a script running by cron and it was working correctly but last week the server cannot copy the txt file form one of my servers to the other.
I tried copy which used to work fine
then curl, fput andfile_get_contents
then went to ftp.
All with the same results cannot get file I end up with a empty text file.
I cannot understand why a script would suddenly stop working I have tried to ping the server and from my pc works fine from the server to server does not work times out from one.
I have no firewall on the servers
open_basedir no value
allow_url_fopen On
How can I get the servers talking to each other again ?
Cannot think how to figure out where to look anymore to correct the problem.
Any help would be great thanks.