Phone: 317-872-5650
Fax: 317-876-2428
Fax: 317-876-2428
Hours:
Monday, Tuesday, Wednesday, Friday
3:00 p.m. - 8:00 p.m.
Saturday
11:00 a.m. - 8:00 p.m
Sunday
11:00 a.m. - 6:00 p.m.
Closed
Thursday and Holidays
Missing Method in NewsArticlesController
You are seeing this error because the action heretohelp is not defined in controller NewsArticlesController
If you want to customize this error message, create app\views/errors/missing_action.thtml.
Fatal: Confirm you have created the NewsArticlesController::heretohelp() in file : app\controllers\news_articles_controller.php
<?php
class NewsArticlesController extends AppController {
function heretohelp() {
}
}
?>


