Missing Method in CategoriesController
You are seeing this error because the action 107 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 107()
{
}
}
?>
in file : app/controllers/categories_controller.php
Error: Unable to execute action 107 in CategoriesController
