(Running 1.6.9)
I’ve got an odd one…
A template for a client is calling their projects, I am using a category of ‘Current’ and ‘Archive’ for this section as they needed to pick and choose which entries were current or not (sometimes they need to move an archive project into current.)
The archive template WAS working but now it seems to have stopped. It just returns a blank page, I’ve got debugging turned on and it’s showing nothing at all, looked at the source code and it is completely blank. When the ‘category=“4”’ bit is removed it shows all of the ‘Projects’ entries without issue. The page that shows the ‘Current’ work, which is very similar in construction is working fine.
My template structure is as follows:
/projects/index
/projects/archive
/projects/project
The ‘Projects’ weblog is set to use the path /projects/ and the comments url is set to projects/project (this usually works for me).
I am using .htaccess to remove /index.php/ and this is functioning normally on all other pages.
I can’t see what could be causing this. My only thought is that once a second segment appears in the URL, it breaks for some reason.
Any help is appreciated.