Hope someone can help
Having a problem with a website I have that has been moved on to a new server. There is a very strange error message occuring now that did not exist before. It is:
Warning: fopen() [function.fopen]: Unable to access ./cache/cache_amazon_ etc.... and then goes on to show the line on the PHP file generating the error.
This line is:
if ($fp = fopen($filename, 'xb')) {
I have checked the permissions and the CHMOD on both old and new server folders are 755.
Is this a PHP setting on the server??
Thanks!