Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[User Error] Uncaught Exception: Object->__call(): the method 'geteventclass' does not exist on 'Calendar_Controller'
GET /calendar/ics/14/20090404T140000-20090404T150000

Line 431 in /Users/Howard/Desktop/localhost/svn/sapphire/core/Object.php
Source

422         case isset($config['function']) :
423           return $config['function']($this, $arguments);
424         
425         default :
426           throw new Exception (
427             "Object->__call(): extra method $method is invalid on $this->class:" . var_export($config, true)
428           );
429       }
430     } else {
431       throw new Exception("Object->__call(): the method '$method' does not exist on '$this->class'");
432     }
433   }
434   
435   // -----------------------------------------------------------------------------------------------------------------
436   
437   /**

Trace

    * Object->__call(getEventClass,Array)
    * Calendar_Controller->getEventClass()
      Line 474 of Calendar.php
    * Calendar_Controller->ics(HTTPRequest)
      Line 163 of Controller.php
    * Controller->handleAction(HTTPRequest)
      Line 109 of RequestHandler.php
    * RequestHandler->handleRequest(HTTPRequest)
      Line 123 of Controller.php
    * Controller->handleRequest(HTTPRequest)
      Line 28 of ModelAsController.php
    * ModelAsController->handleRequest(HTTPRequest)
      Line 277 of Director.php
    * Director::handleRequest(HTTPRequest,Session)
      Line 121 of Director.php
    * Director::direct(/calendar/ics/14/20090404T140000-20090404T150000)
      Line 117 of main.php