I'm having a problem with rewrite rules that handle displaying a locally-cached version of the Flickr thumbnails on my site. The relevant pieces are on this gist: https://gist.github.com/949786

When the rewrite rules are added using the filter_rewrite_rules() hook, 2 out of the 3 work fine. The third, cwm_display_flickr_thumbnail, does not. Every time the cron runs to update them and tries to URL::get( 'cwm_display_flickr_thumbnail', array( 'guid' => '<guid>' ) ); it fails and a log entry is generated claiming it could not find a matching rule.

If I insert the rule manually into the database everything works fine (part 2 of the gist).

Anyone have any ideas? This is driving me crazy...

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to