sym link no work either.
also, I added a clearstatscache() before the diagnostics happen
Quote:
You should also note that PHP doesn't cache information about non-existent files. So, if you call file_exists() on a file that doesn't exist, it will return FALSE until you create the file. If you create the file, it will return TRUE even if you then delete the file.
|
can you post the cron job you have that copies the file etc?