bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.63k forks source link

How can i remove cache files? #4831

Closed webhacking closed 7 years ago

webhacking commented 7 years ago

I am trying to delete cache file and I get the error below

Unable to delete cache file

And here is my source codes on My_Controller

$this->output->cache(1);
$this->output->delete_cache();
webhacking commented 7 years ago

Current i am using Codeigniter3

narfbg commented 7 years ago

This is a bug tracker.

We don't answer such questions here.

Ask them on our forums instead.