AD, this example (test class) that IS the code is I'm debuggind, where can it be more deep?
On Nov 6, 2:44 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Nov 6, 12:55 pm, MaxDao <[EMAIL PROTECTED]> wrote: > > > I came with die(__LINE__ . '-' . __FILE__); thru dispatcher code, and > > found place where apache segfauls: > > >https://trac.cakephp.org/browser/trunk/cake/1.1.x.x/cake/libs/control... > > > Very strange.. I have many OPP code and it works just great. > > You are not debugging deep enough. $this->modelClass is a string, and > you are instanciating a model class (named Test in your case, assuming > your example code is what you are debugging) with that line. > > don't stop debugging until you reach a php function call or otherwise > can't go any deeper > > hth > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
