Array
(
[0] => http:
[1] =>
[2] => agreements.realdealdocs.com
[3] => Collective-Bargaining-Agreement
[4] => COLLECTIVE-BARGAINING-AGREEMENT-1061336
[5] => a06-9694_3ex10d24.htm
)
1
You are seeing this error because controller Collective-Bargaining-AgreementController could not be found.
Notice: If you want to customize this error message, create app/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : app/controllers/collective-bargaining-agreement_controller.php
<?php
class Collective-Bargaining-AgreementController extends AppController {
var $name = 'Collective-Bargaining-Agreement';
}
?>