Let's look at some possible causes.
First of all what is the username/accountname under which the site is running?
Next what are the current permissions and user/group for:
- ./includes directory
- ./includes/datastore directory
- ./includes/datastore/datastore_cache.php file
You say that the time is updated on the file but you don't see the changes. Can you verify if the changed data is written to the file or not.
Also are you using any caching mechanism that might be serving an old version of the file?
|