Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-13 Thread joshua
gt; > > Hi Cakes, > > > > Is there anybody come across this problem? When I try to run cron job > in > > > > cake console, it print out this error. > > > > > > PHP Fatal error: Class 'Router' not found in > cake\libs\view\helper.php &

Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-13 Thread joshua
ER['HTTPS'] = 'on'; > } > > if (!defined('FULL_BASE_URL')) { > define('FULL_BASE_URL', > 'http'.(empty($_SERVER['HTTPS'])?'':'s').'://'.$_SERVER['HTTP_HOST']); > } > > > &g

Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-13 Thread Adam Royle
e 14, 2009 3:09 AM Subject: Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178 Well, if you use xxx then it's not using the router is it? Why would you want to be outputting links in a shell script anyway? On Jun 13, 10:57 am, joshua wrote: &

Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-13 Thread Walther
helper in shell script? > > > > On Sat, Jun 13, 2009 at 2:01 PM, AD7six wrote: > > > On Jun 13, 5:19 am, joshua wrote: > > > Hi Cakes, > > > Is there anybody come across this problem? When I try to run cron job in > > > cake console, it print out

Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-13 Thread joshua
this problem? When I try to run cron job in > > cake console, it print out this error. > > > > PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php > on > > line 178 > > > > If I change to $html->link to xxx, there will be

Re: PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-12 Thread AD7six
On Jun 13, 5:19 am, joshua wrote: > Hi Cakes, > Is there anybody come across this problem? When I try to run cron job in > cake console, it print out this error. > > PHP Fatal error:  Class 'Router' not found in cake\libs\view\helper.php on > line 178 > >

PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178

2009-06-12 Thread joshua
Hi Cakes, Is there anybody come across this problem? When I try to run cron job in cake console, it print out this error. PHP Fatal error: Class 'Router' not found in cake\libs\view\helper.php on line 178 If I change to $html->link to xxx, there will be no this error. My Shell