Array
(
    [0] => http:
    [1] => 
    [2] => agreements.realdealdocs.com
    [3] => Collaboration-Agreement
    [4] => Amendment-of-the-December-18-2001-Collab-676093
    [5] => b49672aiexv31w1.txt
)
1
Back to top

Missing controller

You are seeing this error because controller Collaboration-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/collaboration-agreement_controller.php

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