Re: FULL_BASE_URL error using requestAction()

2012-12-07 Thread Miles J
Anyone have an idea?

On Monday, November 26, 2012 12:11:05 PM UTC-8, Miles J wrote:

 The latest, 2.2.2 I believe.

 On Thursday, November 22, 2012 5:40:38 AM UTC-8, jsundquist wrote:

 What version are you using.
 On Nov 22, 2012 1:39 AM, Miles J milesw...@gmail.com wrote:

 I keep seeing this in my debug.log, any ideas?

 2012-11-22 03:22:36 Notice: Notice (8): Use of undefined constant 
 FULL_BASE_URL - assumed 'FULL_BASE_URL' in 
 [/var/www/cake/latest/lib/Cake/Core/Object.php, line 87]
 Trace:
 Object::requestAction() - CORECake/Core/Object.php, line 87
 include - /var/www/site/public/app/View/Elements/sidebar.ctp, line 1
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::element() - CORECake/View/View.php, line 422
 include - APP/View/News/index.ctp, line 9
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::render() - CORECake/View/View.php, line 476
 Controller::render() - CORECake/Controller/Controller.php, line 956
 Dispatcher::_invoke() - CORECake/Routing/Dispatcher.php, line 193
 Dispatcher::dispatch() - CORECake/Routing/Dispatcher.php, line 161
 [main] - APP/webroot/index.php, line 98

 And the sidebar element:

 ?php echo $this-requestAction('/sidebar/' . $sidebar, array('return', 
 'bare' = false)); ?

 Should I just define FULL_BASE_URL? 

 -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP
  
 --- 
 You received this message because you are subscribed to the Google 
 Groups CakePHP group.
 To post to this group, send email to cake...@googlegroups.com.
 To unsubscribe from this group, send email to 
 cake-php+u...@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
  
  



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: FULL_BASE_URL error using requestAction()

2012-11-26 Thread Miles J
The latest, 2.2.2 I believe.

On Thursday, November 22, 2012 5:40:38 AM UTC-8, jsundquist wrote:

 What version are you using.
 On Nov 22, 2012 1:39 AM, Miles J milesw...@gmail.com javascript: 
 wrote:

 I keep seeing this in my debug.log, any ideas?

 2012-11-22 03:22:36 Notice: Notice (8): Use of undefined constant 
 FULL_BASE_URL - assumed 'FULL_BASE_URL' in 
 [/var/www/cake/latest/lib/Cake/Core/Object.php, line 87]
 Trace:
 Object::requestAction() - CORECake/Core/Object.php, line 87
 include - /var/www/site/public/app/View/Elements/sidebar.ctp, line 1
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::element() - CORECake/View/View.php, line 422
 include - APP/View/News/index.ctp, line 9
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::render() - CORECake/View/View.php, line 476
 Controller::render() - CORECake/Controller/Controller.php, line 956
 Dispatcher::_invoke() - CORECake/Routing/Dispatcher.php, line 193
 Dispatcher::dispatch() - CORECake/Routing/Dispatcher.php, line 161
 [main] - APP/webroot/index.php, line 98

 And the sidebar element:

 ?php echo $this-requestAction('/sidebar/' . $sidebar, array('return', 
 'bare' = false)); ?

 Should I just define FULL_BASE_URL? 

 -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 cake-php+u...@googlegroups.com javascript:.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
  
  



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: FULL_BASE_URL error using requestAction()

2012-11-22 Thread Jonathan Sundquist
What version are you using.
On Nov 22, 2012 1:39 AM, Miles J mileswjohn...@gmail.com wrote:

 I keep seeing this in my debug.log, any ideas?

 2012-11-22 03:22:36 Notice: Notice (8): Use of undefined constant
 FULL_BASE_URL - assumed 'FULL_BASE_URL' in
 [/var/www/cake/latest/lib/Cake/Core/Object.php, line 87]
 Trace:
 Object::requestAction() - CORECake/Core/Object.php, line 87
 include - /var/www/site/public/app/View/Elements/sidebar.ctp, line 1
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::element() - CORECake/View/View.php, line 422
 include - APP/View/News/index.ctp, line 9
 View::_evaluate() - CORECake/View/View.php, line 921
 View::_render() - CORECake/View/View.php, line 884
 View::render() - CORECake/View/View.php, line 476
 Controller::render() - CORECake/Controller/Controller.php, line 956
 Dispatcher::_invoke() - CORECake/Routing/Dispatcher.php, line 193
 Dispatcher::dispatch() - CORECake/Routing/Dispatcher.php, line 161
 [main] - APP/webroot/index.php, line 98

 And the sidebar element:

 ?php echo $this-requestAction('/sidebar/' . $sidebar, array('return',
 'bare' = false)); ?

 Should I just define FULL_BASE_URL?

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




FULL_BASE_URL error using requestAction()

2012-11-21 Thread Miles J
I keep seeing this in my debug.log, any ideas?

2012-11-22 03:22:36 Notice: Notice (8): Use of undefined constant 
FULL_BASE_URL - assumed 'FULL_BASE_URL' in 
[/var/www/cake/latest/lib/Cake/Core/Object.php, line 87]
Trace:
Object::requestAction() - CORECake/Core/Object.php, line 87
include - /var/www/site/public/app/View/Elements/sidebar.ctp, line 1
View::_evaluate() - CORECake/View/View.php, line 921
View::_render() - CORECake/View/View.php, line 884
View::element() - CORECake/View/View.php, line 422
include - APP/View/News/index.ctp, line 9
View::_evaluate() - CORECake/View/View.php, line 921
View::_render() - CORECake/View/View.php, line 884
View::render() - CORECake/View/View.php, line 476
Controller::render() - CORECake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORECake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORECake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98

And the sidebar element:

?php echo $this-requestAction('/sidebar/' . $sidebar, array('return', 
'bare' = false)); ?

Should I just define FULL_BASE_URL?

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




FULL_BASE_URL

2012-09-30 Thread Chris
hi guys,... I'm loosing FULL_BASE_URL ,... its not coming up in helper: 

  
  return (array_key_exists('full', $params) ? FULL_BASE_URL : '') . 
$this-webroot . 'photos/' . $size . '/' . $id . '-' . $secret . '.jpg' . 
(array_key_exists('updated', $_GET) ? '?' . time() : '');
  
what can I do,...? 

thanks 

-- 
Like Us on FacekBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: FULL_BASE_URL

2012-09-30 Thread Chris
i was wrong,... it's all fine on this matter ,... it is reading 
FULL_BASE_URL

On Sunday, September 30, 2012 12:13:09 PM UTC-7, Chris wrote:

 hi guys,... I'm loosing FULL_BASE_URL ,... its not coming up in helper: 

   
   return (array_key_exists('full', $params) ? FULL_BASE_URL : '') . 
 $this-webroot . 'photos/' . $size . '/' . $id . '-' . $secret . '.jpg' . 
 (array_key_exists('updated', $_GET) ? '?' . time() : '');
   
 what can I do,...? 

 thanks 



-- 
Like Us on FacekBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.