Page type ignores it's theme php file

Permalink
I'm struggling with a strange problem, I can't get my new page type to use it's dedicated php file. I created a news.php in my theme root and a page type with news as handle. The problem is that the new page type is ignoring news.php and uses default.php instead. I've created several c5 sites and a lot of page types in the past but I can't figure this out, what could cause this problem?

The frontpage page type is working normally.

Added a few screens to show my setup.

Thanks in advance for any help!

2 Attachments

 
Mainio replied on at Permalink Reply
Mainio
I'd check that the handle is written 100% correctly (at least from the image it seems so) and then try and clear cache.
muhlegg replied on at Permalink Reply
Already tested that. I also tested with a new pag type with a totally different handle(content) and couldn't get that to work either. This should be so simple I can't understand why c5 suddenly ingnores my page files.

Next I'll try to put som breakpoints in the core to see if I'll locate the problem..
muhlegg replied on at Permalink Reply
Hmm, now it suddenly started working normally again. Confusing but at least it's "solved" :)

Thanks.
GetSirius replied on at Permalink Reply
GetSirius
I am rather new to concrete5 and had the same problem. It was the cache. Seems it is best to do your development with cache turned off.