Disclaimer

Missing Method in CategoriesController

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

        }
    }
?>

in file : app/controllers/categories_controller.php

Error: Unable to execute action 13 in CategoriesController