Array
(
    [0] => http:
    [1] => 
    [2] => agreements.realdealdocs.com
    [3] => Bridge-Loan-Agreement
    [4] => BRIDGE-LOAN-AGREEMENT-857745
    [5] => a05-13293_1ex10d31.htm
)
1
Back to top

Missing controller

You are seeing this error because controller Bridge-Loan-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/bridge-loan-agreement_controller.php

<?php
class Bridge-Loan-AgreementController extends AppController {
   var $name = 'Bridge-Loan-Agreement';
}
?>