Missing Method in CategoriesController

You are seeing this error because the action King_James_Only.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 King_James_Only.aspx()
        {

        }
    }
?>

in file : app/controllers/categories_controller.php

Error: Unable to execute action King_James_Only.aspx in CategoriesController

Search

Login

Login
or
Sign Up