i have a signupview page where has include('header.php') at the top and include('footer.php') at the bottom. These are external php pages. Just yesterday when i make a change to the footer.php or even delete it from the server the signupview page still have the footer.php there. But the header.php seems fine if i make changes.
I tried clear cache the browser still nothing.
CodeIgniter has caching mechanism. Just check your cache folders to see if the file is being cached.
I met the same problem.
And there is no related cache files found in application/cache folder.
But there are 2 ways I found: 1/After refreshing the page several times, the page rendered from edited server code got reflected. OR 2/Waiting for some minutes & refreshing the page, the page is updated as the updated code of server page.