I had a similar problem on a hosted site. Turns out it was
running PHP as an Apache API and the cache owner was
nobody. Moving phpix3 to a CGI Server API resulted in the
cache owner being the account name and I can delete them
just fine. Hope this helps!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=839337
I had a similar problem on a hosted site. Turns out it was
running PHP as an Apache API and the cache owner was
nobody. Moving phpix3 to a CGI Server API resulted in the
cache owner being the account name and I can delete them
just fine. Hope this helps!
Logged In: YES
user_id=877431
Thanks for the explanation, but I have already changed the
source code to fit my needs.
Maybe the developers were using the kind of server
configuration you describe.