Array
(
    [0] => http:
    [1] => 
    [2] => agreements.realdealdocs.com
    [3] => Aircraft-Lease-Agreement
    [4] => LEASE-AGREEMENT-by-and-between-INDIANAPO-75855
    [5] => a05-12324_1ex10d19.htm
)
1
Back to top

Missing controller

You are seeing this error because controller Aircraft-Lease-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/aircraft-lease-agreement_controller.php

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