Help neeeded

Hello,

I seem to be having a few problems with my website. If you go to my site www.paulwilman.com you will see what I mean. I am getting an http error message that a couple of scripts are failing to open my client raw.txt file. I have not made any changes to the 2files that are having problems and my client raw file appears ok and is being read elsewhere.

Does anyone with more knowledge than me know what is going on?

I have checked with my host and no problems there end

Thanks

It seems to me that your php.ini settings do not allow to use fopen with an URL for the filename.
Maybe your host changed the default value for that.
If the location for the clientraw.txt is in a setting, try setting it to “./clientraw.txt” instead.

Wim