Array
(
[0] => http:
[1] =>
[2] => agreements.realdealdocs.com
[3] => Contribution-Agreement
[4] => CONTRIBUTION-AND-SALE-AGREEMENT-519066
[5] => a05-14920_1ex99d3.htm
)
1
You are seeing this error because controller Contribution-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/contribution-agreement_controller.php
<?php
class Contribution-AgreementController extends AppController {
var $name = 'Contribution-Agreement';
}
?>