Closed (fixed)
Project:
Patterns
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 21:44 UTC
Updated:
16 Jun 2009 at 19:04 UTC
I can't seem to run any patterns, including the example pattern.
When I go to run a pattern at /admin/build/patterns it goes to an empty page with the title: "Processing pattern XML Example". I have tried running various examples people have posted here, but none work. I have cleared all caches, set permissions for 'administer patterns' and even tried on user #1.
I am able to trigger errors, so I know it is at least trying to do something, for instance running this pattern:
<pattern>
<actions>
<theme>fake_out_theme</theme>
</actions>
</pattern>gives the error
Errors encountered during pre-processing:
Action #1 (theme) in pattern : fake_out_theme is not a valid theme.If I enter a valid theme
<pattern>
<actions> <theme>zen</theme>
</actions>
</pattern>Then nothing happens.
This seems like a great module, exactly what we need, but I don't understand why it is not working. Any ideas?
Comments
Comment #1
luxx commentedTurns out this was unrelated to patterns, an issue in the theme was causing batch not to run properly.