Missing Method in OrdersController
You are seeing this error because the action function.fileputcontents
is not defined in controller OrdersController
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 OrdersController extends AppController
{
function function.fileputcontents()
{
}
}
?>
in file : app/controllers/orders_controller.php
Error: Unable to execute action function.fileputcontents in
OrdersController
|