![]() |
![]() |
You are seeing this error because the action pdf is not defined in controller MsdsController
If you want to customize this error message, create app\views/errors/missing_action.thtml.
Fatal: Confirm you have created the MsdsController::pdf() in file : app\controllers\msds_controller.php
<?php
class MsdsController extends AppController {
function pdf() {
}
}
?>