Re: "Bug" with media.php CakePHP core file - HELP

2010-12-25 Thread Jesh
Okie i found the solution please refer to http://www.php.net/manual/en/language.operators.errorcontrol.php#98895. You can hack the cake_log.php handleError method, or create a own error handler in bootstrap.php Hope this help. On Dec 20, 10:46 pm, BrendonKoz wrote: > Oh. I didn't realize I could

Re: Table join confusion...

2009-11-21 Thread Jesh
whoops. I meant to address that last comment to jakobjp On Nov 20, 11:08 pm, Josh wrote: > @kdubya > > I was curious about recursions past a depth of 2 so I ran some tests > on a data model I'm currently working with. Apparently you can set > recursive as high as you want. In your case you would

Custom route stop working without trailing '/'

2009-10-25 Thread Jesh
Just setup a custom route for users controller as below: Router::connect('/admin',array('controller' => 'admins', 'action' => 'dashboard', 'admin')); The cakphp router will work property if i enter the url as '/admin/' or '/member/'. But if without the trailing '/', the cakephp is looking fo