fopen: Connection failed! since upgrading to 1.6.6
Posted: Fri Oct 16, 2009 2:01 am
Since upgrading to 1.6.6 and, subsequently, php 5.(something) the System Information on my CMSMS sites tells me that
fopen: Connection failed!
No such warning shows on a phpinfo check.
I've asked the host to check on this and they tell me:
fopen can be used to open system paths, eg fopen("/home/mysite/public_html/textfile.txt"); or it can be used to open web URLs, eg fopen("http://mysite.com.au/textfile.txt"); - the first method is allowed, but for security reasons, the second method is not allowed. Please check your code and make sure you're not using the second method.
Can anyone suggest what might be happening and if it will cause problems with my CMSms sites.
Thanks
fopen: Connection failed!
No such warning shows on a phpinfo check.
I've asked the host to check on this and they tell me:
fopen can be used to open system paths, eg fopen("/home/mysite/public_html/textfile.txt"); or it can be used to open web URLs, eg fopen("http://mysite.com.au/textfile.txt"); - the first method is allowed, but for security reasons, the second method is not allowed. Please check your code and make sure you're not using the second method.
Can anyone suggest what might be happening and if it will cause problems with my CMSms sites.
Thanks