From: Ken Youens-C. <ky...@gm...> - 2005-04-14 20:09:30
|
Hi, I'm following along in this tutorial: http://search.cpan.org/~cwinters/OpenInteract-1.99_06/lib/ OpenInteract2/Manual/Tutorial.pod And I'm up to the "Translate searching tasks to common" section. I made the changes to move to the "CommonSearch" as defined in this section. When I restart my web server, I see this following message: Error This action encountered one or more errors: No template found in 'c_search_form_template' key. This template is mandatory for the task to function. Even though my "conf/action.ini" has the following: [book] class = OpenInteract2::Action::Book task_default = search_form is_secure = no c_object_type = book c_search_form_template = book::search_form c_search_results_template = book::search_results c_search_fields_like = title c_search_results_order = title And the template does exist. (FWIW, everything in the tutorial was working perfectly up to this point.) What am I missing? ky |