Missing Method in ChannelsController

You are seeing this error because the action video_list_home is not defined in controller ChannelsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the ChannelsController::video_list_home() in file : app/controllers/channels_controller.php

<?php
class ChannelsController extends AppController {
   function video_list_home() {
   }

}
?>