Missing Method in CategoriesController

You are seeing this error because the action KJVOnlyism.aspx is not defined in controller CategoriesController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class CategoriesController extends AppController
    {
        function KJVOnlyism.aspx()
        {

        }
    }
?>

in file : app/controllers/categories_controller.php

Error: Unable to execute action KJVOnlyism.aspx in CategoriesController

Search

Login

Login
or
Sign Up