You can try narrowing it down by lopping off sections of your app one a time. Start with broad strokes, rename your database.php file to something else taking away the database connection all together. Your app will fail but it might give you a place to start if you don't run into the out of memory error. From there dig into the dbo_mysql.php or any custom datasource you might be using.
Good luck. On Mar 13, 6:15 am, Jon Bennett <[email protected]> wrote: > >> Could it be traffic specific? Do your dev boxes have cpanel on them or > >> are they identical? > > > Possibly. The dev boxes are just various versions of Debian. I think trying > > to > > reproduce the exact versions of everything on the cpanel box will be > > tricky. And if it is a configuration issue, it still may not trigger the > > error. > > profiling with xdebug is the only option i think, fingers crossed the > host lets you do it (otherwise, perhaps strip off cpanel so you can). > > j > > -- > jon bennett -www.jben.net- blog.jben.net Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
