Block absolutely will not update

Permalink
I'm working on the default page list block and made a few changes to view.php in concrete/blocks/page_list.

The changes will not update on the site. All caching is off, the cache has been cleared manually several times, and the browser cache is cleared.

When I use dev tools on the page, it is not outputting a new div that I added to the view.php file, and furthermore I deleted the entire view.php file from the directory to induce an error and it still displayed the old page list. So I'm pretty confident it's a caching problem - any ideas?

Thank You

 
hutman replied on at Permalink Reply
hutman
Is there a reason you didn't move the file from /concrete/blocks/page_list/view.php to /application/blocks/page_list/view.php? That is the proper way to override a file.

It's possible you updated your site through the dashboard and the actual core that's being used is in the /updates directory, not /concrete.
wilfordbrimley replied on at Permalink Reply
"It's possible you updated your site through the dashboard and the actual core that's being used is in the /updates directory, not /concrete."

This solved it, thanks!