Closed (fixed)
Project:
Context
Version:
6.x-3.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 21:40 UTC
Updated:
25 Feb 2010 at 22:11 UTC
I've created a very simple context, the condition is Path == test and the reaction is to put some content into blocks on the page.
The blocks on the rendered page are populated correctly, but the page title and $content read "Page Not Found", and there is an error log entry reading "page not found" for the context's url (e.g. www.site.com/test).
What might be my next steps re. diagnosing this? Any particular file/function that I should breakpoint? (there are a whole bunch of them)
Comments
Comment #1
yhahn commentedIs there actually a page at
test? Context does not create pages on its own -- they must already exist.Comment #2
Mike_Waters commented[headsmack]